Hi Michael,
OK. This fixes it, but seems insane.
In /usr/share/squeezeboxserver/lib/Audio/Scan.pm
Code:
--------------------
BEGIN {
# foreach ('0.99', '0.93', '0.95', '0.94') { # Get rid of this line
foreach ('0.95') { # And replace it with this
one
eval { XSLoader::load('Audio::Scan', $_); };
if (!$@) {
$VERSION = $_;
last;
}
}
}
--------------------
My best guess is some stale state in XSLoader from the first two failed
loop iterations (they return a version number mismatch, which is eaten
by the eval). I've also verified that the Scan.so version is 0.95.
Still, I've triple-checked that change allows LMS to come up and play
music. I'm going to try running a scan next.
------------------------------------------------------------------------
mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=113274
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter