Perl Error: Can't locate Net/SSLeay.pm in @INC

DRKT

Verified User
Joined
Oct 8, 2003
Messages
201
Hi!

i check spamd version and i have this error:

Why? and HOW fix this?

--------------
[root@svr - /root # spamd -V
SpamAssassin Server version 3.2.3
running on Perl 5.8.8
[2385] error: Can't locate Net/SSLeay.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl) at /usr/local/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 18.
[2385] error: Can't locate Net/SSLeay.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl) at /usr/local/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 18.
[2385] error: BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 18.
--------------

Thanks!
 
Do the following on your shell.

Code:
Type: perl -MCPAN  -e shell

Once the perl command prompt shows up...

Type: install Net::SSLeay
 
Last edited:
Hi!

i have 2 Perl install...

5.8.0 and 5.8.8.. by default perl 5.8.0 if i type this command, how to type this command for 5.8.8 ?

Thanks!
 
Last edited:
Hi!

i have 2 Perl install...

5.8.0 and 5.8.8.. by default perl 5.8.0 if type this command it's, how to type this command for 5.8.8 ?

Thanks!

Code:
whereis perl

Add the -v(or --version) suffix to both outputs, and then run the 5.8.8 binary.
 
Back
Top