Your Net::SSLeay is only installed for the i386 Perl:
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Net/SSLeay.pmThe Perl you use is a 64-bit Perl which cannot work with the 32-bit extensions:
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multiThe two cannot work together. Since you seem to be using a RedHat stock Perl, you might want to consider to install the RPM version of Net::SSLeay for your version of Perl, which hopefully includes the libssleay as a dependency.
An alternate approach could be to compile your own, separate Perl and install it under (for example) /opt/perl, and to compile the modules you want there.
In reply to Re: can't locate in @INC
by Corion
in thread can't locate in @INC
by js1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |