[root@fedora-basher tests]# ./fetchmail.pl
Can't load '/usr/lib/perl5/site_perl/5.8.8/mapi.so' for module mapi: /usr/lib/perl5/site_perl/5.8.8/mapi.so: undefined symbol: swig_types at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
at /usr/lib/perl5/site_perl/5.8.8/mapi.pm line 11
Compilation failed in require at ./fetchmail.pl line 15.
BEGIN failed--compilation aborted at ./fetchmail.pl line 15.
####
[root]# nm /usr/lib/perl5/site_perl/5.8.8/mapi.so | grep swig_types
U swig_types
####
for f in `find / -name '*.so'`; do echo $f ; nm $f | grep swig_types ; done > x.x 2>y.y