This is TikiWiki CMS/Groupware v1.9.11 (CVS) -Sirius- © 2002–2008 by the Tiki community Fri 10 of Sep, 2010 [01:20 UTC]
Menu
  Wiki
  Forums
  FAQs

Forum: Help

Forums->Help->libpp_storage_*.so

samwe
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?
 
on: Mon 02 of Apr, 2007 [18:54 UTC] score: 0.00 reads: 4749

Posted messages

author message
samwe
Re: libpp_storage_*.so
on: Tue 03 of Apr, 2007 [23:48 UTC] score: 0.00
> 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?

I switched to perfparse-0.105.6 and it is working.

author message
samwe
Re: libpp_storage_*.so
on: Tue 03 of Apr, 2007 [01:08 UTC] score: 0.00
I am seeing this in my perfparse log now:
storage_mysql module failed to load (msg='/usr/local/nagios/lib/libpp_storage_mysql.so: cannot open shared object file: No such file or directory')

I can not find ibpp_storage_mysql.so anywhere on my system. Should it have been installed during "make install"?

author message
Aw: libpp_storage_*.so
on: Mon 02 of Apr, 2007 [19:21 UTC] score: 0.00
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




Show posts:
 
google search
 
Powered by Tikiwiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF powered by The PHP Layers Menu System
RSS Wiki RSS Forums
[ Execution time: 0.43 secs ]   [ Memory usage: 3.82MB ]   [ GZIP Enabled ]   [ Server load: 0.00 ]