continued....

after some more testing and plunging around in DataModel.pm it seems
that Slimserver is using more than just DBI these days, so I went ahead
and added Class::DBI (and the slew of modules that, that wen't ahead and
added) and DBIx::ContextualFetch, but it still in the end left me with
the same error telling me that:

The following modules failed to load: DBD::SQLite
Can't locate auto/DBI/connect.al in @INC ( ... )
at
/data/slim/SlimServer_6_2_x_v2006-03-10/Slim/DataStores/DBI/DataModel.pm
line 147

147 $dbh = DBI->connect($source, $username, $password, {
148     RaiseError => 1,
149     AutoCommit => 0,
150     PrintError => 1,
151     Taint      => 1,
152     RootClass  => "DBIx::ContextualFetch"
153   });

So I am wondering what could be going on, as no such file named
connect.al exists whatsoever on any system that I have run slimserver
on before or now. 

Anyone?


-- 
orbadelic
------------------------------------------------------------------------
orbadelic's Profile: http://forums.slimdevices.com/member.php?userid=3852
View this thread: http://forums.slimdevices.com/showthread.php?t=21957

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to