[collectd] symbol not found when building

Marc Fournier marc.fournier at camptocamp.com
Wed Aug 14 12:04:02 CEST 2013


Excerpts from Khushil Dep's message of 2013-08-13 17:58:19 +0200:
> I get the following message in the configure output when trying to build:
> 
> libstatgrab . . . . . no (symbol sg_init not found)

Are you building for linux ? On this OS, libstatgrab is not required to run
collectd.

> [root at 05e534b1-9281-44b2-9734-974da75e775e ~/collectd-5.3.1]# nm -D /opt/local/lib/libstatgrab.so.9.0.0 | grep sg_

For building against libstatgrab, you'll need a file named libstatgrab.a,
which typically comes in the linux distros in a package named
libstatgrab-devel or libstatgrab-dev.

Hope this helps !

Marc



More information about the collectd mailing list