dcooper
24-05-2006, 02:32
I am hoping someone can give me a hand with getting TeamSpeak 2.0.20.1 working with MySQL 5.0.21.
My teamspeak installation lives in: /srv/teamspeak
I have created a database called teamspeak in MySQL and assigned all privs to the teamspeak@localhost user to that database.
I have the following setup in my server.ini file:
[DBEXPRESS]
sqldir=/srv/teamspeak/mysql_sql
Drivername=mysql
Database=teamspeak
Hostname=localhost
User_name=teamspeak
Password=***
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so
LibraryName=/srv/teamspeak/libsqlmy.so
Active=1
When I start teamspeak up, I get the following error in the log:
24-05-06 10:28:29,ALL,Info,server, Server init initialized
24-05-06 10:28:29,ALL,Info,server, Server version: 2.0.20.1 Linux
24-05-06 10:28:29,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load /usr/lib/libmysqlclient_r.so
24-05-06 10:28:29,ERROR,All,SERVER, Start_Server: unable to open database
FYI: /usr/lib/libmysqlcilent_r.so is a symlink to /usr/lib/mysql/libmysqlclient_r.so.15.0.0
The permissions on those files allow anyone to read and execute the file. I have even run the server as root and it still fails in this fashion. I have also tried specifying /usr/lib/mysql/libmysqlclient_r.so.15.0.0 in the server.ini but that also fails.
Regards,
Daniel
My teamspeak installation lives in: /srv/teamspeak
I have created a database called teamspeak in MySQL and assigned all privs to the teamspeak@localhost user to that database.
I have the following setup in my server.ini file:
[DBEXPRESS]
sqldir=/srv/teamspeak/mysql_sql
Drivername=mysql
Database=teamspeak
Hostname=localhost
User_name=teamspeak
Password=***
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so
LibraryName=/srv/teamspeak/libsqlmy.so
Active=1
When I start teamspeak up, I get the following error in the log:
24-05-06 10:28:29,ALL,Info,server, Server init initialized
24-05-06 10:28:29,ALL,Info,server, Server version: 2.0.20.1 Linux
24-05-06 10:28:29,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load /usr/lib/libmysqlclient_r.so
24-05-06 10:28:29,ERROR,All,SERVER, Start_Server: unable to open database
FYI: /usr/lib/libmysqlcilent_r.so is a symlink to /usr/lib/mysql/libmysqlclient_r.so.15.0.0
The permissions on those files allow anyone to read and execute the file. I have even run the server as root and it still fails in this fashion. I have also tried specifying /usr/lib/mysql/libmysqlclient_r.so.15.0.0 in the server.ini but that also fails.
Regards,
Daniel