Jay Cliburn wrote:
On Tue, 2006-06-27 at 19:31 -0700, Noah wrote:Hi there, need some help from the list. okay I have an FC4 installed here. And I have a java app complaining that it is unable to find libssl.so.2 and libcrypto.so.2 . I clearly have openssl installed so I am not clear why those particular libraries are not installed with it. what can I do about this situation? # yum list installed | grep openssl openssl.i686 0.9.7f-7.10 installed openssl-devel.i386 0.9.7f-7.10 installed openssl097a.i386 0.9.7a-3.1 installed # find / -name libssl.so.2 #You've probably got a newer version installed. Try "locate libssl" (assuming you've run "updatedb" recently). You should find both in /lib. yeah that was it - I use rpmfind.net and found the older version with the older libs. thanks, Noah |