service MailScanner start issue.

RedRed!com IT Department itdept at REDRED.COM
Fri Jan 28 16:14:55 GMT 2005


OK, I have attached a notepad file that has the output of my
./install.sh. What I did was rm -rf /opt/Mailscanner and rm -rf
/usr/src/MailScanner-install-4.38.7. I wanted to start from scratch to
make sure I did everything correctly.

First issue as you can see in the txt file is that it tells me that I'm
not running an RPM based system. Which I most certainly am. RH 7.3.

Next it starts checking all the modules and it begins to rebuild a few
of them. Why is it rebuilding them? I manually built and installed all
of those modules.

Then in the File::Temp module build it gives me compilation errors.
"Can't locate MailScanner/Config.pm" is the error it gives me stating
that it occurs on line 8 or Errno.pm. Why is it looking for
MailScanner/Config.pm, there is a perfectly good Config.pm in the same
directory that Errno.pm resides.

After that, in the MIME::Tools module build, it states that it can't
find MIME::Base64 (version 3.03). Why not, a few modules previous, it
successfully built MIME::Base64 (version 3.05). Then it states it's
falling back to version 2.20 which it also can't find.

And again we get the "Can't locate MailScanner/Config.pm" for the
Archive::Zip module.

Finally it installs MailScanner, but of course it probably doesn't work
because half the modules are not installed correctly. Does anyone have
any insight as to why this is happening? Did screw up some paths
somewhere? Thanks for the help.

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!

    [ Part 2: "Attached Text" ]

You appear to be running on a system that does not use the
RPM packaging system.
If you think you can use RPM, then press Ctrl-C right now,
make sure the "rpm" and "rpmbuild" programs can be found
and run this script again.
I will install MailScanner under /opt, from where you can
move it if you want.
I will need to build the tnef program for you too.

Good, you appear to only have 1 copy of Perl installed: /usr/bin/perl
Good, I have found GNU tar in /bin/tar.

This script will pause for a few seconds after each major step,
so do not worry if it appears to stop for a while.
If you want it to stop so you can scroll back through the output
then press Ctrl-S to stop the output and Ctrl-Q to start it again.


If this fails due to dependency checks, and you wish to ignore
these problems, you can run
    ./install.sh --nodeps

Setting Perl5 search path


Rebuilding all the Perl modules for your version of Perl

Oh good, module ExtUtils::MakeMaker version 6.05 is already installed.

Oh good, module Net::CIDR version 0.10 is already installed.

Attempting to build and install IO-stringy-2.108
Unpacking perl-tar/IO-stringy-2.108.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking if your kit is complete...
Looks good
Writing Makefile for IO-stringy
cp lib/IO/Lines.pm blib/lib/IO/Lines.pm
cp lib/IO/ScalarArray.pm blib/lib/IO/ScalarArray.pm
cp lib/IO/Stringy.pm blib/lib/IO/Stringy.pm
cp lib/IO/Wrap.pm blib/lib/IO/Wrap.pm
cp lib/IO/Scalar.pm.html blib/lib/IO/Scalar.pm.html
cp lib/IO/AtomicFile.pm blib/lib/IO/AtomicFile.pm
cp lib/IO/InnerFile.pm blib/lib/IO/InnerFile.pm
cp lib/IO/Scalar.pm blib/lib/IO/Scalar.pm
cp lib/IO/WrapTie.pm blib/lib/IO/WrapTie.pm
Manifying blib/man3/IO::Lines.3
Manifying blib/man3/IO::Stringy.3
Manifying blib/man3/IO::ScalarArray.3
Manifying blib/man3/IO::Wrap.3
Manifying blib/man3/IO::AtomicFile.3
Manifying blib/man3/IO::InnerFile.3
Manifying blib/man3/IO::Scalar.3
Manifying blib/man3/IO::WrapTie.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/IO_Lines..........ok
t/IO_Scalar.........ok
t/IO_ScalarArray....ok
t/IO_WrapTie........ok
t/simple............ok
t/two...............ok
All tests successful.
Files=6, Tests=116,  1 wallclock secs ( 0.32 cusr +  0.07 csys =  0.39 CPU)
Manifying blib/man3/IO::Lines.3
Manifying blib/man3/IO::Stringy.3
Manifying blib/man3/IO::ScalarArray.3
Manifying blib/man3/IO::Wrap.3
Manifying blib/man3/IO::AtomicFile.3
Manifying blib/man3/IO::InnerFile.3
Manifying blib/man3/IO::Scalar.3
Manifying blib/man3/IO::WrapTie.3
Writing /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/auto/IO-stringy/.packlis
t
Appending installation info to /usr/local/lib/perl5/5.8.5/i686-linux/perllocal.p
od



