problems on install
Thomas Zajic
thomas.zajic at NEO.AT
Thu Oct 31 09:49:55 GMT 2002
On Thu, Oct 31, 2002 at 07:11:18AM +0200, darius wrote:
> My server run slackware 7.1 and after configuration when i run
> check_mailscanner i get "can't locate MIME/Parser.pm".
> What can i do?
I installed the required additional modules in /usr/local, then added
the following line at the beginning of check_mailscanner:
. /etc/profile.d/perl5.sh
My /etc/profile.d/perl5.sh looks like this:
[root at neo]:~/usrlocal/src# cat /etc/profile.d/perl5.sh
#!/bin/sh
export PERL5LIB=/usr/local/lib/perl5:/usr/local/lib/perl5/site_perl
export PERLLIB="$PERL5LIB"
Moreover, you'll need to change "/bin/awk" a couple of lines below to
"/usr/bin/awk".
HTH,
Thomas
--
-----------------------------
Thomas Zajic
System Administrator
neo Software Produktions GmbH
A T2 Company
email: thomas.zajic at neo.at
web: http://www.neo.at
More information about the MailScanner
mailing list