//usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:添加符号时出错:命令行中缺少 DSO
Posted
技术标签:
【中文标题】//usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:添加符号时出错:命令行中缺少 DSO【英文标题】://usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: error adding symbols: DSO missing from command line 【发布时间】:2021-05-16 00:34:17 【问题描述】:make powerdns 报错不知道怎么解决
错误 CXX epollmplexer.o CXXLD dnsdist /usr/bin/ld: libssl.o: 未定义对符号'CRYPTO_get_ex_new_index@@OPENSSL_1_1_0'的引用
collect2: 错误:ld 返回 1 个退出状态
Makefile:1206: 目标“dnsdist”的配方失败
make[2]: *** [dnsdist] 错误 1
make[2]: 离开目录'/root/pdns/pdns/dnsdistdist'
Makefile:1443: 目标“全递归”的配方失败
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录'/root/pdns/pdns/dnsdistdist'
Makefile:1077: 目标“全部”的配方失败
make: *** [all] 错误 2
【问题讨论】:
请编辑您的问题以 (a) 正确格式化,并 (b) 包含导致打印警告的链接行。 【参考方案1】:您需要在链接器命令中添加“-lcrypto”。
【讨论】:
以上是关于//usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:添加符号时出错:命令行中缺少 DSO的主要内容,如果未能解决你的问题,请参考以下文章
/usr/bin/ld: 搜索 -lQtCore 时跳过不兼容的 /usr/lib/x86_64-linux-gnu/libQtCore.so
//usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:添加符号时出错:命令行中缺少 DSO
No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so
[速记]python: symbol lookup error: /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0: undefined symbol: g_log_
/usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.9: undefined reference toTIFFIsTiled@LIBTIFF_4.0&
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory(示