berrange wrote: > The following are the steps I used to install the SSL perl modules on my > QNap NAS install of the squeezebox server. Note the /share/MD0_DATA part > of the path may be different on your server > > #ipkg install openssl openssl-dev > #ipkg install make > #ipkg install gcc > > #cd /share/MD0_DATA/.qpkg/LogitechMediaServer/ > #mkdir tmp > #cd tmp > > #wget > http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-20141217.tar.gz > #tar zxvf Mozilla-CA-20141217.tar.gz > #cd Mozilla-CA-20141217 > #../../bin/perl Makefile.PL > #make > #make install > #cd .. > > > #wget > http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-1.68.tar.gz > #tar zxvf Net-SSLeay-1.68.tar.gz > #cd Net-SSLeay-1.68 > #OPENSSL_PREFIX=/opt ../../bin/perl Makefile.PL > #make > #make install > #cd .. > > > #wget > http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-2.012.tar.gz > #tar zxvf IO-Socket-SSL-2.012.tar.gz > #cd IO-Socket-SSL-2.012 > #../../bin/perl Makefile.PL > #make > #make install > #cd .. > > > After doing this, test that it works by doing > > # /share/MD0_DATA/.qpkg/LogitechMediaServer/bin/perl > use IO::Socket::SSL; > > That should not give any errors if everything was successful.
so I am going through this but in your lines above, when I get to "../../bin/perl Makefile.PL" I get the error ../../bin/perl directory does not exist can you help me here? LMS 7.9.1 on QNAP 219P+ 3 wired Touch End Points Jolida Tube DAC III Marantz 2270 to Boston Acoustics Slimlines Marantz 7010 to B&W CM10 S2 ------------------------------------------------------------------------ dhallag's Profile: http://forums.slimdevices.com/member.php?userid=30845 View this thread: http://forums.slimdevices.com/showthread.php?t=87731 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
