Collectd on ubuntu with perl plugin support
- by Roman
For days I am struggling with enabling perl plugin support for collectd.
I have installed colllectd 5.4.0 on a Aws ubuntu 13.04. Configured compiled.
I have even installed libperl-dev. But when i run ./configure from collectd installation , it still says that "perl ....(needs libperl)"
Now enabling the perl plugins from collectd.conf didnt help much. In logs i see that : plugin_load: Could not find plugin "perl" in /opt/collectd/lib/collectd
and indeed there is not perl.so or whatever in that folder.
Can someone help me out with that ?