Jeff wrote: > I just replaced my old (Fedora Core4) system with new hardware running > Fedora Core5, and I'm having a number of problems. I looked through > this forum and only got a little help. Any suggestions? > > 1. The install failed since /usr/local/slimserver didn't exist (this > used to be created automatically). I created it, and the install > finished. I saw that this could be created and then the install would > succeed. But ... > > 2. When I created it, the template stuff didn't get downloaded since > the directory existed. I forced an upgrade, this seemed to take care of > that. (Or at least I didn't get an error message.) > > 3. I needed to run ./Bin/build-perl-modules.pl (never needed to do that > before). That seemed to run fine. > > 4. I could now start SlimServer. But it immediately crashed. In > /tmp/slimserver.log, I see: > > 2006-04-23 18:45:57.8883 DBD::SQLite::db tables failed: not an > error(21) at dbdimp.c line 398 at > /usr/local/slimserver/Slim/DataStores/DBI/DataModel.pm line 209. > DBD::SQLite::db tables failed: not an error(21) at dbdimp.c line 398 at > /usr/local/slimserver/Slim/DataStores/DBI/DataModel.pm line 209.
Jeff, a. How are you installing slimserver, and what version? b. You shouldn't need to run build-perl-modules - what was the exact error message? c. It sounds like you're missing SQLite. What does the output of "rpm -qa | grep -i sqlite" look like? FYI, I did a slimserver install on FC5 last night. I checked out the latest code from svn and it worked out of the box apart from this issue: As of r7075, slimserver still uses binary modules from within its own CPAN tree rather than any installed system-wide. This causes problems with Expat.pm as SELinux prevents Expat.so from loading. The work-round is to rename/delete Expat.pm and Expat.so from the slimserver CPAN tree so that slimserver uses the versions installed system-wide: rm -f /opt/slimserver/trunk/server/CPAN/arch/5.8/i386-linux-thread-multi/auto/XML/Parser/Expat/Expat.so rm -f /opt/slimserver/trunk/server/CPAN/XML/Parser/Expat.pm Note that these will be restored when updating using svn and so will need to be deleted following every svn up. HTH, R. _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
