From: Joe C. <jo...@vi...> - 2017-07-13 04:54:08
|
Why such an old version of Webmin? Perl 5.8.8 is new enough to run even the latest version of Webmin. If size is a constraint, you could install the webmin-minimal build. The specific problem you have is about the Perl SSL bindings. You probably need to rebuild them. Just installing the latest version of Net::SSLeay from CPAN might work. If that doesn't work, or you don't know how to install a module from CPAN, you can turn off SSL in Webmin by editing /etc/webmin/miniserv.conf and switch ssl=1 to ssl=0 That's normally crazy dangerous, but you're already running something so old that it's already crazy dangerous and you can't possibly have it on the open internet (I hope), so that's probably no big deal. On 07/12/2017 06:56 PM, Vincent P wrote: > Hi, > > I try to run webmin 1.180 on my ReadyNas Duo. It's a (old)NAS that > runs on sparc. > When I run /usr/share/webmin/miniserv.pl <http://miniserv.pl> > /etc/webmin/miniserv.conf > I got the following error > /usr/bin/perl: relocation error: > /usr/lib/perl5/auto/Net/SSLeay/SSLeay.so: undefined symbol: > Perl_Gthr_key_ptr > > Perl version is v5.8.8 built for sparc-linux. > > Any idea ? > > Thank you, > > Vincent > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |