From: Yves M. <yme...@pe...> - 2005-03-14 08:58:11
|
> 2005/02/25 13:04:31 [ storage.c:61 12760 ] 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') > libpp_storage_mysql.so is not in /usr/local/nagios/lib but That's the problem :) > libpp_storage_mysql.a and libpp_storage_mysql.la are. But it needs libpp_stoage_mysql.so, not libpp_storage_mysql.a nor libpp_storage_mysql.la :) > What could cause this? Did something fail during the compile? Any You probably compiled a static version of perfparse. This is correct for most components of perfparse, but is wrong for modules. you have to build dynamic version of modules. Yves PS. I hope somebody can help Scott on how to do it if he still has problems : I'm very busy these days, and I know that Ben is too. I do my best, but don't expect too much before a while. Sorry :) PS2. I have mail problems. Sorry for breaking the thread for those who have a thread view in their mail client. -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://www.perfparse.org/ - |