Jim Knuth wrote:
> spamassassin -D --lint 2>&1 |more

Thanks - that has been really useful.  I noticed that in the list of
modules  mine says:

   [18501] dbg: diag: module not installed: LWP::UserAgent ('require' failed)
   [18501] dbg: diag: module not installed: HTTP::Date ('require' failed)

so I tried to install LWP::UserAgent and HTTP::Date and they both failed
during testing:

live/apache-listing....
   Use of uninitialized value in pattern match (m//) at
      ../blib/lib/File/Listing.pm line 77.
   Use of uninitialized value in split at ../blib/lib/File/Listing.pm line 91.

It said that four times, then declined to install the module.  Also missing:

   [18501] dbg: diag: module not installed: Razor2::Client::Agent ('require' 
failed)
   [18501] dbg: diag: module not installed: Net::Ident ('require' failed)
   [18501] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
   [18501] dbg: diag: module not installed: IO::Socket::SSL ('require' failed)

Trying to install Razor2::Client::Agent gives:

   cpan> install Razor2::Client::Agent
   Warning: Cannot install Razor2::Client::Agent, don't know what it is.

Installing Net::Ident says:

   t/0use......
      Net::Ident::_export_hooks() called too early to check prototype at
         /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29.

IO::Socket::INET6 complained that:

   t/io_sock6..........ok 11/20
      Died at t/io_sock6.t line 39, <GEN5> line 2.

IO::Socker::SSL installation produced:

   t/01loadmodule.....
      Can't locate Net/SSLeay.pm in @INC (@INC contains: 
/root/.cpan/build/IO-Socket-SSL-0.97/blib/lib 
/root/.cpan/build/IO-Socket-SSL-0.97/blib/arch 
/usr/local/lib/perl5/5.8.7/i686-linux /usr/local/lib/perl5/5.8.7 
/usr/local/lib/perl5/site_perl/5.8.7/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl .) at 
/root/.cpan/build/IO-Socket-SSL-0.97/blib/lib/IO/Socket/SSL.pm line 17.
      BEGIN failed--compilation aborted at 
/root/.cpan/build/IO-Socket-SSL-0.97/blib/lib/IO/Socket/SSL.pm line 17.
      Compilation failed in require at t/01loadmodule.t line 10.

Any ideas how I can get around this ?

Jonathan

Reply via email to