Problem Description: start to execute OpenSSL and report an error:
openssl
openssl: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Then find the corresponding file through the search instruction, and soft connect it
find/-name libcrypto.so.1.0.0 find files
/opt/acb/lib/libcrypto.so.1.0.0 search the outcome
ln -s libcrypto.so.1.0.0 /usr/lib64/ soft connect
However, it is found that the implementation of OpenSSL still reports errors, as follows
openssl
openssl: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: Error 40
Check libcrypto.so.1.0.0 that reported error, and find that libcrypto.so.1.0.0 is also a soft connection
lrwxrwxrwx 1 splunk root 15 Jan 9 2020 libssl.so -> libssl.so.1.0.0
-r-xr-xr-x 2 splunk root 485304 Jan 9 2020 libssl.so.1.0.0
The solution is to connect the source file directly and solve the problem
ln -s libcrypto.so /usr/lib64/libcrypto.so.1.0.0
Read More:
- [Solved] mongod: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No s
- [Solved] ××: error while loading shared libraries: ××.so.19: cannot open shared object file: No such file or directory
- [Solved] error while loading shared libraries: libjson.so.0: cannot open shared object file: No such file or
- [Solved] error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such…
- [Solved] Ubuntu Compile AOSP Error: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
- [Solved] /usr/local/libexec/mecab/mecab-dict-index: error while loading shared libraries: libmecab.so.2: cannot open shared object file: No such file or directory
- [Solved] error while loading shared libraries: libmpc.so.3: cannot open shared object file
- Petalinux Failed to open PetaLinux lib: librdi_commonxillic.so: cannot open shared object file:
- Linux Ubuntu ImportError: Libtk8.5.so: cannot open shared object file:No such file Install tkinter Library
- [Solved] Python Import mmcv Warning: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- Error: loading shared libraries: cannot open shared object file: No such file or directory
- [Solved] ImportError:lib***.so–cannot open shared object file: No such…(pycharm/clion Error but shell No Error)
- Centos7.2 Install vscode Error: error while loading shared libraries: libxkbcommon.so.0: cannot open shared pro
- [Solved] gawk: error while loading shared libraries: libreadline.so.4
- error while loading shared libraries: libmetis.so [How to Solve]
- [Solved] ERROR: ld.so: object ‘/$LIB/libonion.so‘ from /etc/ld.so.preload
- error while loading shared libraries: libz.so.1 [How to Solve]
- Linux Ubuntu Django Error: uwsgi: error while loading shared libraries: libpcre.so.1
- [Solved] error while loading shared libraries: libmysql.so.16
- How to Solve Ubuntu20.04 Compile Error:error while loading shared libraries: libncurses.so.5