having perl problem after upgrading
Marc Powell
lists at xodus.org
Sat May 15 16:00:51 CEST 2010
On May 15, 2010, at 8:38 AM, Miku, E. Cornelius wrote:
> 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...
>
> /usr/sbin/nagios3: error while loading shared libraries: libperl.so.5.8: cannot open shared object file: No such file or directory
>
> Please assist.
It looks like you installed nagios from source. You need to recompile nagios with the new library and reinstall the binary.
./configure --whatever your previous options were
make all
/etc/init.d/nagios stop
make install-base
/etc/init.d/nagios start
--
Marc
------------------------------------------------------------------------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list