Community Forums Today's Posts     Member List     Archive    
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Location
    USA
    Posts
    4

    ubuntu 9.10 unable to load database plugin library libts3db_sqlite3.so, halting.

    that's there error I'm receiving when trying to install teamspeak:

    I cannot get this to work even after installing libmysqlclient15off.

    I run this command:

    Edit by mod
    Please don't use this outdated script anymore! The script got an overhaul long time ago.
    Please use the minimal or startscript instead


    ./ts3server_linux_x86 inifile=ts3server.ini and it returns the error:
    unable to load database plugin library "libts3db_sqlite3.so", halting!

    any help is appreciated.

    here's my libts3db_sqlite3.so
    Code:
    server@ubuntu:~/teamspeak3-server_linux-x86$ ldd libts3db_sqlite3.so
    	linux-gate.so.1 =>  (0x00ef4000)
    	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00a2a000)
    	libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x001e2000)
    	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00fd3000)
    	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00410000)
    	/lib/ld-linux.so.2 (0x0059c000)
    here's my ts3server.ini
    Code:
    machine_id=
    default_voice_port=9987
    voice_ip=192.168.1.136
    licensepath=
    filetransfer_port=30033
    filetransfer_ip=192.168.1.136
    query_port=10011
    query_ip=192.168.1.136
    dbplugin=ts3db_sqlite3
    dbpluginparameter=
    dbsqlpath=sql/
    dbsqlcreatepath=create_sqlite/
    logpath=logs
    logquerycommands=1
    Last edited by florian_fr40; 21-11-2011 at 09:33.

  2. #2
    Join Date
    Jul 2002
    Location
    Germany
    Posts
    2,836
    Read the last 3 lines of server output.
    You think my answer is stupid ? Read This:
    http://www.catb.org/~esr/faqs/smart-...ons.html#intro

    In a world without fences and walls - who needs windows and gates ?

  3. #3
    Join Date
    Oct 2006
    Location
    USA
    Posts
    4
    Quote Originally Posted by Peter View Post
    Read the last 3 lines of server output.
    please explain.

    I'm new to linux.

  4. #4
    Join Date
    Dec 2009
    Location
    Bergen, Norway
    Posts
    118
    Use the startscripts that comes with the install, so it exports the path for the library needed!
    instead of "./ts3server_linux-x86 bla bla bla"
    use "./ts3server_minimal_runscript.sh"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. unable to load database plugin library, halting!
    By jeremyr in forum Linux / FreeBSD
    Replies: 16
    Last Post: 27-07-2012, 11:50
  2. Replies: 5
    Last Post: 01-04-2010, 16:42
  3. [solved]server unable to load mysql library
    By CLOWNISIUS in forum Linux / FreeBSD
    Replies: 4
    Last Post: 20-02-2010, 15:39
  4. Unable to load database plugin library, halting!
    By jasarien in forum Mac OS X
    Replies: 3
    Last Post: 05-02-2010, 05:54

Posting Permissions

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