Problem updating Proftpd with custombuild

Richard G

Verified User
Joined
Jul 6, 2008
Messages
14,206
Location
Maastricht
I'm trying to update Proftpd to the latest version.

Previous I had installed Spamassassin on this server, which needs some Cpan installations.

However if I now do a "build update_versions" to update proftpd, this is the result:
Code:
# ./build update_versions
Nov 14 15:41:46.324 [26345] error: Can't locate IO/Socket/INET6.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8) at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 75.

I already tried the spamassassin installation from directadmin:
http://help.directadmin.com/item.php?id=36

And i disabled ipv6. It's Centos 5.5.

Also the crontab of custombuild mails me this:
/etc/cron.daily/custombuild:

Nov 14 04:02:08.001 [27799] error: Can't locate IO/Socket/INET6.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8) at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 75.
Nov 14 04:02:08.810 [28492] error: Can't locate IO/Socket/INET6.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8) at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 75.
Nov 14 04:02:09.615 [29188] error: Can't locate IO/Socket/INET6.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8) at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 75.

I also tried:
cpan -force install IO::Socket::INET6
Looks as if all goes well, but when this ends and I'm running the update_versions again, same problem occurs.

Please how can I fix this?
 
That's strange...

Now I did a:
yum install perl-IO-Socket-INET6

And problem seems over.
I only don't understand why the Cpan installation of this module was not sufficient, but since I rather work with Yum, I don't care.:)
 
Back
Top