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!

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to