From: Ben C. <bcl...@pe...> - 2005-05-18 07:24:00
|
This sounds correct. You can run 'ldconfig --verbose | more' which should show all libs it finds. Does this show the correct libs? You can also run 'ldd [program_name]' which should tell you all the libs and where they are found. Do you have any missing? Ben Horvath Tamas wrote: > Hi! > > "Would have been better to put /usr/local/nagios/lib into the file > /etc/ld.so.conf and then run ldconfig. You can recheck in your system > finds the libs by running ldconfig -p" > > > I did the above steps, but, when I run ldconfig -p the > libpp_storage_*.so.0.0.0 files were missing. > > And the libpp_mysql.so.0, libpp_mysql.so, libpp_common.so.0, libpp_common.so > files were in the cache in addition to the libpp_storage_*.so files. > > > It is ok? > > Thanks, Tamas! > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |