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> 
Code:
--------------------
  >   > 
--------------------
> > 
> #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.


Thought I would give this a bash today on my old TS 121.

I only have partial success, could some one tell me what to do next
please?

Thanks

Ronnie



Code:
--------------------
    Mozilla-CA-20141217/lib/Mozilla/CA/cacert.pem
  [/share/HDA_DATA/.qpkg/LogitechMediaServer/tmp] # cd Mozilla-CA-20141217
  [/share/HDA_DATA/.qpkg/LogitechMediaServer/tmp/Mozilla-CA-20141217] # 
../../bin/perl Makefile.PL
  -sh: ../../bin/perl: No such file or directory
  [/share/HDA_DATA/.qpkg/LogitechMediaServer/tmp/Mozilla-CA-20141217] # make
  make: *** No targets specified and no makefile found.  Stop.
  [/share/HDA_DATA/.qpkg/LogitechMediaServer/tmp/Mozilla-CA-20141217] # make 
install
  make: *** No rule to make target `install'.  Stop.
--------------------


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to