From: Jamie C. <jca...@we...> - 2003-01-02 04:09:59
|
Office wrote: > Hi, I get the following error trying to turn SSL on for Webmin... > > ---------------------------- > The Net::SSLeay perl module does not appear to be installed on your > system.... > The error message from Perl was : > > 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 > /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 (eval 10) > line 2. > BEGIN failed--compilation aborted at (eval 10) line 2. > ----------------------------- > > I have followed all of the directions given in the docs > Both perl and the Net::SSLeay modules are installed and work. > All of the paths listed exist. > > Hmmmmmmmmm........ Does the same error occur if you run perl -e 'use Net::SSLeay' at the command line? If not, do you have more than one copy of perl installed on your system? You can run which perl to see the one used at the command line, and check /etc/webmin/perl-path to see the perl that Webmin is using. - Jamie |