[EMAIL PROTECTED] wrote:

I have installed webmin to admin my redhat 8 server but I want it secure .
I have installed the two modules for it
OpenSSL library
Net::SSLeay

both with rpm's

I run the command perl -e 'use Net::SSLeay' to see if there are errors (if
no errors then set up fine) and I get the following

Can't locate Net/SSLeay.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


Can anyone tell me what is wrong .

Blair

It's not my inttention to dought from you but are you shure you have a Net::SSLeay rpm file?
I couldn't find one , but maybe I didn't look hard enough ...

Anyway, here's what I did to have webmin install and use ssh ( it is well explained anyway...):
Installed openssl-0.9.6b-29.i686.rpm and openssl-devel-0.9.6b-29.i386.rpm .
Downloaded Net::SSLeay from ( for example ) :
http://search.cpan.org/CPAN/authors/id/S/SA/SAMPO/Net_SSLeay.pm-1.21.tar.gz
Installed it :
The installation should need only the following steps.

$ perl Makefile.PL
$ make
$ make install
After that you should see your Nte: :SSLeay module in Others/Perl Modules in Webmin and if
you close it and access it again it will ask you to change to https .

You can also follow the instructions to install the module under webmin Configuration/SSL Encryption
in Webmin.

I hope this will help .
Good luck

J.Pedro



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Reply via email to