Attempting to build and install MIME-Base64-3.05
Unpacking perl-tar/MIME-Base64-3.05.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking if your kit is complete...
Looks good
Writing Makefile for MIME::Base64
cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm
cp Base64.pm blib/lib/MIME/Base64.pm
/usr/bin/perl /usr/local/lib/perl5/5.8.5/ExtUtils/xsubpp  -typemap /usr/local/li
b/perl5/5.8.5/ExtUtils/typemap  Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
cc -c   -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_F
ILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"3.05\" -DXS_VERSION=\"3
.05\" -fpic "-I/usr/local/lib/perl5/5.8.5/i686-linux/CORE"   Base64.c
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
rm -f blib/arch/auto/MIME/Base64/Base64.so
LD_RUN_PATH="" cc  -shared -L/usr/local/lib Base64.o  -o blib/arch/auto/MIME/Bas
e64/Base64.so
chmod 755 blib/arch/auto/MIME/Base64/Base64.so
cp Base64.bs blib/arch/auto/MIME/Base64/Base64.bs
chmod 644 blib/arch/auto/MIME/Base64/Base64.bs
cp decode-qp blib/script/decode-qp
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/decode-qp
cp encode-qp blib/script/encode-qp
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/encode-qp
cp decode-base64 blib/script/decode-base64
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/decode-base64
cp encode-base64 blib/script/encode-base64
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/encode-base64
Manifying blib/man3/MIME::QuotedPrint.3
Manifying blib/man3/MIME::Base64.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/bad-sv..........skipped
        all skipped: Perl::API needed for this test
t/base64..........ok
t/quoted-print....ok
t/unicode.........ok
t/warn............ok
All tests successful, 1 test skipped.
Files=5, Tests=339,  0 wallclock secs ( 0.08 cusr +  0.03 csys =  0.11 CPU)
Files found in blib/arch: installing files in blib/lib into architecture depende
nt library tree
Writing /usr/local/lib/perl5/5.8.5/i686-linux/auto/MIME/Base64/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.5/i686-linux/perllocal.p
od



Attempting to build and install TimeDate-1.1301
Unpacking perl-tar/TimeDate-1.1301.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking if your kit is complete...
Looks good
Writing Makefile for TimeDate
cp lib/Date/Format.pm blib/lib/Date/Format.pm
cp lib/Date/Language/Norwegian.pm blib/lib/Date/Language/Norwegian.pm
cp lib/Date/Parse.pm blib/lib/Date/Parse.pm
cp lib/Time/Zone.pm blib/lib/Time/Zone.pm
cp lib/Date/Language/Czech.pm blib/lib/Date/Language/Czech.pm
cp lib/Date/Language.pm blib/lib/Date/Language.pm
cp lib/Date/Language/Italian.pm blib/lib/Date/Language/Italian.pm
cp lib/Date/Language/Austrian.pm blib/lib/Date/Language/Austrian.pm
cp lib/Date/Language/Dutch.pm blib/lib/Date/Language/Dutch.pm
cp lib/Date/Language/German.pm blib/lib/Date/Language/German.pm
cp lib/Date/Language/French.pm blib/lib/Date/Language/French.pm
cp lib/Date/Language/English.pm blib/lib/Date/Language/English.pm
Manifying blib/man3/Date::Format.3
Manifying blib/man3/Time::Zone.3
Manifying blib/man3/Date::Parse.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/date.......ok
t/format.....ok
t/getdate....ok
t/lang.......ok
All tests successful.
Files=4, Tests=404,  1 wallclock secs ( 0.20 cusr +  0.01 csys =  0.21 CPU)
Manifying blib/man3/Date::Format.3
Manifying blib/man3/Time::Zone.3
Manifying blib/man3/Date::Parse.3
Writing /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/auto/TimeDate/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.5/i686-linux/perllocal.p
od



Attempting to build and install MailTools-1.50
Unpacking perl-tar/MailTools-1.50.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking for Net::SMTP... not found

It is reccomended that you have Net::SMTP version 1.03 or later
Look on CPAN for CPAN/modules/by-author/id/GBARR/libnet-x.x.tar.gz

Checking for Net::Domain...ok
Checking for IO::Handle...ok
Checking if your kit is complete...
Looks good
Writing Makefile for Mail
cp Mail/Mailer/rfc822.pm blib/lib/Mail/Mailer/rfc822.pm
cp Mail/Cap.pm blib/lib/Mail/Cap.pm
cp Mail/Mailer/test.pm blib/lib/Mail/Mailer/test.pm
cp Mail/Mailer/mail.pm blib/lib/Mail/Mailer/mail.pm
cp Mail/Header.pm blib/lib/Mail/Header.pm
cp Mail/Mailer.pm blib/lib/Mail/Mailer.pm
cp Mail/Field/Date.pm blib/lib/Mail/Field/Date.pm
cp Mail/Send.pm blib/lib/Mail/Send.pm
cp Mail/Filter.pm blib/lib/Mail/Filter.pm
cp Mail/Field/AddrList.pm blib/lib/Mail/Field/AddrList.pm
cp Mail/Mailer/qmail.pm blib/lib/Mail/Mailer/qmail.pm
cp Mail/Mailer/sendmail.pm blib/lib/Mail/Mailer/sendmail.pm
cp Mail/Field.pm blib/lib/Mail/Field.pm
cp Mail/Internet.pm blib/lib/Mail/Internet.pm
AutoSplitting blib/lib/Mail/Internet.pm (blib/lib/auto/Mail/Internet)
cp Mail/Util.pm blib/lib/Mail/Util.pm
AutoSplitting blib/lib/Mail/Util.pm (blib/lib/auto/Mail/Util)
cp Mail/Address.pm blib/lib/Mail/Address.pm
cp Mail/Mailer/smtp.pm blib/lib/Mail/Mailer/smtp.pm
Manifying blib/man3/Mail::Cap.3
Manifying blib/man3/Mail::Header.3
Manifying blib/man3/Mail::Mailer.3
Manifying blib/man3/Mail::Filter.3
Manifying blib/man3/Mail::Send.3
Manifying blib/man3/Mail::Field::AddrList.3
Manifying blib/man3/Mail::Field.3
Manifying blib/man3/Mail::Internet.3
Manifying blib/man3/Mail::Util.3
Manifying blib/man3/Mail::Address.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/extract.....ok
t/header......ok
t/internet....ok
t/mailcap.....ok
t/mailer......ok
t/require.....ok
t/send........ok
All tests successful.
Files=7, Tests=94,  0 wallclock secs ( 0.12 cusr +  0.07 csys =  0.19 CPU)
Writing /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/auto/Mail/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.5/i686-linux/perllocal.p
od



Oh good, module File::Spec version 0.82 is already installed.

Attempting to build and install File-Temp-0.12
Unpacking perl-tar/File-Temp-0.12.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking if your kit is complete...
Looks good
Writing Makefile for File::Temp
cp Temp.pm blib/lib/File/Temp.pm
Manifying blib/man3/File::Temp.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/mktemp......Can't locate MailScanner/Config.pm in @INC (@INC contains: /tmp/Fi
le-Temp-0.12/blib/lib /tmp/File-Temp-0.12/blib/arch /usr/local/lib/perl5/site_pe
rl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/l
ib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/lo
cal/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl
5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.
8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5 /usr/loca
l/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5 /usr
/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux/Errno.pm
line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm line
127.
BEGIN failed--compilation aborted at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm l
ine 127.
Compilation failed in require at t/mktemp.t line 12.
BEGIN failed--compilation aborted at t/mktemp.t line 12.
t/mktemp......dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-9
        Failed 9/9 tests, 0.00% okay
t/posix.......Can't locate MailScanner/Config.pm in @INC (@INC contains: /tmp/Fi
le-Temp-0.12/blib/lib /tmp/File-Temp-0.12/blib/arch /usr/local/lib/perl5/site_pe
rl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/l
ib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/lo
cal/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl
5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.
8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5 /usr/loca
l/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5 /usr
/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux/Errno.pm
line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm line
127.
BEGIN failed--compilation aborted at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm l
ine 127.
Compilation failed in require at t/posix.t line 8.
BEGIN failed--compilation aborted at t/posix.t line 8.
t/posix.......dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-7
        Failed 7/7 tests, 0.00% okay
t/security....Can't locate MailScanner/Config.pm in @INC (@INC contains: /tmp/Fi
le-Temp-0.12/blib/lib /tmp/File-Temp-0.12/blib/arch /usr/local/lib/perl5/site_pe
rl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/l
ib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/lo
cal/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl
5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.
8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5 /usr/loca
l/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5 /usr
/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux/Errno.pm
line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm line
127.
BEGIN failed--compilation aborted at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm l
ine 127.
Compilation failed in require at t/security.t line 20.
BEGIN failed--compilation aborted at t/security.t line 20.
t/security....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-13
        Failed 13/13 tests, 0.00% okay
t/tempfile....Can't locate MailScanner/Config.pm in @INC (@INC contains: /tmp/Fi
le-Temp-0.12/blib/lib /tmp/File-Temp-0.12/blib/arch /usr/local/lib/perl5/site_pe
rl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/l
ib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/lo
cal/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl
5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.
8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5 /usr/loca
l/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5 /usr
/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux/Errno.pm
line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm line
127.
BEGIN failed--compilation aborted at /tmp/File-Temp-0.12/blib/lib/File/Temp.pm l
ine 127.
Compilation failed in require at t/tempfile.t line 35.
BEGIN failed--compilation aborted at t/tempfile.t line 35.
t/tempfile....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-20
        Failed 20/20 tests, 0.00% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/mktemp.t      2   512     9   18 200.00%  1-9
t/posix.t       2   512     7   14 200.00%  1-7
t/security.t    2   512    13   26 200.00%  1-13
t/tempfile.t    2   512    20   40 200.00%  1-20
Failed 4/4 test scripts, 0.00% okay. 49/49 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2



Oh good, module HTML::Tagset version 3.03 is already installed.

Oh good, module HTML::Parser version 3.45 is already installed.

Attempting to build and install MIME-tools-5.417
Unpacking perl-tar/MIME-tools-5.417.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking for module File::Path (version 1)... ok.
Checking for module File::Spec (version 0.6)... ok.
Checking for module IO::Stringy (version 1.211)... ok.
Checking for module MIME::Base64 (version 3.03)... not found.
 --- Fallback: Checking for module MIME::Base64 (version 2.20)... not found.
Checking for module Mail::Field (version 1.05)... ok.
Checking for module Mail::Header (version 1.01)... ok.
Checking for module Mail::Internet (version 1.0203)... ok.


   *** The following required modules are missing:
MIME::Base64: At least version 2.20
   *** Please install them before attempting to use MIME::Tools.
