I wrote a small plugin and placed it in my ~/.gaim/plugins directory. When I run "gaim - d" and go to "Tools->Plugins" I see the following:
plugins: probing /home/mjg/.gaim/plugins/testpl
Can't load '/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Gaim/Gaim.so' for module Gaim: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Gaim/Gaim.so: Undefined symbol "PL_sv_undef" at /usr/local/lib/perl5/5.8.8/mach/XSLoader.pm line 70.
at /usr/local/lib/perl5/site_perl/5.8.8/mach/Gaim.pm line 52
Compilation failed in require at /home/mjg/.gaim/plugins/test.pl line 1.
Line 1 is the "use Gaim;" that the perl-howto shows. I'm not sure how to fix this. Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wrote a small plugin and placed it in my ~/.gaim/plugins directory. When I run "gaim - d" and go to "Tools->Plugins" I see the following:
plugins: probing /home/mjg/.gaim/plugins/testpl
Can't load '/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Gaim/Gaim.so' for module Gaim: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Gaim/Gaim.so: Undefined symbol "PL_sv_undef" at /usr/local/lib/perl5/5.8.8/mach/XSLoader.pm line 70.
at /usr/local/lib/perl5/site_perl/5.8.8/mach/Gaim.pm line 52
Compilation failed in require at /home/mjg/.gaim/plugins/test.pl line 1.
Line 1 is the "use Gaim;" that the perl-howto shows. I'm not sure how to fix this. Any ideas?