SlimServer no longer starts after updating my dual G5 Power Mac to 
    
-  Mac OS X 10.4.9
-  iTunes 7.1.1
  

The error that appears in ~/Library/Logs/slimserver.log is:

Code:
--------------------
    
  Storable object version 2.13 does not match $Storable::VERSION 2.15 at 
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/DynaLoader.pm line 253.
  Compilation failed in require at 
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/Slim/Player/Client.pm
 line 17.
  BEGIN failed--compilation aborted at 
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/Slim/Player/Client.pm
 line 17.
  Compilation failed in require at 
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/Slim/Buttons/Common.pm
 line 44.
  BEGIN failed--compilation aborted at 
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/Slim/Buttons/Common.pm
 line 44.
  Compilation failed in require at ./slimserver.pl line 115.
  BEGIN failed--compilation aborted at ./slimserver.pl line 115.
  
--------------------


I've followed the instructions (here
http://slimdevices.custhelp.com/cgi-bin/slimdevices.cfg/php/enduser/std_adp.php?p_faqid=6004)
to completely remove SlimServer ; then re-installed 6.5.1, and still
have *exactly* the same error.

Note also, that as a perl and command-line junkie, I use     
-  'fink' (http://www.finkproject.org/)
-  'MacPorts' (http://www.macports.org/)
-  `perl -MCPAN -eshell` to install other perl stuff
  

...So if you guys aren't ruling @INC with an iron fist, then you may be
picking up non-SlimServer versions of common modules (esp. 'Storable')

If there's nightly build (or svn tag) that might fix this issue, let me
know and I can give it a shot.

Thanks in advance,
./ddd
----
Tons of other sys info:

Code:
--------------------
    
  $ uname -a
  Darwin quickbeam 8.9.0 Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 
2007; root:xnu-792.17.14~1/RELEASE_PPC Power Macintosh powerpc PowerMac7,2 
Darwin
  
  $ type -a perl
  perl is /usr/bin/perl
  
  $ perl -V
  Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
  osname=darwin, osvers=8.0, archname=darwin-thread-multi-2level
  uname='darwin b07.apple.com 8.0 darwin kernel version 8.3.0: mon oct 3 
20:04:04 pdt 2005; root:xnu-792.6.22.obj~2release_ppc power macintosh powerpc '
  config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  
-Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
  useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
  use64bitint=undef use64bitall=undef uselongdouble=undef
  usemymalloc=n, bincompat5005=undef
  Compiler:
  cc='cc', ccflags ='-g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -I/usr/local/include',
  optimize='-Os',
  cppflags='-no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -I/usr/local/include'
  ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1819)', 
gccosandvers=''
  intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  alignbytes=8, prototype=define
  Linker and Libraries:
  ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib'
  libpth=/usr/local/lib /usr/lib
  libs=-ldbm -ldl -lm -lc
  perllibs=-ldl -lm -lc
  libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
  gnulibc_version=''
  Dynamic Linking:
  dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
  cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib'
  
  
  Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Locally applied patches:
  23953 - fix for File::Path::rmtree CAN-2004-0452 security issue
  33990 - fix for setuid perl security issues
  SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
  Built under darwin
  Compiled at Nov  2 2006 10:37:00
  %ENV:
  PERL5LIB="/sw/lib/perl5:/sw/lib/perl5/darwin:/sw/lib/perl5"
  @INC:
  /sw/lib/perl5/5.8.6/darwin-thread-multi-2level
  /sw/lib/perl5/5.8.6
  /sw/lib/perl5/darwin-thread-multi-2level
  /sw/lib/perl5
  /sw/lib/perl5/darwin
  /sw/lib/perl5/5.8.6/darwin-thread-multi-2level
  /sw/lib/perl5/5.8.6
  /sw/lib/perl5/darwin-thread-multi-2level
  /sw/lib/perl5
  /System/Library/Perl/5.8.6/darwin-thread-multi-2level
  /System/Library/Perl/5.8.6
  /Library/Perl/5.8.6/darwin-thread-multi-2level
  /Library/Perl/5.8.6
  /Library/Perl
  /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
  /Network/Library/Perl/5.8.6
  /Network/Library/Perl
  /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
  /System/Library/Perl/Extras/5.8.6
  /Library/Perl/5.8.1
  .
  
--------------------


-- 
douglasdd
------------------------------------------------------------------------
douglasdd's Profile: http://forums.slimdevices.com/member.php?userid=11163
View this thread: http://forums.slimdevices.com/showthread.php?t=34474

_______________________________________________
discuss mailing list
[EMAIL PROTECTED]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to