erland;668880 Wrote: > It could be binary compiled module that are missing maybe ? > ]
The problem appears to be a version mismatch. On linux ( but I imagine it's the same with any perl 5.14 installation ) the version of mysql.pm is 4.020. The version included with the server, in /usr/share/squeezeboxserver/CPAN/BDB/mysql.pm is 3.0002. The comments in /usr/share/perl5/Slim/bootstrap.pm suggest that it tries to work around this type of problem, but it apparently fails in this case. I was able to fix it by replacing /usr/share/squeezeboxserver/CPAN/BDB/mysql.pm with the system version and copying the binary components to /usr/share/squeezeboxserver/CPAN/arch/5.14/x86_64-linux-thread-multi/auto/DBD/mysql/ (which didn't exist before ). I don't know if this second step was necessary, but it works. Now I'm getting sql errors in the log, but at least I have a working server. With any luck, your patches will eliminate the sql errors and I won't have to roll back to a 7.6 installation. -- MJBooth ------------------------------------------------------------------------ MJBooth's Profile: http://forums.slimdevices.com/member.php?userid=51453 View this thread: http://forums.slimdevices.com/showthread.php?t=91432 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
