Thanks Marc,<br><br>You were correct, i had installed from source, and doing what you suggested fixed the issue.<br>Again, thanks for your assistance.<br><br>Regards,<br><br>--<br clear="all">Miku<br>
<br><br><div class="gmail_quote">On Sat, May 15, 2010 at 5:00 PM, Marc Powell <span dir="ltr"><<a href="mailto:lists@xodus.org">lists@xodus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
On May 15, 2010, at 8:38 AM, Miku, E. Cornelius wrote:<br>
<br>
> I upgraded from Ubuntu 8.04 to Ubuntu 9.10, now when i run the "-v" command to verify my configuration i get the below error...<br>
><br>
> /usr/sbin/nagios3: error while loading shared libraries: libperl.so.5.8: cannot open shared object file: No such file or directory<br>
><br>
> Please assist.<br>
<br>
</div>It looks like you installed nagios from source. You need to recompile nagios with the new library and reinstall the binary.<br>
<br>
./configure --whatever your previous options were<br>
make all<br>
/etc/init.d/nagios stop<br>
make install-base<br>
/etc/init.d/nagios start<br>
<br>
--<br>
Marc<br>
------------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>