Hi, 
please give me a hint. 
I was trying to build LMS on one of Linux distro on i586 machine 
unfortunately there is a problem with Config.pm file:

Code:
--------------------
    [root@ipfire ~]# /usr/share/lms/slimserver.pl --d_startup
  Can't locate Config.pm in @INC (you may need to install the Config module) 
(@INC contains: 
/root/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/i586-linux-thread-multi-64int
 /root/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2 
/root/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/i586-linux-thread-multi-64int 
/root/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2 .) at 
/usr/share/lms/slimserver.pl line 60.
  BEGIN failed--compilation aborted at /usr/share/lms/slimserver.pl line 60.
  
--------------------

I successfully installed/build perl 5.20.2:

Code:
--------------------
    ./perlbrew install perl-5.20.2 -D usethreads -D use64bitint -A 
ccflags=-fno-stack-protector -A ldflags=-fno-stack-protector
--------------------

and having perl-5.20.2 linux-thread-multi-64int I (successfully) build
needed LMS's perl modules.

I copied result of build (arch directory) to LMS CPAN directory
/usr/share/lms/CPAN. 
Earlier I downloaded and extracted to /usr/share/lms directory 'Logitech
Media Server: Unix Tarball - No CPAN Libraries' tarball.
I changed first lines of slimserver.pl and scanner.pl files pointed out
custom perl location:

Code:
--------------------
    /root/perl5/perlbrew/perls/perl-5.20.2/bin/perl
--------------------


I can see that one of 'Config.pm' file is in the
'/usr/share/lms/CPAN/Template' directory.
Please advise me what to do next. 
Tia.


------------------------------------------------------------------------
bernid's Profile: http://forums.slimdevices.com/member.php?userid=37408
View this thread: http://forums.slimdevices.com/showthread.php?t=99648

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

Reply via email to