Voytek Eymont wrote: > On Sat, July 19, 2008 2:37 pm, MrC wrote: >> Voytek Eymont wrote: > >>> then it fails.... >>> what went wrong with my perl ? > >> I think this has occurred for you not too long ago. Have you looked >> through the past threads here: >> >> http://marc.info/?l=amavis-user&w=2&r=1&s=%22Compress%3A%3AZlib%22&q=b > >> What is the output of: > >> perl -e 'use Compress::Zlib;' > > # perl -e 'use Compress::Zlib;' > is only avaliable with the XS version at > /usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm line 9
You'll find at line 9 of that file, there is a use Scalar::Util qw(dualvar); line. It is that module that is failing to be included. Since you've updated via CPAN, you can update Scalar::Util as well. In cpan: force install Scalar::Util this will force update the required utilities into CPAN. Then you can try the command I had you try earlier. In general, it is a bad idea to mix-n-match CPAN with your disto packages, unless you understand the the interdependencies of the parallel module trees that get created under site_perl and vendor_perl. MrC > BEGIN failed--compilation aborted at > /usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm line 9. > Compilation failed in require at -e line 1. > BEGIN failed--compilation aborted at -e line 1. > > thanks, Mr C > yes... > but I wasn't really touching anything... unless, there was some auto > update that affected this...?? > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