Checking if your kit is complete...
Looks good
Warning: prerequisite MIME::Base64 2.2 not found. We have 2.12.
Writing Makefile for MIME-tools
cp lib/MIME/Body.pm blib/lib/MIME/Body.pm
cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm
cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm
cp set-version.pl blib/lib/set-version.pl
cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm
cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm
cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm
cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm
cp lib/MIME/Head.pm blib/lib/MIME/Head.pm
cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm
cp lib/MIME/Words.pm blib/lib/MIME/Words.pm
cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm
cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm
cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm
cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm
cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm
cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm
cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm
cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm
cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm
cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm
cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm
cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm
Manifying blib/man3/MIME::Decoder::Gzip64.3
Manifying blib/man3/MIME::Body.3
Manifying blib/man3/MIME::Field::ContDisp.3
Manifying blib/man3/MIME::Parser::Results.3
Manifying blib/man3/MIME::Field::ContType.3
Manifying blib/man3/MIME::Decoder::NBit.3
Manifying blib/man3/MIME::Entity.3
Manifying blib/man3/MIME::Parser::Filer.3
Manifying blib/man3/MIME::Head.3
Manifying blib/man3/MIME::Words.3
Manifying blib/man3/MIME::Field::ParamVal.3
Manifying blib/man3/MIME::Decoder::BinHex.3
Manifying blib/man3/MIME::Field::ConTraEnc.3
Manifying blib/man3/MIME::Tools.3
Manifying blib/man3/MIME::Decoder::Binary.3
Manifying blib/man3/MIME::Decoder.3
Manifying blib/man3/MIME::Decoder::UU.3
Manifying blib/man3/MIME::Decoder::QuotedPrint.3
Manifying blib/man3/MIME::Decoder::Base64.3
Manifying blib/man3/MIME::WordDecoder.3
Manifying blib/man3/MIME::Parser::Reader.3
Manifying blib/man3/MIME::Parser.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/Body...........ok
t/Decoder........ok
t/Entity.........ok
t/Gauntlet.......ok
t/Head...........ok
t/Misc...........FAILED tests 4-5, 7-11
        Failed 7/14 tests, 50.00% okay
t/Parser.........ok
t/Ref............ok
t/WordDecoder....ok
t/Words..........ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Misc.t                  14    7  50.00%  4-5 7-11
Failed 1/10 test scripts, 90.00% okay. 7/231 subtests failed, 96.97% okay.
make: *** [test_dynamic] Error 29



Oh good, module Convert::TNEF version 0.17 is already installed.

Oh good, module Compress::Zlib version 1.33 is already installed.

Attempting to build and install Archive-Zip-1.14
Unpacking perl-tar/Archive-Zip-1.14.tar.gz


Do not worry too much about errors from the next command.
It is quite likely that some of the Perl modules are
already installed on your system.

The important ones are HTML-Parser and MIME-tools.

Checking if your kit is complete...
Looks good
Warning: prerequisite File::Temp 0 not found.
Writing Makefile for Archive::Zip
cp lib/Archive/Zip.pod blib/lib/Archive/Zip.pod
cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm
cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod
cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm
cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm
cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm
cp lib/Archive/Zip/BufferedFileHandle.pm blib/lib/Archive/Zip/BufferedFileHandle
.pm
cp crc32 blib/script/crc32
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/crc32
Manifying blib/man3/Archive::Zip::Tree.3
Manifying blib/man3/Archive::Zip.3
Manifying blib/man3/Archive::Zip::FAQ.3
Manifying blib/man3/Archive::Zip::MemberRead.3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/test..............Can't locate MailScanner/Config.pm in @INC (@INC contains: /
tmp/Archive-Zip-1.14/blib/lib /tmp/Archive-Zip-1.14/blib/arch /usr/local/lib/per
l5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /u
sr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-lin
ux /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/loca
l/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/li
b/perl5/5.8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5
 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/
5.8.5 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux
/Errno.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/5.8.5/File/Temp.pm line 13
2.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/File/Temp.pm lin
e 132.
Compilation failed in require at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.pm l
ine 26.
BEGIN failed--compilation aborted at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.
pm line 26.
Compilation failed in require at t/test.t line 10.
BEGIN failed--compilation aborted at t/test.t line 10.
t/test..............dubious
        Test returned status 2 (wstat 512, 0x200)
t/testex............Can't locate MailScanner/Config.pm in @INC (@INC contains: /
tmp/Archive-Zip-1.14/blib/lib /tmp/Archive-Zip-1.14/blib/arch /usr/local/lib/per
l5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /u
sr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-lin
ux /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/loca
l/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/li
b/perl5/5.8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5
 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/
