Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 10 of 17

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    11

    Centos can't locate bootstrap.pm

    I try to start the squeezeboxserver service and get a message

    [FAILED]
    and says cand locate Slim/bootstrap.pm

    any help

    Peter

  2. #2
    Senior Member gharris999's Avatar
    Join Date
    Apr 2005
    Location
    Santa Fe, NM
    Posts
    3,303
    A little more info would be helpful.

    Specific version of your OS?

    Which rpm did you install? What was the install method (i.e. command line)?

    What does the /var/log/squeezeboxserver/server.log say?

  3. #3
    Junior Member
    Join Date
    Feb 2012
    Posts
    11
    squeezebox server does not seem to get far enough into starting to generate a Log file, the folder exitsts but is empty

    this is the error I get

    [root@ns1 Downloads]# 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]

    also I can not find a file called bootstrap.pm anywhere, or a folder called slim.

    Peter

  4. #4
    Senior Member gharris999's Avatar
    Join Date
    Apr 2005
    Location
    Santa Fe, NM
    Posts
    3,303
    # sudo find /usr -name 'bootstrap.pm'

    ..ought to show that it's at:

    /usr/share/perl5/Slim/bootstrap.pm

    ..or..

    /usr/lib/perl5/vendor_perl/Slim/bootstrap.pm

    If it's not, then you should attempt to clean all traces lms off your system and then reinstall.

  5. #5
    Junior Member
    Join Date
    Feb 2012
    Posts
    11
    what is the most stable / known working rpm package for Centos 6.2?

    the one for download from mysqueezebox.com?
    or one of the repo versions?

    please let me know what you think

    Peter

  6. #6
    Babelfish's Best Boy mherger's Avatar
    Join Date
    Apr 2005
    Location
    Switzerland
    Posts
    18,933

    Centos can't locate bootstrap.pm

    > please let me know what you think

    I think you should follow some of the advice you are given, analyzing the
    cause of your issue.

    --

    Michael

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

    Same problem

    Quote Originally Posted by gharris999 View Post
    # sudo find /usr -name 'bootstrap.pm'

    ..ought to show that it's at:

    /usr/share/perl5/Slim/bootstrap.pm

    ..or..

    /usr/lib/perl5/vendor_perl/Slim/bootstrap.pm

    If it's not, then you should attempt to clean all traces lms off your system and then reinstall.
    I have exactly the same problem as this user and precisely the same error message.Running "find /usr -name 'bootstrap.pm'" gives me a path of "/usr/lib/perl5/vendor_perl/Slim/bootstrap.pm" which is correct, yes?

    Where to now!?

    Cheers

    Paul

  8. #8
    Senior Member gharris999's Avatar
    Join Date
    Apr 2005
    Location
    Santa Fe, NM
    Posts
    3,303
    Quote Originally Posted by paulbj View Post
    I have exactly the same problem as this user and precisely the same error message.Running "find /usr -name 'bootstrap.pm'" gives me a path of "/usr/lib/perl5/vendor_perl/Slim/bootstrap.pm" which is correct, yes?

    Where to now!?

    Cheers

    Paul
    All right, here are some more things to check:

    First off, does the system have a 'squeezeboxserver' user?

    Code:
    # sudo id squeezeboxserver
    If that command returns something like:
    Code:
    uid=991(squeezeboxserver) gid=985(squeezeboxserver) groups=985(squeezeboxserver)
    ..then yes, you have a squeezeboxserver user. And if you do, then execute the following command:

    Code:
    # sudo ln -s -T /usr/lib/perl5/vendor_perl/Slim /usr/share/perl5/vendor_perl/Slim
    Then try starting the service:
    Code:
    # sudo service logitechmediaserver start
    ..and tell us if that worked..
    Last edited by gharris999; 2012-03-10 at 12:11.

Posting Permissions

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