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

Forum: Help

Forums->Help->undefined symbol: iSQLCount'

tschimpke
undefined symbol: iSQLCount'


Hi,

I'm trying to compile perfparse 106.1 with postgres as a backend. While the compile/build seems to be fine, I receive the following error, if I try to start perfparsed:

2007/08/14 18:25:53 storage.c:61 19688 storage_postgresql module failed to load (msg='/usr/local/nagios/lib/libpp_storage_postgresql.so: undefined symbol: iSQLCount')

Indeed:

nm /usr/local/nagios/lib/libpp_storage_postgresql.so | grep iSQL
U iSQLCount

BUT (in the build directory):

nm libpp_postgresql/.libs/libpp_postgresql.so | grep iSQL
0000000000106578 B iSQLCount


Any ideas (besides using mysql) ?

Cheers,

Thomas
 
on: Tue 14 of Aug, 2007 [16:57 UTC] score: 0.00 reads: 3837

Posted messages

author message
Aw: undefined symbol: iSQLCount'
on: Wed 29 of Aug, 2007 [13:45 UTC] score: 0.00

Check, that your Linker can find the library. For Linux add the line
/usr/local/nagios/lib
in your /etc/ld.so.conf and run ldconfig. Or copy the libs somewhere where the linker can find them (/usr/lib).

Flo

> Hi,
>
> I'm trying to compile perfparse 106.1 with postgres as a backend. While the compile/build seems to be fine, I receive the following error, if I try to start perfparsed:
>
> 2007/08/14 18:25:53 storage.c:61 19688 storage_postgresql module failed to load (msg='/usr/local/nagios/lib/libpp_storage_postgresql.so: undefined symbol: iSQLCount')
>
> Indeed:
>
> nm /usr/local/nagios/lib/libpp_storage_postgresql.so | grep iSQL
> U iSQLCount
>
> BUT (in the build directory):
>
> nm libpp_postgresql/.libs/libpp_postgresql.so | grep iSQL
> 0000000000106578 B iSQLCount
>
>
> Any ideas (besides using mysql) ?
>
> Cheers,
>
> Thomas



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.30 secs ]   [ Memory usage: 3.48MB ]   [ GZIP Enabled ]   [ Server load: 0.04 ]