Results 16 to 24 of 24
Thread: libmysqlclient.so.15 not found
-
04-05-2011, 23:10 #16
-= TeamSpeak Fanatic =-
- Join Date
- May 2006
- Location
- Europe/Czech Rep.
- Posts
- 1,299
touch: Debian 6.0 teamspeak3.0.* error: unable to load database plugin library "libts3db_mysql.so", halting!
solution:
edit /etc/apt/sources.list
by adding ....lenny main contrib
then by using aptitude/apt search libmysql
that should offer you that libmysqlclient15off package in list, and you are set to go (aptitude install, .... run) :]
-
06-05-2011, 10:48 #17
-= TeamSpeak User =-
- Join Date
- May 2011
- Location
- Vienna
- Posts
- 4
libmysqlclient.so.15 not found
hey,
i have a problem with my teamspeak server.
Code:2011-05-06 09:06:58.881776|INFO |ServerLibPriv | | Server Version: 3.0.0-rc1 [Build: 14262], Linux 2011-05-06 09:06:58.881904|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself 2011-05-06 09:06:58.881927|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_mysql.so", halting!
i think he can't found my libmysqlclient.so.15 ... but i have the libmysqlclient.so.16 instead...Code:ldd libts3db_mysql.so linux-vdso.so.1 => (0x00007fffffd8e000) libmysqlclient.so.15 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fa2d4c95000) libm.so.6 => /lib/libm.so.6 (0x00007fa2d4a12000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fa2d47fc000) libc.so.6 => /lib/libc.so.6 (0x00007fa2d449b000) /lib64/ld-linux-x86-64.so.2 (0x00007fa2d51b4000)
can teamspeak handle with this lib?
are there solutions for this problem?
i hope you can help me
-
06-05-2011, 14:27 #18
-= TeamSpeak User =-
- Join Date
- May 2011
- Location
- Vienna
- Posts
- 4
SOLUTION:
wget http://ftp.nl.debian.org/debian/pool...51a-24+lenny5_amd64.deb
dpkg -i libmysqlclient15off_5.0.51a-24+lenny5_amd64.deb
now your teamspeak server should start without problems. it worked for me.
if you get a error when you try to connect to your mysql database try this:
mysql_save &
now you should can connect to your database without getting a sock error
-
04-10-2011, 05:02 #19
-= TeamSpeak User =-
- Join Date
- Oct 2011
- Posts
- 1
TS3 useing mysql in cloud
ts3server_2011-10-03__20_40_15.366653.logok guys i have a hard one i am useing CENTOS 6 lates install and updated
here is a link to my core enviroment useing make_core_environment.sh script from ts3 about crashes and hangs and other stuff pleases
http://filesmelt.com/dl/core_environment.tar.gz
Linux kernal x86_64 2.6.32-71.e16 installed
ts3 installed and configurd to use my cloud Mysql server from godday
i start the server and i get this error critical|databasequery| | unable to load database plugin library "libts3db_mysql.so", halting!
server config files are as fallows
[ts3server.ini]
machine_id=
default_voice_port=9987
voice_ip=0.0.0.0
licensepath=
filetransfer_port=30033
filetransfer_ip=0.0.0.0
query_port=10011
query_ip=0.0.0.0
query_ip_whitelist=query_ip_whitelist.txt
query_ip_blacklist=query_ip_blacklist.txt
dbplugin=ts3db_mysql
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
dbconnections=10
dblogkeepdays=90
logpath=logs
logquerycommands=0
dbclientkeepdays=30
[ts3db_mysql.ini]
[config]
host=192.168.1.1
port=3306 not going to give you mysql ip or login info
username=*
password=*
database=*
socket=
i am running the server useing this command
./ts3server_linux_amd64 inifile=ts3server.ini
so i do a ldd on libts3db_mysql.so and it says this
libmysqlclient.so.15 => not found
now this is a fresh install useing the Centos 6 minimal install iso and then running they command yum update
i have tryed to get the libmysqlclient.so.15.0.0 file into the install dir of ts3 with no avail to it working still getting the same error oh and my database is working fine in windows use cloud mysql
is there a libts3db_mysql.so compiled for libmysqlclient.so.16 shared library as that is all ready installed and working other than that nothing else is broken and i can run the ts3server useing the sqlite and it works fine just when i try to get mysql db is when it craps out
if there is a libts3db_mysql.so complied for libmysqlclient.so.16 were can i downlod this as this would fix a lot of the problems with ts3 server on a linux host
as to my knowalge of Centos 6 there is no way to get mysql5.0 install on centos 6 because it come prepackagd with mysql5.1.XX
any help would be greatful
help as i can not get a copy of libmysqlclient.so.15 to install and i do not want to download any more linux os'sLast edited by Saberwolf; 04-10-2011 at 06:20.
-
04-10-2011, 07:42 #20
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Hello
You have several informations on the top of this thread.
And
NEVER use this binary to start your server. Use the startscript or the minimal_runscript.
Originally Posted by Saberwolf
Last edited by florian_fr40; 12-01-2012 at 08:51.
-
14-04-2012, 13:17 #21
-= TeamSpeak User =-
- Join Date
- Mar 2011
- Location
- Worldwide
- Posts
- 3
Solution for Debian "Squeeze"
The silver bullet on a Debian machine would be to install the MySQL database client library through the aptitude/apt-get mechanism, in particular since manual library installations, as suggested from a previous poster, are a mess and get quite hard to handle.
Edit /etc/apt/sources.list and add the Debian "Lenny" repositorys.
then executeCode:deb http://archive.debian.org/debian/ lenny main non-free contrib deb-src http://archive.debian.org/debian/ lenny main non-free contrib # Volatile: deb http://archive.debian.org/debian-volatile lenny/volatile main contrib non-free deb-src http://archive.debian.org/debian-volatile lenny/volatile main contrib non-free # Backports: deb http://archive.debian.org/debian-backports lenny-backports main contrib non-free
and you are ready to go.Code:aptitude update && aptitude install libmysqlclient15off
Although this works perfectly well, using deprecated librarys would not be necessary if the TeamSpeak developers would kindly draw into consideration making it able to use an up-to-date client library for MySQL for one of the next releases. Regarding Debian Lenny, relying on the distribution security updates is not longer possible since Lenny is EOL since a few weeks.
-
16-04-2012, 11:06 #22
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Hannover, Germany
- Posts
- 33
-
16-04-2012, 11:17 #23
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
http://forum.teamspeak.com/showthrea...ot-Squeeze-Way
This thread can help you
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
17-04-2012, 11:29 #24
-= TeamSpeak User =-
- Join Date
- Mar 2011
- Location
- Worldwide
- Posts
- 3
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
libmysqlclient.so.15 vs libmysqlclient.so.16
By slavig in forum Linux / FreeBSDReplies: 0Last Post: 26-02-2011, 12:03 -
libmysqlclient.so.15
By BenzinNZ in forum Linux / FreeBSDReplies: 2Last Post: 12-10-2010, 15:42 -
libmysqlclient.so.15 required - but libmysqlclient.so.16 installed @ shared host
By LunAnder in forum Linux / FreeBSDReplies: 14Last Post: 04-04-2010, 02:37 -
Libmysqlclient.so.10.0.0 errors...again.
By sipossk in forum [TeamSpeak 2] Server SupportReplies: 4Last Post: 30-03-2009, 18:53 -
chrooted TS: libmysqlclient found but not loaded
By Curalton in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 09-05-2004, 22:17


Reply With Quote
