Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    11

    Centos Install, LMS 7.7.1

    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

  2. #2
    Junior Member
    Join Date
    Mar 2012
    Posts
    4

    Angry 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

  3. #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-HiRes
    Last edited by Paul_Barnett; 2012-03-19 at 02:02. Reason: added hires

  4. #4
    Senior Member
    Join Date
    May 2005
    Location
    Huby, York, UK
    Posts
    149
    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

  5. #5

    typo fixed

    thanks

  6. #6
    Junior Member
    Join Date
    May 2012
    Posts
    1
    Quote Originally Posted by Paul_Barnett View Post
    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....)

    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. Neall
    Last edited by ndoren; 2012-05-22 at 10:00.

  7. #7
    Junior 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?
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •