Well, if I remove the DBI.pm in /usr/local/slimserver/CPAN/ so the default DBI.pm of the perl distribution is used, then perl -ICPAN -c Plugins/Alien/Plugin.pm works
Then slimserver complained that I didn't have DBD::SQLite installed, and I needed to run /usr/local/slimserver/Bin/build-perl-modules.pl so I did. After that it still complains about DBD::SQLite, so then I tried perl -MCPAN -e "install DBD::SQLite" After this whenever I try to start slimserver it segfaults with this: Starting SlimServer Had to create DBI::_dbistate unexpectedly at /usr/lib/perl5/5.8.6/i586-linux-thread-multi/DynaLoader.pm line 253. startproc: signal catched /usr/local/slimserver/slimserver.pl: Segmentation fault Then, when I put the old DBI.pm back in /usr/local/slimserver/CPAN/ the server starts, but of course then the DBI versions do not match again and perl -ICPAN -c Plugins/Alien/Plugin.pm doesn't work again... Anyone have any good ideas? -- hansg _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
