Spam assign socket error

Kevin Jaspers

Verified User
Joined
Jan 23, 2012
Messages
64
Hello all,

Im new here en im new with having a own da.

but when i'll upgrade my versions i got this.


Dec 13 23:41:05.332 [7571] error: Socket version 1.95 required--this is only version 1.78 at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 92.
Dec 13 23:41:05.333 [7571] error: Can't locate IO/Socket/IP.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 106.
Latest version of SpamAssassin: 3.3.2
Installed version of SpamAssassin: 3.3.2

So can someone help.

greats.
 
Seems not to work.

[root@server ~]# yum search IO-Socket-IP
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.prolocation.net
* extras: mirror.prolocation.net
* updates: mirror.prolocation.net
Excluding Packages in global exclude list
Finished
Warning: No matches found for: IO-Socket-IP
No Matches found
[root@server ~]# yum install IO-Socket-IP
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.prolocation.net
* extras: mirror.prolocation.net
* updates: mirror.prolocation.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package IO-Socket-IP available.
Nothing to do
 
By the way that nasty errors as it seems appears on a newly installed CentOS 5 + Directadmin server with enabled spamassassin. So it seems somebody fails to follow instructions from an installation script (/usr/local/directadmin/scripts/spam.sh) and misses to install all required dependencies:

Code:
cpan -i Archive::Tar Digest::SHA Mail::SPF IP::Country Net::Ident IO::Socket::INET6 Compress::Zlib Mail::DKIM LWP::UserAgent HTTP::Date Encode::Detect ExtUtils::MakeMaker NetAddr::IP Mail::SpamAssassin::Plugin::Razor2 Razor2::Client::Agent IO::Socket::SSL DBI

I've just fixed the same on one of the servers.

As for yum it would be:

perl-Archive-Tar.noarch 1:1.39.1-1.el5_5.2
perl-IO-Socket-INET6.noarch 0:2.51-2.fc6
perl-IO-Socket-SSL.noarch 0:1.01-1.fc6
perl-IO-Zlib.noarch 0:1.04-4.2.1
perl-Net-DNS.x86_64 0:0.59-3.el5
perl-Net-IP.noarch 0:1.25-2.fc6
perl-NetAddr-IP.x86_64 0:4.027-5.el5_6
 
Back
Top