Teamspeak 3 Client on Kubuntu 11.10 (oneiric)

November 25, 2011

When you download the TeamSpeak3-Client-linux_*.run (tested with TeamSpeak3-Client-linux_amd64-3.0.2.run) file, extract everything and try to start the TS3 client with ./ts3client_runscript.sh on Kubuntu 11.10 you’ll get following error message:


$ ./ts3client_runscript.sh
Cannot mix incompatible Qt library (version 0x40704) with this library (version 0x40702)
./ts3client_runscript.sh: line 18: 2638 Aborted ./ts3client_linux_amd64 $@

To fix this you need to do following (found the hint here):

  • Add following
    export QTDIR="."
    export KDEDIRS=""
    export KDEDIR=""

    at line 5 in ts3client_runscript.sh
  • create a file qt.conf with following content
    [Paths]
    Plugins = plugins

Hope this works for you too.

2 Comments »

RSS feed for comments on this post. TrackBack URI

  1. The file with

    [Paths]
    Plugins = plugins

    should be named as qt.conf, not php.ini!

    Otherwise, thanks for the Information, it helped me.

    Comment by Voelkerball — November 27, 2011 #

  2. thx … was too fixed on php somehow.

    Comment by robert — November 27, 2011 #

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Powered by WordPress
Entries and comments feeds. Valid XHTML and CSS. 36 queries. 0.054 seconds.