mjxg - 2007-02-10

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?