5.8.5 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux
/Errno.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/5.8.5/File/Temp.pm line 13
2.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/File/Temp.pm lin
e 132.
Compilation failed in require at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.pm l
ine 26.
BEGIN failed--compilation aborted at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.
pm line 26.
Compilation failed in require at t/testex.t line 11.
BEGIN failed--compilation aborted at t/testex.t line 11.
t/testex............dubious
        Test returned status 2 (wstat 512, 0x200)
t/testMemberRead....Can't locate MailScanner/Config.pm in @INC (@INC contains: /
tmp/Archive-Zip-1.14/blib/lib /tmp/Archive-Zip-1.14/blib/arch /usr/local/lib/per
l5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /u
sr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-lin
ux /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/loca
l/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/li
b/perl5/5.8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5
 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/
5.8.5 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux
/Errno.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/5.8.5/File/Temp.pm line 13
2.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/File/Temp.pm lin
e 132.
Compilation failed in require at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.pm l
ine 26.
BEGIN failed--compilation aborted at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.
pm line 26.
Compilation failed in require at t/testMemberRead.t line 10.
BEGIN failed--compilation aborted at t/testMemberRead.t line 10.
t/testMemberRead....dubious
        Test returned status 2 (wstat 512, 0x200)
t/testTree..........Can't locate MailScanner/Config.pm in @INC (@INC contains: /
tmp/Archive-Zip-1.14/blib/lib /tmp/Archive-Zip-1.14/blib/arch /usr/local/lib/per
l5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /u
sr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-lin
ux /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/loca
l/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/li
b/perl5/5.8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5
 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/
5.8.5 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux
/Errno.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/5.8.5/File/Temp.pm line 13
2.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/File/Temp.pm lin
e 132.
Compilation failed in require at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.pm l
ine 26.
BEGIN failed--compilation aborted at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.
pm line 26.
Compilation failed in require at t/testTree.t line 11.
BEGIN failed--compilation aborted at t/testTree.t line 11.
t/testTree..........dubious
        Test returned status 2 (wstat 512, 0x200)
t/testUpdate........Can't locate MailScanner/Config.pm in @INC (@INC contains: /
tmp/Archive-Zip-1.14/blib/lib /tmp/Archive-Zip-1.14/blib/arch /usr/local/lib/per
l5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /u
sr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/i686-lin
ux /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/loca
l/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/li
b/perl5/5.8.5 . /usr/local/lib/perl5/5.8.5/i686-linux /usr/local/lib/perl5/5.8.5
 /usr/local/lib/perl5/site_perl/5.8.5/i686-linux /usr/local/lib/perl5/site_perl/
5.8.5 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.5/i686-linux
/Errno.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/i686-linux/Errno
.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/5.8.5/File/Temp.pm line 13
2.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.5/File/Temp.pm lin
e 132.
Compilation failed in require at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.pm l
ine 26.
BEGIN failed--compilation aborted at /tmp/Archive-Zip-1.14/blib/lib/Archive/Zip.
pm line 26.
Compilation failed in require at t/testUpdate.t line 11.
BEGIN failed--compilation aborted at t/testUpdate.t line 11.
t/testUpdate........dubious
        Test returned status 2 (wstat 512, 0x200)
FAILED--5 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2



Oh good, module Convert::BinHex version 1.119 is already installed.


Installing tnef decoder

Oh good, I have found the tnef program is in /usr/local/bin.

Now to install MailScanner itself.

Installing MailScanner into /opt.
If you do not want it there, just move it to where you want it
and then edit MailScanner.conf and check_mailscanner
to set the correct locations.
Have just installed version 4.38.7 into /opt/MailScanner-4.38.7.
You will need to update the symlink /opt/MailScanner to point
to the new version before starting it.

For some reason the tnef decoder did not compile properly.
As an alternative, in MailScanner.conf set
TNEF Expander = internal


If you want help setting up MailScanner, please read the MAQ
at www.mailscanner.biz/maq/ and buy the MailScanner book at
www.mailscanner.info/store

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!


More information about the MailScanner mailing list