Hi,
I upgraded my server from Debian Lenny to Squeeze. After that I tried to start TeamSpeak but I receive the following error:
Code:
Logging started
2010-11-10 17:41:41.915440|INFO |ServerLibPriv | | Server Version: 3.0.0-beta29 [Build: 12473], Linux
2010-11-10 17:41:41.915826|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2010-11-10 17:41:41.915869|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_mysql.so", halting!
I found a "solution" but this wont work:
Code:
ts3server_startscript.sh
#!/bin/sh
# Copyright (c) 2010 TeamSpeak Systems GmbH
# All rights reserved
COMMANDLINE_PARAMETERS="inifile=ts3server.ini ${2}" #add any command line parameters you want to pass here
BINARYPATH="$(dirname "${0}")"
cd "${BINARYPATH}"
LIBRARYPATH="$(pwd)"
LD_LIBRARY_PATH="/srv/teamspeak/teamspeak3 ./ts3server_linux_amd64 dbplugin=ts3db_mysql"
...
Can anyone help?