[root@dev-centos5x64 test]# rpm -qf /usr/lib64/libcrypto.so<br />
openssl-devel-0.9.8e-22.el5_8.4<br />
<br />
<br />
lrwxrwxrwx 1 root root 31 May 30 04:02 /usr/lib64/libcrypto.so -> ../../lib64/libcrypto.so.0.9.8e<br />
<br />
The libcrypto.so symlink to which applications search for libraries in /usr/lib64 is packaged in the "openssl-devel" package, this symlink should be packaged in the "openssl" package. This symlink should be moved to the openssl package so that applications where the devel package is not installed will function with libcrypto support on 64bit machines.
↧