Bugzilla – Bug 3680
[REGRESSION] "perl slimserver.pl --daemon" fails outside its own dir
Last modified: 2009-01-29 09:47:02 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.)
Ed - this looks like bug 3650 Can you add the $Bin line to slimserver.pl as shown in change 8204 ? Thanks
Yes, that fixed it. Thank you and sorry for the dupe. *** This bug has been marked as a duplicate of 3650 ***