mherger wrote: > > $IO::Socket::SSL::VERSION' > > 0.999 > > Hmm... I can't find any reference to this version on search.cpan.org. > Bug googling it reveals some sources from back in 2006... even my > ReadyNAS running a slightly more recent Perl 5.10.1 comes with 1.33, > which is about 4 years more recent. > > Most likely your version is outdated and no longer supported. You should > > check the QNAP forums for an update. Or try to compile it yourself... > > -- > > Michael
Hi Michael, I don't think it has to do with the default PERL installation on my QNAP. When I looked closer I came to this conclusion: - ssods release is 14.4 - in its bin directory there is indeed another copy of PERl pre-compiled in to only look for PERL modules in its own folder structures (from ssods) I tried your command once more from within this ssods directory and got the following error: Can't locate IO/Socket/SSL.pm in @INC (@INC contains: /opt/ssods4/lib/perl5/5.10.0/i686-linux-thread-multi /opt/ssods4/lib/perl5/5.10.0 /opt/ssods4/lib/perl5/site_perl/5.10.0/i686-linux-thread-multi /opt/ssods4/lib/perl5/site_perl/5.10.0 .). BEGIN failed--compilation aborted. So the PERL binary that comes with ssods (LMS 7.8.1) doesn't have the SSL module pre-compiled in. So I got 2 solutions: - compile the PERL module into the LMS supplied PERL binary - get a dynamice linked lib version of LMS 7.8.1 I tried to replace the installed PERL binary with the one from QNAP but it doesn't work. So I need some advice on this from some experts here... anyone? Thanks Michael for your help! Eric ------------------------------------------------------------------------ janus's Profile: http://forums.slimdevices.com/member.php?userid=62801 View this thread: http://forums.slimdevices.com/showthread.php?t=97668 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
