On Aug 31, 2009, at 1:11 AM, Sowmya Dass wrote: > I tried doing ldd for following cgi's : > > [r...@lon-engbuild66 sbin]# ldd histogram.cgi > libgd.so.2 => not found > libpng12.so.0 => /usr/lib/libpng12.so.0 (0x06f79000) > libjpeg.so.7 => not found > libz.so.1 => /usr/lib/libz.so.1 (0x00d79000) > libm.so.6 => /lib/tls/libm.so.6 (0x00c2a000) > libc.so.6 => /lib/tls/libc.so.6 (0x00af3000) > /lib/ld-linux.so.2 (0x00ad9000) > > I get similar message's for statusmap.cgi and trends.cgi. But I > checked and I have the shared objects present under /usr/local/lib. > > I dont understand why this error is coming up still. >
Is /usr/local/lib listed in /etc/ld.so.conf or in /etc/ld.so.conf.d/*? If not, the system doesn't know it needs to search there. You need to add it and run 'ldconfig -v' and make sure you see it listed. -- Marc ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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
