I have searched the net for this question and I'm not getting a proper response. I am running an in-house application which requires libcrypto.so.0.9.7.
But I keep getting the following error:
error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
I came across two solutions on the net:
- Creating symlinks with existing libcrypto files.
- Install some package which includes this library file.
I am running it on a fedora system. I am not able to find packages on the net that include this library. The only ones available are for OpenSuse and Mandriva.
For creating symlinks, I have a libcrypto.so.1.0.0h and libcrypto.so.1.0.0d file available. I am not sure if I am allowed to symlink to a newer version.
It would be of great help if someone can give an apt solution for this scenario as I have faced it many times in different systems.
Thanks in advance!