Hi,
I have updated my server to Debian Wheezy and can't get LMS running.
Some information about my system:
LMS is trying to start all the time, but there are problems with the DBD::mysql module.
The log (the first few lines):
Any ideas, what I can do to get LMS running?
Thanks.
kalle
I have updated my server to Debian Wheezy and can't get LMS running.
Some information about my system:
Code:
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.7 (wheezy)
Release: 7.7
Codename: wheezy
# uname -r
3.16-0.bpo.2-amd64
# mysql -V
mysql Ver 15.1 Distrib 10.0.15-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
# perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi
(with 89 registered patches, see perl -V for more detail)
# cat /var/lib/squeezeboxserver/prefs/server.prefs | grep db
dbhighmem: 0
dbpassword: password
dbsource: dbi:mysql:database=slimserver
dbtype: MySQL
dbusername: slimserver
The log (the first few lines):
Code:
2014-11-29 11:36:04 squeezeboxserver_safe started.
[14-11-29 11:36:04.6901] main::init (368) Starting Logitech Media Server (v7.8.1, 1417167089, Sat Nov 29 03:05:22 UTC 2014) perl 5.014002
[14-11-29 11:36:04.7092] Slim::bootstrap::tryModuleLoad (286) Warning: Module [DBD::mysql] failed to load:
Unable to get DBI state function. DBI not loaded. at /usr/lib/perl/5.14/DynaLoader.pm line 207.
Compilation failed in require at (eval 521) line 2.
BEGIN failed--compilation aborted at (eval 521) line 2.
[14-11-29 11:36:04.7615] Slim::Schema::Storage::throw_exception (122) Error: DBI Connection failed: install_driver(mysql) failed: Unable to get DBI s$
Compilation failed in require at (eval 752) line 3.
...
Thanks.
kalle