Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th May 2008, 05:50 PM
jlc's Avatar
jlc Offline
Registered User
 
Join Date: May 2006
Posts: 83
TeamSpeak 2 and Fedora 9

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
Code:
su -
Change to lib directory (my guess is this is were x86_64 users should also drop them)
Code:
cd /usr/lib
Link the 3 lib files
Code:
ln -s /opt/TeamSpeak2RC2/lib* .
Exit root
Code:
exit
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
__________________
blog

Last edited by jlc; 14th May 2008 at 07:06 PM.
Reply With Quote
  #2  
Old 14th May 2008, 06:08 PM
jlc's Avatar
jlc Offline
Registered User
 
Join Date: May 2006
Posts: 83
Adding an "Application Launcher" to Gnome:

Right click on your panel.
Choose "Custom Application Launcher"
Add

Name: TeamSpeak 2
Command: /opt/TeamSpeak2RC2/TeamSpeak.bin

Click on the Icon (looks like a spring with a launch pad"

In the browse bar, type in /opt/TeamSpeak2RC2 and the icon should appear. Hit OK
__________________
blog
Reply With Quote
  #3  
Old 14th May 2008, 07:59 PM
hiberphoptik's Avatar
hiberphoptik Offline
Registered User
 
Join Date: Apr 2004
Posts: 1,186
cool... but should i be getting sound? my choices are /dev/dsp (no sound) nsd (not running nsd) or other
Reply With Quote
  #4  
Old 27th May 2008, 02:31 AM
JrCool Offline
Registered User
 
Join Date: May 2008
Posts: 2
I get this error on my fresh install of x86-64 Fedora9

following your instructions step by step i get this error

[JrCool@jrcool-pc ts2_client_rc2_2032]$ su -c "sh ./setup.sh"
Passwort:
./setup.data/installer/installer: symbol lookup error: ./setup.data/installer/installer: undefined symbol: initPAnsiStrings


I'm googling for any solutions ...


EDIT:
found this one http://forum.teamspeak.com/archive/i...hp/t-9686.html

a problem with gtk .... it's an older thread, but maybe the same solution

Last edited by JrCool; 27th May 2008 at 02:34 AM.
Reply With Quote
  #5  
Old 29th May 2008, 03:57 PM
jlc's Avatar
jlc Offline
Registered User
 
Join Date: May 2006
Posts: 83
Did you install the prereqs? Maybe you need some other development tools that I just always install.

Code:
yum install "Development Tools"
__________________
blog
Reply With Quote
  #6  
Old 30th May 2008, 12:09 AM
JrCool Offline
Registered User
 
Join Date: May 2008
Posts: 2
Quote:
Originally Posted by jlc
Did you install the prereqs? Maybe you need some other development tools that I just always install.

Code:
yum install "Development Tools"
Will try this *reboot*


Edit:
Ok, after my reboot (win -> Fedora) my network was not able to connect ...
To exclude any configuration problems, I reinstalled fedora9 with some of the development tools and repeated your step-by-step manual.
Same problem.
trying to "install" your advice, my (german) fedora says:

[root@jrcool-pc jrcool]# yum install "Development Tools"
Geladene Plugins: refresh-packagekit # Loaded Plugins: ...
Einrichten des Installationsprozess # loading install. process
Analysiere Installationsargumente des Pakets # analyse installation arguments
Kein Paket Development Tools verfügbar. # No paket Developent Tools availible
Nichts zu tun # nothing to do

sorry for my bad translation (for better understanding)

"yum search development tools" got me a really long list of tools i don't know good enough to install the right one

Last edited by JrCool; 30th May 2008 at 01:37 AM.
Reply With Quote
  #7  
Old 17th June 2008, 08:45 PM
jasonsjunk Offline
Registered User
 
Join Date: May 2008
Posts: 22
Teamspeak install but wont work with another app

I have Teamspeak installed but I haven't been able to get it to work with UT2004. I am not sure if I want to run arts as some have had issues with it in the past and I also run mythtv and that app does not like arts.

Does anyone have a working setup to get Teamspeak working with UT2k4 and other games like it?

Please don't direct me to this link http://www.linux-gamers.net/modules/...ge=HOWTO+Sound

I have read it, not necessarily understood all of it but I have read it.
Reply With Quote
Reply

Tags
fedora, teamspeak

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mic don't record any sound in Teamspeak but work well in other soft fedora 9 hal9000a Using Fedora 1 30th June 2008 08:02 PM
TeamSpeak Mr.Clean Using Fedora 1 16th March 2008 01:15 AM
fedora 8 - cpanel and teamspeak millsm Servers & Networking 2 25th October 2007 01:51 PM
teamspeak fedora 6 cevil203 Using Fedora 3 23rd January 2007 09:39 PM
Teamspeak on 2.6.8 mustangfanatic Using Fedora 2 6th November 2004 10:32 PM


Current GMT-time: 06:27 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat