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.


------------------------------------------------------------------------
berrange's Profile: http://forums.slimdevices.com/member.php?userid=64173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to