Help for this page

Select Code to Download


  1. or download this
    [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 a
    +t /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.
    
  2. or download this
    [root]# nm /usr/lib/perl5/site_perl/5.8.8/mapi.so | grep swig_types
             U swig_types
    
  3. or download this
    for f in  `find / -name '*.so'`; do echo $f ; nm $f | grep swig_types 
    +; done > x.x 2>y.y