<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Jeff McKeon wrote:<br>
<blockquote  cite="midB3F5C378E4B6034CA27B15C99E9133CE01BEA3B3@exch01tc07927.telaurus.net"  type="cite">
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users-admin@lists.sourceforge.net">nagios-users-admin@lists.sourceforge.net</a> 
[<a class="moz-txt-link-freetext" href="mailto:nagios-users-admin@lists.sourceforge.net">mailto:nagios-users-admin@lists.sourceforge.net</a>] On Behalf 
Of Rob Moss
Sent: Monday, September 12, 2005 13:17
To: Jeff
Cc: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>
Subject: Re: [Nagios-users] Plugin errors


Jeff wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">Hey all,

Had to rebuild a server over the weekend and upgraded it 
      </pre>
    </blockquote>
    <pre wrap="">from RH EL2 to 
    </pre>
    <blockquote type="cite">
      <pre wrap="">RH EL3.  Now I'm trying to get nagios 1.2 setup again and 
      </pre>
    </blockquote>
    <pre wrap="">I'm getting 
    </pre>
    <blockquote type="cite">
      <pre wrap="">this error on a couple of plugins....

[root@mis02tc07927 libexec]# ./check_http
./check_http: error while loading shared libraries: 
      </pre>
    </blockquote>
    <pre wrap="">libssl.so.2: cannot 
    </pre>
    <blockquote type="cite">
      <pre wrap="">open shared object file: No such file or directory

Anyone seen this before and have a simple solution?

Thanks,

Jeff
 

      </pre>
    </blockquote>
    <pre wrap="">Install the openssl package.....

If it's already installed, then point your library paths to where the 
libssl.so.2 library lives, update the /etc/ld.so.conf file 
and run ldconfig.

rob.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Rpm -qa | grep openssl returns:

openssl-0.9.7a-33.15

When I do a locate libssl I get the following:

[snip]

[root@mis02tc07927 libexec]# locate libssl
/usr/lib/libssl3.so
/usr/lib/libssl.a
/usr/lib/libssl.so
/lib/libssl.so.4
/lib/libssl.so.0.9.7a

[/snip]
 
No libssl.so.2.....

/etc/ld.so.conf looks like this...

/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt-3.1/lib

Do I not have the correct libssl.so installed?

Thanks,

Jeff</pre>
</blockquote>
I would say that its from upgrading to a newer version of RedHat..<br>
<br>
Jump on rpmfind.net or your favourite source of RPM's and try to find
the version of openssl that you need..<br>
<br>
rob.<br>
<br>
</body>
</html>