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 ints3client_runscript.sh
- create a file
php.ini
with following content
[Paths]
Plugins = plugins
Hope this works for you too.