I had some difficulties getting TeamSpeak to work on F9 and then I figured out what needed to be done.
This has only been tested on an x86 box at work, all my machines at home are x86_64 so I'll test it on my laptop tonight. It should work, however I might have to add some steps and will do that later.
Install the dependencies:
Code:
su -c "yum install libX11.{i?86,x86_64} glibc.{i?86,x86_64} libxcb.{i?86,x86_64} libXau.{i?86,x86_64} libXdmcp.{i?86,x86_64}"
Download the client, go to:
http://www.goteamspeak.com/?page=downloads
or directly
Code:
wget -c ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ts2_client_rc2_2032.tar.bz2
Extract the bz2
Code:
tar xvjpf ts2_client_rc2_2032.tar.bz2
Change into the directory
Code:
cd ts2_client_rc2_2032
Launch the setup, if you just want it for your user, remove the "su -c", that will install it to your home directory.
Code:
su -c "sh ./setup.sh"
Default is to install it in /opt/TeamSpeak2RC2
Change to root
Change to lib directory (my guess is this is were x86_64 users should also drop them)
Link the 3 lib files
Code:
ln -s /opt/TeamSpeak2RC2/lib* .
Exit root
Launch TeamSpeak:
Code:
/opt/TeamSpeak2RC2/TeamSpeak.bin
edit: Adding the error message to give searches something to find.
Installer error:
Code:
./setup.data/installer/installer: symbol lookup error: ./setup.data/installer/installer: undefined symbol: initPAnsiStrings
Launch error:
Code:
/opt/TeamSpeak2RC2/TeamSpeak.bin
/opt/TeamSpeak2RC2/TeamSpeak.bin: symbol lookup error: /opt/TeamSpeak2RC2/TeamSpeak.bin: undefined symbol: initPAnsiStrings