You are not logged in.

#1 2016-07-13 12:30:37

Abdullah Radwan
Member
Registered: 2016-07-13
Posts: 3

Run team speak 2 on arch

Hello, I am now comer to arch linux, I want to run team speak 2 on arch linux, this is the error:

/opt/teamspeak2/TeamSpeak.bin: symbol lookup error: /opt/teamspeak2/TeamSpeak.bin: undefined symbol: initPAnsiStrings

I unpack this package https://packages.debian.org/wheezy/amd6 … 2/download and put libjpeg.so.62 and libjpeg.so.62.0.0 into main team speak server, but nothing, same error.

I try with i386 package, same thing.

I hope to found an answer.

Last edited by Abdullah Radwan (2016-07-13 12:36:17)

Offline

#2 2016-07-13 12:35:39

FlowIt
Member
Registered: 2014-10-25
Posts: 239

Re: Run team speak 2 on arch

You just can't install deb (or rpm) packages in Arch. Especially for debian packages which are usually outdated and heavily patched it would be pure luck to get it running. You should try the AUR, here is the link: https://aur.archlinux.org/packages/teamspeak2/
Download the snapshot and run:

tar -xvf teamspeak2.tar.gz
cd teamspeak2
makepkg -s
sudo pacman -U teamspeak2-version.tar.gz

You tried both x86_64 and i386? Well...you definitly need to learn some basics to be happy with Arch, and knowing the difference in x86_64 and i386 is definitly basic. These are different architectures, you simply cannot run packages for one architecture an the other.  So please - I provided you with a solution that hopefully works - please don't simply copy the command, but LEARN WHAT THEY ARE DOING. You can easily break your system when building and installing packages from the AUR.

Last edited by FlowIt (2016-07-13 12:41:51)

Offline

#3 2016-07-13 12:38:37

Abdullah Radwan
Member
Registered: 2016-07-13
Posts: 3

Re: Run team speak 2 on arch

FlowIt wrote:

You just can't install deb (or rpm) packages in Arch. Especially for debian packages which are usually outdated and heavily patched it would be pure luck to get it running. You should try the AUR, here is the link: https://aur.archlinux.org/packages/teamspeak2/
Download the snapshot and run:

tar -xvf teamspeak2.tar.gz
cd teamspeak2
makepkg -s
sudo pacman -U teamspeak2-version.tar.gz

==> ERROR: teamspeak2 is not available for the 'x86_64' architecture.

Offline

#4 2016-07-13 12:44:35

FlowIt
Member
Registered: 2014-10-25
Posts: 239

Re: Run team speak 2 on arch

Well this is unfortunate. Do you rely on teamspeak2 or does version3 also work for you? In this case - read the wiki: https://wiki.archlinux.org/index.php/TeamSpeak

Offline

#5 2016-07-13 13:36:51

Abdullah Radwan
Member
Registered: 2016-07-13
Posts: 3

Re: Run team speak 2 on arch

FlowIt wrote:

Well this is unfortunate. Do you rely on teamspeak2 or does version3 also work for you? In this case - read the wiki: https://wiki.archlinux.org/index.php/TeamSpeak

No, I want to flying with IVAO and they audio servers not working with teamspeak3.

Offline

Board footer

Powered by FluxBB