Carlo Filippetto wrote:
I have a CentOS release 5.5 (Final)
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:
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!
Just warnings. If you don't require a functional IPv6,
then you don't really need the IO::Socket::IP .
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.
Your perl is very old. Instead of investing potentially great effort
to bring the Socket module up to date too, it's probably easier
just to deinstall the new IO::Socket::IP .
Mark