Bug 3680 - [REGRESSION] "perl slimserver.pl --daemon" fails outside its own dir
: [REGRESSION] "perl slimserver.pl --daemon" fails outside its own dir
Status: RESOLVED DUPLICATE of bug 3650
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 6.3.0
: PC Fedora
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-02 06:57 UTC by Ed Price
Modified: 2009-01-29 09:47 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Price 2006-07-02 06:57:59 UTC
i used to start the server by running:

perl $SLIM_DIR/slimserver.pl --daemon

that worked fine with 6.2.2, but with 6.3.0 it fails with an error: "Can't locate Slim/Utils/Misc.pm in @INC ([...]) at /home/slimserver/SlimServer_v6.3.0/slimserver.pl line 265."

workaround:

cd $SLIM_DIR
perl slimserver.pl --daemon

(env: Fedora Core 4, x86_64, tarball install.)
Comment 1 Dan Sully 2006-07-02 08:25:20 UTC
Ed - this looks like bug 3650

Can you add the $Bin line to slimserver.pl as shown in change 8204 ?

Thanks
Comment 2 Ed Price 2006-07-02 11:13:14 UTC
Yes, that fixed it.

Thank you and sorry for the dupe.


*** This bug has been marked as a duplicate of 3650 ***