After 4 busy evenings LMS is running :cool:
The problem is with PERL versions.
Perl, FreeNAS11:

Code:
--------------------
    [root@freenas11 ~]# perl --version                                          
    
  
  This is perl 5, version 20, subversion 3 (v5.20.3) built for 
amd64-freebsd-threa
  d-multi        
--------------------
                  
Perl in jails:

Code:
--------------------
    $ perl --version
  
  This is perl 5, version 24, subversion 1 (v5.24.1) built for 
amd64-freebsd-thread-multi
--------------------


Perl in jails after pkg update/upgrade commands:

Code:
--------------------
    root@lms_build:/usr/home/al # perl --version
  
  This is perl 5, version 24, subversion 3 (v5.24.3) built for 
amd64-freebsd-thread-multi
  
--------------------

Third version :confused:

You can't build LMS (./buildme.sh) using PERL 5.24.3, 5.22.4, 5.26.1.
Compilation works ONLY with Perl 5.24.1.
So simple don't execute 

Code:
--------------------
    pkg update
  pkg upgrade
--------------------
 
in lms_built and lms jails - and it works.

I downloaded logitechmediaserver-7.9.1-1512734075-FreeBSD.tgz from h t t
p : / / downloads-origin.slimdevices.com / nightly/?ver=7.9 ,
instructions like Coreadale wrote in #50 with some modifications (Perl
versions, no pkg update/upgrade, no wget - I downloaded latest LMS
version manually, after building LMS more directories to remove (rm -rf
5.26) and in LMS jail:

Code:
--------------------
    pkg install p5-IO-Socket-SSL
--------------------


So - it was very interestig for me to learn how to build LMS, thanks to
all of you for all posts in this tread, really very helpfull. Now it's
time for music :)

Andrzej


------------------------------------------------------------------------
alayer's Profile: http://forums.slimdevices.com/member.php?userid=67624
View this thread: http://forums.slimdevices.com/showthread.php?t=104122

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

Reply via email to