From: Florian G. <fl...@bi...> - 2007-04-02 19:17:13
|
The --disable-shared switch cannot work since perfparse dynamically loads the storage module(s) using dlopen(). Anyway, the warning is printed on every configure run. Usually you can ignore the warning. But if you encounter a error message that perfparse could not find a library, then you have to research where "make install" put these files and either you move them to a folder known by the dynamic linker (e.g. /usr/lib) or you tell your linker where the libs are via /etc/ld.so.conf - don't forget to run ldconfig. Flo samwe wrote: > libpp_storage_*.so > I am getting a warning during ./configure that I do not know how to fix. > Here is my ./configure string. > ./configure --prefix=/usr/local/nagios --with-imagedir=/usr/local/nagios/share/images/ --with-cgidir=/usr/local/nagios/sbin --with-http_image_path=/nagios/images --with-db=mysql --with-mysql_config_dir=/usr/local/mysql/bin --disable-shared > > Here is the warning: > WARNING WARNING WARNING WARNING WARNING WARNING WARNING > Be sure to install libpp_storage_*.so files in a directory > that ld.so knows (/etc/ld.so.conf, run ldconfig if needed, > or $LD_LIBRARY_PATH) > > Any ideas what I am missing? > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |