digimaster wrote: 
> Why is there a error on /lib/libnsl.so.1, as the error is thats its a
> ELF32 and not ELF64.
> You can use ELF32 file beside other on QNAP, but PERL is a interpreter
> and the file and libs it needs, have to be ELF64.
> And there lays you're error, why LMS wont start, as Perl runs into a
> problem. ( /lib/libnsl.so.1 )
> 
> You're system is x86_64 which is good, but on some way there are parts
> of x86/i686 in QTS.
> Try uninstall QLOgitechMediaServer, and do a restart of you're QNap.
> Then install QLogitechMediaServer v1.05a, and when done without error
> have a look in the resourcemonitor if its running.
> Don't ad any old settings first, run it clean out of the box.

I tried the above, but same result.

I used to run LMS using SSOTS design for LMS 7.7.2, I upgraded LMS to
7.9.1. To run Spotty I also have to install IO::Socket::SSL
This is how I did, could this have screwed with my /lib/libnsl.so.1??

Code:
--------------------
    ipkg install openssl openssl-dev
  ipkg install make
  ipkg install gcc
  
  cd /share/MD0_DATA/.qpkg/LogitechMediaServer
  mkdir tmp
  cd tmp
  
  wget http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20160104.tar.gz
  tar zxvf Mozilla-CA-20160104.tar.gz
  cd Mozilla-CA-20160104
  ../../bin/perl Makefile.PL
  make   
  make install
  cd ..
  
  wget http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz
  tar zxvf Net-SSLeay-1.81.tar.gz
  cd Net-SSLeay-1.81
  OPENSSL_PREFIX=/opt ../../bin/perl Makefile.PL
  make
  make install
  cd ..
  
  wget http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.049.tar.gz
  tar zxvf IO-Socket-SSL-2.049.tar.gz
  cd IO-Socket-SSL-2.049
  ../../bin/perl Makefile.PL
  make
  make install
  cd ..
--------------------



NAS: QNAP TS-459U+ -QTS 4.2.6- (4x 2TB, RAID5)
Services: LMS- 7.9.1 -,  SSOTS- 4.14-
Squeezebox:  6x Reciever, 3x Boom, 2x SB3 Classic
Other:  iPeng on iPad and iPhone
------------------------------------------------------------------------
jasell's Profile: http://forums.slimdevices.com/member.php?userid=17817
View this thread: http://forums.slimdevices.com/showthread.php?t=108292

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

Reply via email to