You are not logged in.

#1 2009-09-20 00:56:28

johnpatcher
Member
Registered: 2009-08-23
Posts: 70

Running teamspeak server on x86_64

Hi,

I'm just wondering whether it is possible to run a teamspeak server on my 64 bit Arch installation without the need of setting up a chroot environment. Other distributions offer something like ia32-libs, but I couldn't find anything similiar in Arch.

How are you running your teamspeak server? Are you all make us of chroot?

Best regards
johnpatcher

Offline

#2 2009-09-20 07:21:25

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: Running teamspeak server on x86_64

yeah I just run through chroot


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#3 2009-09-20 08:07:13

klixon
Member
From: Nederland
Registered: 2007-01-17
Posts: 525

Re: Running teamspeak server on x86_64

pacman -Ss lib32-


Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!

Offline

#4 2009-09-20 20:55:59

johnpatcher
Member
Registered: 2009-08-23
Posts: 70

Re: Running teamspeak server on x86_64

Ok, the problem was that the teamspeak server seems to be compiled against an old(er) version of glibc, therefore need an old(er) version of libgcc_s.so.1. I've managed to get this file and placed it in /usr/lib, which works fine, but it messes up some other applications, which need the newer version of glibc sad.

Is there any possibility to have both of them running, without the need of setting up a chroot environment?

Offline

#5 2009-09-21 17:12:15

johnpatcher
Member
Registered: 2009-08-23
Posts: 70

Re: Running teamspeak server on x86_64

Installing "lib32-gcc-libs" solved the problem as it contains the needed file "libgcc_s.so.1".

Offline

Board footer

Powered by FluxBB