> I'm trying to run newest lms 7.8.0-1371658931 on my Linux machine.
How did you install?
> [root@ipfire ~]# /usr/share/lms/slimserver.pl -d startup
> Bareword "main::LOCALFILE" not allowed while "strict subs" in use at
Please open the slimserver.pl and check around line 30 whether you see
this:
use constant LOCALFILE => ( grep { /--localfile/ } @ARGV ) ? 1 : 0;
If you don't, then you have some mix up of incompatible file versions.
--
Michael
How did you install?
> [root@ipfire ~]# /usr/share/lms/slimserver.pl -d startup
> Bareword "main::LOCALFILE" not allowed while "strict subs" in use at
Please open the slimserver.pl and check around line 30 whether you see
this:
use constant LOCALFILE => ( grep { /--localfile/ } @ARGV ) ? 1 : 0;
If you don't, then you have some mix up of incompatible file versions.
--
Michael