om3ega
21-03-2004, 13:24
I am a happy teamspeak user :) .. I upgraded the server to the newest version (2.0.20.1)
I run Mandrake 10 and MySQL 4.0.18
Teamspeak is running smootly on its own sql engine , but when I add this to the server.ini
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=teamspeak
Hostname=localhost
User_name=teamspeak
Password=password
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.12
LibraryName=./libsqlmy.so
Active=1
I get the following error message in the log
------------- log started at 21-03-04 14:13 -------------
---------------------------------------------------------------
21-03-04 14:13:06,ALL,Info,server, Server init initialized
21-03-04 14:13:06,ALL,Info,server, Server version: 2.0.20.1 Linux
21-03-04 14:13:06,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load /usr/lib/libmysqlclient.so.12
21-03-04 14:13:06,ERROR,All,SERVER, Start_Server: unable to open database
The database exist and the username and password are checked.
The file libmysqlclient.so.12 also exists (in fact I tryed them all)
<root@server tss2_rc># locate libmysqlclient
/usr/lib/libmysqlclient.so.12.0.0
/usr/lib/libmysqlclient.so.12
/usr/lib/libmysqlclient_r.so.12.0.0
/usr/lib/libmysqlclient_r.so.12
So I think the LLibraryName=./libsqlmy.so is wrong. Anyone who can help me?
I run Mandrake 10 and MySQL 4.0.18
Teamspeak is running smootly on its own sql engine , but when I add this to the server.ini
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=teamspeak
Hostname=localhost
User_name=teamspeak
Password=password
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.12
LibraryName=./libsqlmy.so
Active=1
I get the following error message in the log
------------- log started at 21-03-04 14:13 -------------
---------------------------------------------------------------
21-03-04 14:13:06,ALL,Info,server, Server init initialized
21-03-04 14:13:06,ALL,Info,server, Server version: 2.0.20.1 Linux
21-03-04 14:13:06,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load /usr/lib/libmysqlclient.so.12
21-03-04 14:13:06,ERROR,All,SERVER, Start_Server: unable to open database
The database exist and the username and password are checked.
The file libmysqlclient.so.12 also exists (in fact I tryed them all)
<root@server tss2_rc># locate libmysqlclient
/usr/lib/libmysqlclient.so.12.0.0
/usr/lib/libmysqlclient.so.12
/usr/lib/libmysqlclient_r.so.12.0.0
/usr/lib/libmysqlclient_r.so.12
So I think the LLibraryName=./libsqlmy.so is wrong. Anyone who can help me?