[collectd] perl plugin issue

Ruslan Bondarev ruslan at emumail.com
Thu May 8 19:08:18 CEST 2008


Hi.
I'm trying to write my own perl plugin using collectd-perl and this is what I get, when I run collectd.

Can't load '/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/auto/threads/threads.so' for module threads: 
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/auto/threads/threads.so: undefined symbol: PL_no_mem 
at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/XSLoader.pm line 70.
at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/threads.pm line 32
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Collectd.pm line 27.

It looks like "use threads" fails in Collectd. However, it loads just fine in a test module.
Any suggestions? Thanks.

--
rb




More information about the collectd mailing list