Moses,

> I am using 32bit slackware linux v13 and i am still getting the same
> problem. Whereas all modules look installed as shown below
> # /usr/local/sbin/amavisd debug
> ERROR: MISSING REQUIRED BASIC MODULES:
>   IO::Stringy
>   Unix::Syslog
>   MIME::Words
>   MIME::Head
>   MIME::Body
>   MIME::Entity
>   MIME::Parser
>   MIME::Decoder
>   MIME::Decoder::Base64
>   MIME::Decoder::Binary
>   MIME::Decoder::QuotedPrint
>   MIME::Decoder::NBit
>   MIME::Decoder::UU
>   MIME::Decoder::Gzip64
>   Net::Server
>   Net::Server::PreFork

Perhaps you have two versions of perl installed, of maybe
your modules are installed in a subtreee where your perl
is not looking for them.

Try:

  $ perl -e use 'MIME::Parser'

and also:

  $ /usr/bin/perl -T -e 'use MIME::Parser'

and see if that completes without errors.

  Mark

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org

Reply via email to