Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Location
    Hannover, Germany
    Posts
    33

    [Debian] unable to load libts3db_mysql.so

    Hi,

    I upgraded my server from Debian Lenny to Squeeze. After that I tried to start TeamSpeak but I receive the following error:
    Code:
    Logging started
    2010-11-10 17:41:41.915440|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta29 [Build: 12473], Linux
    2010-11-10 17:41:41.915826|INFO    |DatabaseQuery |   | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
    2010-11-10 17:41:41.915869|CRITICAL|DatabaseQuery |   | unable to load database plugin library "libts3db_mysql.so", halting!
    I found a "solution" but this wont work:
    Code:
    ts3server_startscript.sh
    #!/bin/sh
    # Copyright (c) 2010 TeamSpeak Systems GmbH
    # All rights reserved
    
    COMMANDLINE_PARAMETERS="inifile=ts3server.ini ${2}" #add any command line parameters you want to pass here
    BINARYPATH="$(dirname "${0}")"
    cd "${BINARYPATH}"
    LIBRARYPATH="$(pwd)"
    LD_LIBRARY_PATH="/srv/teamspeak/teamspeak3 ./ts3server_linux_amd64 dbplugin=ts3db_mysql"
    ...
    Can anyone help?

  2. #2
    Join Date
    Dec 2009
    Location
    Hannover, Germany
    Posts
    33

    Solution

    Bug located

    TeamSpeak uses libmysqlclient.so.15 but Debian Squeeze serves libmysqlclient.so.16.
    Include the old Lenny repository and install libmysqlclient15off to solve the problem.

  3. #3
    Join Date
    Sep 2010
    Location
    TAIWAN
    Posts
    8
    that easy ~~
    copy libts3db_mysql.so ==> /usr/local/lib/mysql/ is ok~
    mysql need 50 ....client lib
    51 client can't run ~~

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 01-04-2010, 16:42
  2. [solved]server unable to load mysql library
    By CLOWNISIUS in forum Linux / FreeBSD
    Replies: 4
    Last Post: 20-02-2010, 15:39
  3. [EPIC BUG] All Channels disappear after restart
    By ministorm in forum Server Support
    Replies: 3
    Last Post: 15-01-2010, 02:26
  4. I can find my IP
    By Barmace in forum [TeamSpeak 2] Server Support
    Replies: 16
    Last Post: 21-05-2005, 12:01
  5. disconnection
    By Barmace in forum [TeamSpeak 2] Server Support
    Replies: 8
    Last Post: 10-10-2004, 19:23

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •