gpt4 book ai didi

linux -/usr/local/ssl/lib/libcrypto.a : could not read symbols: Bad value

转载 作者:可可西里 更新时间:2023-11-01 11:49:03 25 4
gpt4 key购买 nike

因此,在今晚对这个问题进行了详尽的研究之后,我仍然感到困惑。我正在运行 Debian Wheezy,我正在尝试让 curl 支持 ssl,但它显然拒绝这样做。我试图删除 OpenSSL 和 Curl 的所有痕迹。然后使用 apt-get install OpenSSL,安装“OpenSSL 1.0.1e”。然后我去尝试从源代码编译 curl,我想也许 apt-get 只是愚蠢地安装了 curl。我尝试使用它进行配置。

./configure --with-ssl LDFLAGS="-ldl"

因为它会以其他方式传递一些错误。如果没有 LDFLAGS,我会在我的日志中得到这个。 config.log但正如我所说,在启用 LDFLAGS 的情况下,我能够实际创建配置,但是当我开始制作时......好吧......那时候一切似乎都崩溃了,她不会安装。

/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(ecp_nistz256.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/local/ssl/lib/libcrypto.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libcurl.la] Error 1
make[2]: Leaving directory `/home/openssl/curl-7.27.0/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/openssl/curl-7.27.0/lib'
make: *** [all-recursive] Error 1

经过一些研究,一些人建议使用 -fPIC 构建 OpenSSL。所以我从系统中清除了 OpenSSL 并尝试从源代码安装,选择安装版本 1.0.2 来自此链接 https://www.openssl.org/source/openssl-1.0.2.tar.gz

这实际上进行得很顺利,我确保包含 -fPIcflags。然后我再次安装 Curl,但仍然出现此错误……这很奇怪……所以现在我坐在这里挠头。我已经卸载、重新安装、重新编译和安装,并完成了所有我能想到的事情,但我仍然很困惑。

抱歉,如果我今晚的格式很糟糕,那对我来说已经很晚了。但如果有人能帮助我,我将不胜感激。

最佳答案

/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(ecp_nistz256.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/local/ssl/lib/libcrypto.a: could not read symbols: Bad value

使用 -fPIC 重建您的本地 OpenSSL 副本。本地副本位于 /usr/local/ssl/lib/ 中。

我在 Fedora 上也看到过这个问题。有时您可以使用 export CFLAGS=-fPIC 修复它。其他时候,您必须修改 Makefile.org 才能显示它。

关于linux -/usr/local/ssl/lib/libcrypto.a : could not read symbols: Bad value,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28234300/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com