PDA

View Full Version : Unable to load


Dante Chaos
18-03-2008, 11:36
I get this error:

---------------------------------------------------------------
-------------- log started at 18-03-08 04:28 -------------
---------------------------------------------------------------
18-03-08 04:28:42,ALL,Info,server, Server init initialized
18-03-08 04:28:42,ALL,Info,server, Server version: 2.0.23.19 Linux
18-03-08 04:28:42,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load libsqlmy.so
18-03-08 04:28:42,ERROR,All,SERVER, Start_Server: unable to open database
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 18-03-08 04:28 --------------
---------------------------------------------------------------

I have both libmysqlclient_r.so.15 and libsqlmy.so in the same directory as teamspeak but it wont load and gives me that error.

This is my config:

[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=****
Hostname=****
User_name=****
Password=*****
GetDriverFunc=getSQLDriverMYSQL
VendorLib=libmysqlclient_r.so.15
LibraryName=libsqlmy.so
Active=1

I got no clue how to fix this cus the urls should be correct.

Dante Chaos
18-03-2008, 17:19
Solved!

Thanks to a member of a game community here is the solution:

Put this as last in your server.ini
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=ts2
Hostname=localhost
User_name=teamspeak2
Password=******
GetDriverFunc=getSQLDriverMYSQL
VendorLib=./libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1

Then upload this file to your ts map
http://frv.mine.nu/ts2/libmysqlclient_r.so.10.0.0

it will give an error when you first start it but it wont anymore the 2nd time you start it.

evrynet
18-03-2008, 22:01
Hi,

I just did what you mentioned but got the following error now:

-------------- log started at 18-03-08 16:53 -------------
---------------------------------------------------------------
18-03-08 16:53:38,ALL,Info,server, Server init initialized
18-03-08 16:53:38,ALL,Info,server, Server version: 2.0.23.19 Linux
18-03-08 16:53:38,ERROR,All,SQL, Database initialization error: EDatabaseError.dbExpress Error: Invalid Username/Password
18-03-08 16:53:38,ERROR,All,SERVER, Start_Server: unable to open database
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 18-03-08 16:53 --------------
---------------------------------------------------------------

I just checked twice everything is correct, database name,pass,username etc..!

We are talking about a cPanel based server.

Any idea?

Regards,

Andrew

Dante Chaos
19-03-2008, 14:52
It shows wrong username/password right, try this topic it shows a solution to that problem: http://forum.teamspeak.com/showthread.php?t=27200