esa: Thanks for the detailed description! It helped me solve my LMS and
Perl 5.20 problems.

First I tried with the custom perl 5.18 build for just LMS but then I
got it working without. So If someone runt into the same LMS and perl
mess in the future my steps to finally get it working was something
like:

  
-  Unmerged LMS (+ removed the Hickinbottoms squeezebox-alt overlay
  with Layman).
-  Updated the system   
Code:
--------------------
        emerge -av --update --changed-use --deep @world
--------------------
    
-  Created a local overlay with the e-builds from Hickinbottoms (copy
  from github or the squeezebox-alt overlay) but with the perl version
  requirement changed in "logitechmediaserver-bin-9999.ebuild" to   
Code:
--------------------
        x86? ( <dev-lang/perl-5.21[ithreads] )
--------------------
    
-  Emerged media-sound/logitechmediaserver-bin-9999
-  Tested to run LMS which failed since it complained about CPAN.   
Code:
--------------------
        /usr/bin/perl /opt/logitechmediaserver/slimserver.pl --user 
logitechmediaserver --prefsdir=/etc/logitechmediaserver  
--pidfile=/var/run/logitechmediaserver/logitechmediaserver.pid 
--logdir=/var/log/logitechmediaserver 
--cachedir=/var/lib/logitechmediaserver/cache
--------------------
    
-  Downloaded CPAN (from github Logitech/slimserver-vendor) and built
  with my now default perl 5.20 using the included  buildme.sh script.
-  Copied  "build/arch/5.20/*" to
  /opt/logitechmediaserver/CPAN/arch/5.20/
-  Started LMS with "/etc/init.d/logitechmediaserver".
  

I'm sorry I can't include links to the downloads and such since this is
my first post but all links to the git repos and gentoo guides I used
can be found in the previous posts in this thread.

//Kristoffer


------------------------------------------------------------------------
rullgrus's Profile: http://forums.slimdevices.com/member.php?userid=64763
View this thread: http://forums.slimdevices.com/showthread.php?t=103111

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

Reply via email to