<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jay Cliburn wrote:
<blockquote cite="mid1151462424.457.2.camel@osprey.hogchain.net"
 type="cite">
  <pre wrap="">On Tue, 2006-06-27 at 19:31 -0700, Noah wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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
#
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You've probably got a newer version installed.  Try "locate
libssl" (assuming you've run "updatedb" recently).  You should find both
in /lib.

  </pre>
</blockquote>
<br>
<br>
yeah that was it - I use rpmfind.net and found the older version with
the older libs.<br>
<br>
thanks,<br>
<br>
Noah<br>
<br>
<br>
</body>
</html>