How to workaround "error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory" when installing compiled application on RHEL
이전 댓글 표시
When trying to launch the installer of a MATLAB compiled application on RHEL 6.9, I have encountered the following error:
error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
I have checked that the libssl.so.1.0.0 is installed on my system:
[root@user~]# find /usr -name "*libssl*" -print
/usr/local/MATLAB/MATLAB_Runtime/v92/sys/jxbrowser/glnxa64/xulrunner/xulrunner-linux-64/libssl3.so
/usr/local/MATLAB/MATLAB_Runtime/v92/bin/glnxa64/libssl.so.1.0.0
/usr/local/MATLAB/MATLAB_Runtime/v92/bin/glnxa64/libssl.so.1
/usr/local/MATLAB/R2017a/sys/jxbrowser/glnxa64/xulrunner/xulrunner-linux-64/libssl3.so
/usr/local/MATLAB/R2017a/bin/glnxa64/libssl.so.1.0.0
/usr/local/MATLAB/R2017a/bin/glnxa64/libssl.so.1
/usr/lib64/libssl.so.6
/usr/lib64/libssl.so.10
/usr/lib64/libssl3.so
/usr/lib64/.libssl.so.1.0.1e.hmac
/usr/lib64/pkgconfig/libssl.pc
/usr/lib64/.libssl.so.0.9.8e.hmac
/usr/lib64/libssl.so.1.0.1e
/usr/lib64/libssl.so.0.9.8e
/usr/lib64/libssl.so
What is the cause of the issue and how do I workaround this?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!