When starting the service
Service squeezeboxserver Start
I get
[peter@localhost ~]$ su
Password:
[root@localhost peter]# service squeezeboxserver start
Starting Squeezebox Server: Can't locate Slim/bootstrap.pm in @INC (@INC contains: /usr/libexec /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/libexec/squeezeboxserver line 137.
BEGIN failed--compilation aborted at /usr/libexec/squeezeboxserver line 137.
[FAILED]
[root@localhost peter]#
any help?
Peter
Results 1 to 7 of 7
Thread: Centos Install, LMS 7.7.1
-
2012-02-25, 07:38 #1Junior Member
- Join Date
- Feb 2012
- Posts
- 11
Centos Install, LMS 7.7.1
-
2012-03-10, 05:26 #2Junior Member
- Join Date
- Mar 2012
- Posts
- 4
Centos 6
I have exactly the same issue. There is another thread also dealing with this problem. Search for "Centos 6" and you will find it (but probably not the solution).
Cheers
Paul
-
2012-03-18, 07:40 #3Junior Member
- Join Date
- Mar 2012
- Posts
- 3
a solution
This happens if you try to run lms on 64bit centos - the package has been built (I think), with 32bit assumptions.
Anyway, as root, do this (all one one line)
ln -s /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendor_perl/Slim
It worked for me.
(you could also copy or move the Slim directory from /lib/ to /lib64/ but that would leave rpm confused....)
PS
if you dont alreay have it installed, you also may need to do
yum install perl-Time-HiResLast edited by Paul_Barnett; 2012-03-19 at 02:02. Reason: added hires
-
2012-03-18, 13:58 #4
Thanks, that worked for me.
I also needed to install perl-CGI.
R.Last edited by robinbowes; 2012-03-19 at 02:26.
Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations
-
2012-03-19, 02:02 #5Junior Member
- Join Date
- Mar 2012
- Posts
- 3
typo fixed
thanks
-
2012-05-22, 09:58 #6Junior Member
- Join Date
- May 2012
- Posts
- 1
THANK YOU!! Worked perfectly. I have been a squeezebox user since the Slim Device guys were building SLIMP3s in a garage. This is the first time (in 10 years) I've had an issue I couldn't figure out on my own. I have a box stock, RHEL 6.2, 64-bit installation. Server installed via yum, media server 7.7.2-1. Obivously this RPM needs to be fixed. Thanks again. NeallLast edited by ndoren; 2012-05-22 at 10:00.
-
2012-07-09, 05:52 #7Junior Member
- Join Date
- May 2012
- Posts
- 8
I'm trying to install LMS 7.7.2 on ClearOS 6.2 64-bit system. I have done the linking (ln -s ...), but I get this error - compilation aborted. Any suggestions?

Reply With Quote




