<!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">
Lori Adams wrote:<br>
<blockquote cite="midB21F34DD56F6BC43BBD9768659FB89E45069F3FE@EXCH-C1.corp.cloudmark.com" type="cite">
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<style>
<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";}p.MsoToc1, li.MsoToc1, div.MsoToc1 {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:Arial; font-weight:bold;}p.MsoToc2, li.MsoToc2, div.MsoToc2 {margin:0in; margin-bottom:.0001pt; font-size:10.0pt; font-family:Arial; font-weight:bold;}a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;}span.EmailStyle19 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;}@page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;}
7;div.Section1 {page:Section1;}-->
</style>
<div class="Section1">
<p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">When attempting to run
nrpe-2.2 after installing on a
solaris 5.8 box, I receive an error:<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">#
/srv/nagios_nrpe/bin/nrpe -c /srv/nagios_nrpe/etc/nrpe.cfg
-d<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">ld.so.1:
/srv/nagios_nrpe/bin/nrpe: fatal: libssl.so.0.9.6:
open failed: No such file or directory<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Killed<o:p></o:p></span></font></p>
</div>
</blockquote>
<br>
You don't have the library path <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">/usr/local/ssl/lib in
your LD_LIBRARY_PATH environment variable, or you don't have it
configured in the OS level library system using 'crle'.<br>
<br>
if you do 'ldd </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">/srv/nagios_nrpe/bin/nrpe'
it will display </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">libssl.so.0.9.6 as
<missing> or something similar..</span></font><br>
<font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><br>
You can do:<br>
<br>
LD_LIBRARY_PATH=</span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">$LD_LIBRARY_<a class="moz-txt-link-freetext" href="PATH:/usr/local/ssl/lib">PATH:/usr/local/ssl/lib</a><br>
export </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">LD_LIBRARY_PATH</span></font><br>
<font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><br>
Add that to your NRPE startup script, and run that in your shell to
make it work now.<br>
<br>
Cheers<br>
rob.<br>
<br>
</span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"></span></font>
</body>
</html>