tigersim;473951 Wrote: 
> 
> 
> > 
Code:
--------------------
  >   > 
  > r...@area51> /usr/local/etc/rc.d/squeezeboxserver start
  > Starting squeezeboxserver.
  > The following CPAN modules were found but cannot work with Squeezebox 
Server:
  > DBIx::Class (loaded <not found>, need 0.08109)
  > 
  > To fix this problem you have several options:
  > 1. Install the latest version of the module(s) using CPAN: sudo cpan 
Some::Module
  > 2. Update the module's package using apt-get, yum, etc.
  > 3. Run the .tar.gz version of Squeezebox Server which includes all required 
CPAN modules.
  > 
--------------------
> > 
> 
> 

This error is usualy caused by one of two problems. The first is that
the module DBIx::Class isn't installed properly, the second is that a
remnant of a different version is present in the squeezeboxserver
directory.

The version of DBIx::Class you have installed ( 0.08112 ) is the same
version I have installed and shouldn't cause a problem.

To check if the module is installed correctly installed enter the
following two commands:


Code:
--------------------
    
  perl
  use DBIx::Class;
  
--------------------


If you get any sort of message than there is a problem with the
installation of the module.

HansS


-- 
HansS
------------------------------------------------------------------------
HansS's Profile: http://forums.slimdevices.com/member.php?userid=22792
View this thread: http://forums.slimdevices.com/showthread.php?t=68968

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to