PDA

View Full Version : TS2 with mysql support any working?


wizeone
21-05-2006, 00:08
server: Gentoo Linux
TS server downloaded from this site.

applied the edits to the sql files(for 4.+ support) found through searching

MySQL version: mysql Ver 14.7 Distrib 4.1.19, for pc-linux-gnu (i686) using readline 5.1

here is my ini part and log output:
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=ts
Hostname=127.0.0.1
User_name=ts
Password=
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/mysql/libmysqlclient.so.14.0.0
LibraryName=./libsqlmy.so
Active=1


[ Wrote 50 lines ]

teamspeak@WizeServer /www/ek/TS $ ./teamspeak2-server_startscript start
starting the teamspeak2 server
Error starting daemon. Aborted
teamspeak@WizeServer /www/ek/TS $ tail server.log
-------------- log started at 20-05-06 15:10 -------------
---------------------------------------------------------------
20-05-06 15:10:41,ALL,Info,server, Server init initialized
20-05-06 15:10:41,ALL,Info,server, Server version: 2.0.20.1 Linux
20-05-06 15:10:41,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load /usr/lib/mysql/libmysqlclient.so.14.0.0
20-05-06 15:10:41,ERROR,All,SERVER, Start_Server: unable to open database
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 20-05-06 15:10 --------------
---------------------------------------------------------------


tried the libmysqlclient from mysql 3.23.58 and it wouldnt load it either. same unable to load message.

any help or pointers would be great.
Thanks (not so) WizeOne

wizeone
21-05-2006, 09:45
got it to fire up with the libs from http://romstadt.net/eisfair/libmysql-shared.tar.gz

now to see what happens