hi all,
I have a CentOS release 5.5 (Final)

I have
SpamAssassin version 3.3.1
  running on Perl version 5.8.8

I would like to upgrade it to 3.4.0 so I upgrade cpan module and install
all the module on INSTALL document in the default root of the packages.

When I tried to install it with
perl Makefile.PL PREFIX=/opt/MailSpamassassin-3.4.0
CONFDIR=/etc/mail/spamassassin

I have this error:

--------
dependency check complete...

optional module out of date: IO::Socket::IP
optional binary missing or nonfunctional: fetch

warning: some functionality may not be available,
please read the above report before continuing!
----------

After some search on google I tried to install with cpan several module,
tried to install e remove spamassassin

but nothing

I tried to "forse install IO::Socket::IP" and now I have:
cpan> install
IO::Socket::IP

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 20 Jan 2015 02:29:02 GMT
IO::Socket::IP is up to date.


If I made a test I have:
Warning: prerequisite Socket 1.97 not found. We have 1.78.
---- Unsatisfied dependencies detected during
[P/PE/PEVANS/IO-Socket-IP-0.36.tar.gz] -----

#   Failed test 'use IO::Socket::IP;'
#   at t/00use.t line 8.
#     Tried to use 'IO::Socket::IP'.
#     Error:  Socket version 1.97 required--this is only version 1.78 at
/root/.cpan/build/IO-Socket-IP-0.36/blib/lib/IO/Socket/IP.pm line 30.
# BEGIN failed--compilation aborted at
/root/.cpan/build/IO-Socket-IP-0.36/blib/lib/IO/Socket/IP.pm line 30.
# Compilation failed in require at t/00use.t line 8.
# BEGIN failed--compilation aborted at t/00use.t line 8.
# Looks like you failed 1 test of 1.


What I have to do?


thank you

Reply via email to