OVH Community, your new community space.

CentOS6 (OVH Release3) - TeamSpeak³ to MySQL - libts3db_mysql.so


Keleg
03.09.15, 15:19
I want to install my teamspeak server with connection to a mysql database. I use this command ./ts3server_startscript.sh start inifile=ts3server.ini to start it. But there is a error appearing. It tells me that the libts3db_mysql.so is missing.

1. Error:
2015-09-03 13:33:20.300899|CRITICAL|DatabaseQuery | | unable to load database plugin library libts3db_mysql.so, halting!
I tried to download the libmysqlclient.so.15 manualy and renamed it to libts3db_mysql.so. The teamspeak starts without errors but its not working correctly. The logfile just shows this:
2015-09-03 14:10:32.290799|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.11.3 (2015-04-13 13:26:31)
2015-09-03 14:10:32.291211|INFO |ServerLibPriv | | SystemInformation: Linux 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 Binary: 64bit

ts3db_mysql.ini
[config]
host='localhost'
port='3306'
username='XXX'
password='PASSXXX'
database='XXX
socket=
ts3server.ini
machine_id=
default_voice_port=9987
voice_ip=0.0.0.0
liscensepath=
filetransfer_port=30033
filetransfer_ip=0.0.0.0
query_port=10011
query_ip=0.0.0.0
dbplugin=ts3db_mysql
dbpluginparameter=ts3db_mysql.ini
dbsqlpath=sql/
dbsqlcreatepath=create_mysql/
logpath=logs
logquerycommands=1
dbclientkeepdays=30
logappend=0
I also tried to install the MySQL-shared-compat-6.0.11-0.rhel5.x86_64.rpm as root but the only thing that happens is this message:
Using yum can damage your system
To use yum at your own risk
use /usr/bin/yum localinstall MySQL-shared-compat-6.0.11-0.rhel5.x86_64.rpm