[collectd] Issue With Graphite Perl Plugin

Tom Purl tom at tompurl.com
Thu Jul 7 03:48:21 CEST 2011


Ok, I found my problem. In addition to updating my IncludeDir, I was
setting the LD_PRELOAD variable incorrectly. Before, I was doing this:

    $ export LD_PRELOAD=/usr/lib/libperl.so.5.10.1
    $ sudo ./collectd -C ../etc/collectd.conf -f

But this is what actually worked:

    $ sudo LD_PRELOAD=/usr/lib/libperl.so.5.10.1 ./collectd -C
../etc/collectd.conf -f

Thanks a ton for all of the help!



More information about the collectd mailing list