当前位置:网站首页>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
边栏推荐
- 2021-2022学年编译原理考试重点[华侨大学]
- Learn the method code of using PHP to realize the conversion of Gregorian calendar and lunar calendar
- MFC timer usage
- Common English abbreviations for data analysis (I)
- FPGA - clock-03-clock management module (CMT) of internal structure of 7 Series FPGA
- C thread transfer parameters
- Jenkins Pipeline 应用与实践
- 让您的HMI更具优势,FET-G2LD-C核心板是个好选择
- php获取数组中键值最大数组项的索引值的方法
- 18_ Redis_ Redis master-slave replication & cluster building
猜你喜欢

Mavn 搭建 Nexus 私服

Practice of compiling principle course -- implementing an interpreter or compiler of elementary function operation language

20_Redis_哨兵模式

Btrace- (bytecode) dynamic tracking tool

16_ Redis_ Redis persistence

Tidb data migration tool overview

06_ Stack and queue conversion

The past and present lives of visual page building tools

工程师评测 | RK3568开发板上手测试

TiDB数据迁移工具概览
随机推荐
TiDB跨数据中心部署拓扑
Implementation of n queen in C language
List set & UML diagram
数据库内容输出有问题怎么解决
Learn the method code of using PHP to realize the conversion of Gregorian calendar and lunar calendar
CodeCraft-22 and Codeforces Round #795 (Div. 2)D,E
TiDB 软件和硬件环境建议配置
Principles, language, compilation, interpretation
2021-2022学年编译原理考试重点[华侨大学]
LeetCode 209. Minimum length subarray
Record an interview
Practice of compiling principle course -- implementing an interpreter or compiler of elementary function operation language
可视化搭建页面工具的前世今生
学习使用php实现公历农历转换的方法代码
Apprendre le Code de la méthode de conversion du calendrier lunaire grégorien en utilisant PHP
03_线性表_链表
Introduction to C language -- array
21_Redis_浅析Redis缓存穿透和雪崩
2021-2022學年編譯原理考試重點[華僑大學]
N皇后问题的解决