HI there,
My environemnt is SME 5.5, latests version of webmin Version 1.100 (Redhat Linux 7.2). Latests version of OpenSSL Version 0.9.6b-32.7 and i trying to use NET::SSLeay (Net_SSLeay.pm-1.21)
Im trying to install SSL and Im having some problems. I have compiled and installed OpenSSL with no problems. When I run "perl Makefile.pl" on the NET::SSLeay i got this.
Checking for OpenSSL-0.9.6g or newer...
You have OpenSSL-0.9.6b installed in /usr
openssl-0.9.6d and earlier versions have security flaws, see advisory at
www.openssl.org, upgrading to openssl-0.9.6g is recommended.
Good. Both OpenSSL and perl seem to have been compiled with the same compiler.
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay
It seams to be ok. But when I try to use the SSL Encyption I got this.
Can't locate Net/SSLeay.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at (eval 19) line 2.
BEGIN failed--compilation aborted at (eval 19) line 2.
I realise this is not a problem with Webmin but with NET::SSLeay (I think), can someone help regarding this issue.
Im sure im missing something very obvious. Do I have to install a newer version of Openssl or Net::SSLeavy?? Or is it as simple as editing makefile (or somefile) to point to the "path" where Net_SSLeay.pm is? Or do I have to move my Net_SSLeavy directry?
The error is to configure de SSL Encryotion under the webmin:configuration:ssl_encryption.
Can't locate Net/SSLeay.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-
Best Regards ......