PDA

View Full Version : problems with client on freebsd


e-moth
05-03-2003, 13:41
$ ./TeamSpeak
/usr/local/teamspeak/TeamSpeak.bin: relocation error: /usr/local/teamspeak/TeamSpeak.bin: undefined symbol: initPAnsiStrings

this is what happens when i try to start the client in freebsd's linux emulation.
the emulations works very good for other services on the same machine.

any hints?

thanks in advance.

Darius
20-03-2003, 06:13
Originally posted by e-moth
$ ./TeamSpeak
/usr/local/teamspeak/TeamSpeak.bin: relocation error: /usr/local/teamspeak/TeamSpeak.bin: undefined symbol: initPAnsiStrings

this is what happens when i try to start the client in freebsd's linux emulation.
the emulations works very good for other services on the same machine.

any hints?

thanks in advance.

Install the graphics/linux-jpeg port.

e-moth
25-03-2003, 10:59
thanks, now teamspeak starts and i can connect to servers ;-)

but, there is no sound out- or input at all.
my soundcard does work without any problem
in freebsd and windows...

any hints?

CrtxReavr
04-04-2003, 16:36
A port of the Linux TeamSpeak RC1 client was commited today. If you CVSUP your ports, then:

cd /usr/ports/audio/teamspeak_client && make install clean

It will install the client in a nice clean manner. I'm working wtih a few folks to get an RC2 port commited as well, either as an update or as an additional option.

-CR