Trying to get webmin SSH stuff up and running, I've got openssl installed, I compiled SSLeay (latest versions of both) and I run perl -e 'use Net::SSLeay' as suggested by webmin to test it, and this is the error I get back, which boggles me, as the file it referes to does exist, and is world readable, help?
Can't load '/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Net/SSLeay/SSLeay.so' for module Net::SSLeay: libgcc_s.so.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm line 206.
at -e line 1
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
|