openssl: error libssl.so.1.1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openssl: error libssl.so.1.1相关的知识,希望对你有一定的参考价值。

在centos 7 系统编译安装后,执行 openssl version -a 报如下错误

openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

这是因为openssl库的位置不正确造成的

添加两条软链接

ln -s /usr/local/lib64/libssl.so.1.1 /usr/lib64/libssl.so.1.1
ln -s /usr/local/lib64/libcrypto.so.1.1 /usr/lib64/libcrypto.so.1.1

再次执行解决问题

[email protected]/0 # openssl version -a
OpenSSL 1.1.0f  25 May 2017
built on: reproducible build, date unspecified
platform: linux-x86_64
compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\""  -Wa,--noexecstack
OPENSSLDIR: "/usr/local/ssl"
ENGINESDIR: "/usr/local/lib64/engines-1.1"

以上是关于openssl: error libssl.so.1.1的主要内容,如果未能解决你的问题,请参考以下文章

openssl: error while loading shared libraries: libssl.so.1.1

实验五 遇到的问题:openssl: error while loading shared libraries: libssl.so.1.1

find_package(OpenSSL) 无法找到特定的 libssl 版本

libssl.so.10缺失库文件的解决办法

linux下关于openssl库的错误/usr/bin/ld: warning: libssl.so.1.0.0, needed by……

linux下关于openssl库的错误/usr/bin/ld: warning: libssl.so.1.0.0, needed by……