Great and timely thread. I'm trying to get slimserver installed on
Ubuntu hoary hedgehog. I've been running it on a windows box, but when
that crashed I decided it was a good time to make the Linux switch on
that box. As near as I can tell, as this is based on debian, this
thread has just the info I was looking for. Noticed the the source I
d/l'd from slimdevices.com was SlimServer_v6.1.1.tar.gz, so I had to
change some of the stuff from the earlier posts. On to my
problem....
When I try to start slimserver, I get an error 'Use of initialized
string eq at /usr/local/SlimServer_v6.1.1/slim/utils.prefs.pm line 424
The section of code is :
sub checkServerPrefs {
for my $key (keys %DEFAULT) {
if (!defined($prefs{$key})) {
if (ref($DEFAULT{$key} eq 'ARRAY')) {
my @temp = @{$DEFAULT{$key}};
$prefs{$key} = [EMAIL PROTECTED];
} else {
$prefs{$key} = $DEFAULT{$key};
}
}
}
with "if (ref($DEFAULT{$key} eq 'ARRAY')) {" being line 424
Does anyone who knows perl have any ideas?
Thanks
Mike
--
PowerRanger
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix