Page 1 of 1
glibc-devel for amd64?
Posted: 04 Jul 2010, 02:36
by Wombat
So I've looked everywhere for glibc-devel for amd64, to be used with ubuntu 10.04 and I can't find anything. I heard I needed it to properly download tmw-ea server. Is there something else I'm supposed to be looking for/use? I am just trying to get the dependencies covered to download the server correctly. Right now I can't seem to be able to.
Re: glibc-devel for amd64?
Posted: 04 Jul 2010, 03:18
by Wombat
I've got already installed linux-libc-dev if that helps.
Re: glibc-devel for amd64?
Posted: 04 Jul 2010, 12:52
by Byakushin
Open a terminal and type 'sudo aptitude install libc6-dev'?

Re: glibc-devel for amd64?
Posted: 04 Jul 2010, 13:15
by AnonDuck
tmwA only builds in 32bit mode so you have to install the 32bit libraries too.
Try installing these packages: build-essential flex bison ia32-libs libc6-dev-i386 lib32z1-dev
Re: glibc-devel for amd64?
Posted: 04 Jul 2010, 21:31
by Wombat
Thanks for the help, everything is running okay now.