Skip to main content

Thread: Teamspeak 3 issue with libmysqlclient15off?


greetings, been while since type of issue visited , post latest findings on latest crop of problem.

seem the developers of teamspeak 3 had 1 version of libmysqlclient150ff in mind when developed mysql support ts3. had ts3 server running bit on ubuntu 10.04 , things we're fine till decided needed update linux box 11.10. rather upgrade system using commands started scratch , blew away. fresh install installed following packages,

mysql-client , mysql-server these no longer supply needed libmysqlclient15off beta version of ts3 using before. so, after getting system , seeing mysql db running smoothly went ahead , downloaded latest linux 32bit variety of ts3 server no longer in beta. popped on machine, configured ini files appropriate information , setup ts3 user used execute whole mess. went ahead , tried run first time keys , voila, doesnt there again no libmysqlclient.so.15 happen have copy of actual package previous ts3 server running happily in beta point, went ahead , dpkg -i libmysqlclient15off , in. attempt number 2 @ running server except still giving me same message. hammer out ldd libts3db_mysql.so , time shows dependencies there , present. hmmm scratch head... hecks going on here? methodically check steps did, making sure best of knowledge determine if had missed 1 or not , still nothing... not change in results.

at? thought perhaps there different versions of libmysqlclient.so.15 out there tracked down half dozen packages few different distros even, started plugging them same results, each time ldd libts3db_mysql.so showing dependencies there.... i've tried links 5 or 6 posts on forum , teamspeak users forum issue , replicated each of attempts, ones people have said worked them. perhaps there wrong 32bit version of ts3 linux server , compatability specific version? dont know, know this, i've tried alot , got whole lot more of no where. have ideas?

i'll paste here things im using current testbed.

os: linux ubuntu 11.10 oneiric 32bit.
ts3: linux server x86 3.0.0 4netplayers
mysql 5.1.58-1ubuntu1 (ubuntu)
libmysqlclient15off versions tried:
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb
libmysqlclient15off_5.0.51a-3ubuntu5.8_i386.deb
libmysqlclient15off_5.0.51a-24+lenny5_i386.deb
mysql-shared-compat-6.0.9-0.sles9.i586.rpm (yes know rpm, used alien convert .deb)

each time produced these results:

code:
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386    :/opt/ts3server$ ldd libts3db_mysql.so          linux-gate.so.1 =>  (0xb773f000)          libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb754e000)          libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb7463000)          libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7438000)          libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb741a000)          libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb729e000)          libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7283000)          libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xb7252000)          libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb7238000)          libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb7223000)          /lib/ld-linux.so.2 (0xb7740000)      libmysqlclient15off_5.0.51a-3ubuntu5.8_i386    :/opt/ts3server$ ldd libts3db_mysql.so          linux-gate.so.1 =>  (0xb7802000)          libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7612000)          libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb7527000)          libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb74fc000)          libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb74de000)          libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7362000)          libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7347000)          libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xb7316000)          libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb72fc000)          libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb72e7000)          /lib/ld-linux.so.2 (0xb7803000)      libmysqlclient15off_5.0.51a-24+lenny5_i386    :/opt/ts3server$ ldd libts3db_mysql.so          linux-gate.so.1 =>  (0xb7727000)          libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb752e000)          libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb7443000)          libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7418000)          libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb73fa000)          libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb727e000)          libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7263000)          libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xb7232000)          libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb7218000)          libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb7203000)          /lib/ld-linux.so.2 (0xb7728000)      mysql-shared-compat-6.0.9-0.sles9.i586.rpm    :/opt/ts3server$ ldd libts3db_mysql.so          linux-gate.so.1 =>  (0xb7809000)          libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7619000)          libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb752e000)          libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7503000)          libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb74e5000)          libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7369000)          libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb734e000)          libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xb731d000)          libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb7303000)          libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb72ee000)          /lib/ld-linux.so.2 (0xb780a000)      unknown    :/opt/ts3server$ ldd libts3db_mysql.so          linux-gate.so.1 =>  (0xb7859000)          libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7669000)          libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb757e000)          libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7553000)          libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb7535000)          libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb73b9000)          libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb739e000)          libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xb736d000)          libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb7353000)          libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb733e000)          /lib/ld-linux.so.2 (0xb785a000)
ok, first person suggest works gets beer (or cup of coffee) on me!

, last , latest attempt on , totally new fresh install:


code:
teamspeak server 3.0.0 [build: 14957]  (c)teamspeak systems gmbh    logging started  2011-11-04 23:03:50.803454|info    |serverlibpriv |   | server version: 3.0.0 [build: 14957], linux  2011-11-04 23:03:50.804764|info    |databasequery |   | please make sure use supplied ts3server_minimal_runscript.sh run server, or set ld_library_path  2011-11-04 23:03:50.805275|critical|databasequery |   | unable load database plugin library "libts3db_mysql.so", halting!
on side note, i've apparently lost last username forum cant recall email had linked to, , 1 dont have access anymore. =( pardon new username , first post question =d

any thoughts? i'm kind of @ end of wits here.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Teamspeak 3 issue with libmysqlclient15off?


Ubuntu

Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support