Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
04-05-2005, 08:05 AM
(This post was last modified: 04-05-2005, 08:08 AM by cryotek.)
source requires glibc 2.3, you have 2.2 update your glibc
and i THINK glibc 2.3 requires gcc 3.x
if you need more info, im not sure on this, but i thinkit would be apt-get -u gcc then apt-get -u glibc, i don't know Debian, only FreeBSD and Gentoo
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 2
Threads: 1
Joined: Apr 2005
Reputation:
0
I will wait for Debian Sarge to become the release version. Thanks for the fast reply
Posts: 2
Threads: 0
Joined: Apr 2005
Reputation:
0
Hi!
I´ve gote Debian Woody, and there I couldn´t install the gcc 3.x.
Can sobody help me with the installation? Like a Tutorial? Or how to do?
But with apt-get install gcc say: Sorry, gcc is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
And at glibc, I don´t know to install. Because it doesn´t run without gcc 3.3!!
Sorry for my english, but i´m from germany.
Posts: 141
Threads: 2
Joined: Feb 2005
Reputation:
0
Edit your sources.list file (it's in /etc/sources.list). It should contain some FTP servers, that's where apt-get gets its updates. After every URL there should be something like "stable/...". Just change the "stable" after every URL to "testing" and run apt-get update/apt-get upgrade (and eventually apt-get install gcc) again.
Or you could install your server all over again with Debian Sarge which is Debian's 'testing' release, it uses the 'testing' sources as a standard update source. Don't be confused by it's 'testing' status though, experience told me that it has all the stability you can expect from a Debian Woody box, and it uses more modern versions (and as in this case, more compatible) versions of the software you want to install.
May the Source be with you...
Want to know which
ports to forward on your
router for a Source DS?
Click here!
Posts: 11
Threads: 1
Joined: Mar 2005
Reputation:
0
change stable to sarge
and do
apt-get update
apt-get dist-upgrade
Posts: 3
Threads: 0
Joined: Dec 2004
Reputation:
0
before starting your server, set this environment variable:
export MALLOC_CHECK_=0
in a previous steam version, valve announced this issue was fixed !!!
maybe you should update your steam as well ???