> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of James Emerson > Sent: Tuesday, April 24, 2007 12:18 PM > To: [email protected] > Subject: [Nagios-users] Issues starting nagios... > > Following the directions at: > http://wiki.centos.org/Nagios_on_CentOS_4.x?highlight=%28nagio%29 > > When I go to start nagios I get this error: > > nagios -v nagios.cfg > nagios: error while loading shared libraries: libltdl.so.3: cannot open > shared object file: No such file or directory
It seems that the RPM's you installed have an undisclosed dependency on a file that's not installed on your machine. I believe that /usr/lib/libltdl.so.3 is part of the libtool-libs package. It is under CentOS 3 at least. # rpm -q --whatprovides libltdl.so.3 libtool-libs-1.4.3-6 -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nagios-users mailing list [email protected] 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
