当前位置:网站首页>Libcurl Lesson 13 static library introduces OpenSSL compilation dependency
Libcurl Lesson 13 static library introduces OpenSSL compilation dependency
2022-07-02 15:22:00 【fengyuzaitu】
1 Version Description
Libcurl7.61.0 + OpenSSL1.1.1
2 Static library project C/C++ Preprocessor property page setting definitions in the property page
BUILDING_LIBCURL( Static compilation ) USE_OPENSSL( introduce OpenSSL library )
3 Call Engineering C/C++ Preprocessor property page setting definitions in the property page
CURL_STATICLIB( Specify the project static import library file )
4 The runtime library specifies multithreading DLL (/MD)
5 Compile error logging
Additional dependencies are missing Crypt32.lib Note the following error :
1>LINK : warning LNK4098: Default library “MSVCRT” Conflicts with the use of other libraries ; Please use /NODEFAULTLIB:library
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertOpenStore, The sign is in the function capi_open_store Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertCloseStore, The sign is in the function capi_find_key Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertEnumCertificatesInStore, The sign is in the function capi_find_cert Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertFindCertificateInStore, The sign is in the function capi_find_cert Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertDuplicateCertificateContext, The sign is in the function capi_load_ssl_client_cert Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertFreeCertificateContext, The sign is in the function capi_dsa_free Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertGetCertificateContextProperty, The sign is in the function capi_cert_get_fname Cited in
fatal error LNK1120: 7 Unresolved external commands
Additional dependencies are missing Wldap32.lib Note the following error :
1>LINK : warning LNK4098: Default library “MSVCRT” Conflicts with the use of other libraries ; Please use /NODEFAULTLIB:library
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_initW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_unbind_s, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_set_optionW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_simple_bind_sW, The sign is in the function ldap_win_bind Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_search_sW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_msgfree, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_err2stringW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_first_entry, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_next_entry, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_first_attributeW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_next_attributeW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_get_values_lenW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_value_free_len, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_get_dnW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_memfreeW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ber_free, The sign is in the function Curl_ldap Cited in
fatal error LNK1120: 16 Unresolved external commands
Additional dependencies are missing zlibstat.lib Note the following error :
1>LINK : warning LNK4098: Default library “MSVCRT” Conflicts with the use of other libraries ; Please use /NODEFAULTLIB:library
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols deflate, The sign is in the function zlib_stateful_compress_block Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols deflateEnd, The sign is in the function zlib_stateful_finish Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols inflate, The sign is in the function zlib_stateful_expand_block Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols inflateEnd, The sign is in the function zlib_stateful_finish Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols deflateInit_, The sign is in the function zlib_stateful_init Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols inflateInit_, The sign is in the function zlib_stateful_init Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols zError, The sign is in the function bio_zlib_read Cited in
fatal error LNK1120: 7 Unresolved external commands
Solution :http://www.winimage.com/zLibDll/zlib123dllx64.zip
边栏推荐
- 数据分析思维分析方法和业务知识——业务指标
- JVM architecture, classloader, parental delegation mechanism
- Mavn 搭建 Nexus 私服
- 06_ Stack and queue conversion
- 16_Redis_Redis持久化
- C language exercises - (array)
- 如何对 TiDB 进行 TPC-C 测试
- Guangzhou Emergency Management Bureau issued a high temperature and high humidity chemical safety reminder in July
- AtCoder Beginner Contest 254
- LeetCode 209. Minimum length subarray
猜你喜欢
16_Redis_Redis持久化
编译原理课程实践——实现一个初等函数运算语言的解释器或编译器
FPGA - clock-03-clock management module (CMT) of internal structure of 7 Series FPGA
Map introduction
工程师评测 | RK3568开发板上手测试
Guangzhou Emergency Management Bureau issued a high temperature and high humidity chemical safety reminder in July
N皇后问题的解决
vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases(sigmod‘2019)
[noi simulation] Elis (greedy, simulation)
06_ Stack and queue conversion
随机推荐
vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases(sigmod‘2019)
TiDB数据迁移场景综述
Points clés de l'examen de principe de compilation pour l'année scolaire 2021 - 2022 [Université chinoise d'outre - mer]
使用 TiUP 部署 TiDB 集群
学习使用php将时间戳转换为大写日期的方法代码示例
07_ Hash
Base64 coding can be understood this way
21_Redis_浅析Redis缓存穿透和雪崩
17_ Redis_ Redis publish subscription
CodeCraft-22 and Codeforces Round #795 (Div. 2)D,E
TiDB跨数据中心部署拓扑
03_線性錶_鏈錶
Let your HMI have more advantages. Fet-g2ld-c core board is a good choice
C语言实现N皇后问题
Mavn 搭建 Nexus 私服
13_ Redis_ affair
The past and present lives of visual page building tools
FPGA - clock-03-clock management module (CMT) of internal structure of 7 Series FPGA
Jenkins Pipeline 应用与实践
14_ Redis_ Optimistic lock