GoldenEye: Source Forums

Editing and Customization => Modding Help => Tutorials => Topic started by: wastetech on June 29, 2011, 11:37:24 pm

Title: HOWTO: GE:S Server on 64bit Linux
Post by: wastetech on June 29, 2011, 11:37:24 pm
After doing some searching of the forums etc I thought I'd share how I got the server running on 64bit Debian.

I was missing two .so's from my /user/lib32 folder

First one was libcurl-gnutls.so.4 which was provided by killermonkey here:
http://update.goldeneyesource.net/libcurl-i386-debian.zip

Second was libidn.so.11 which I found in this deb file:
http://pkgs.org/debian-lenny/multimedia-main-amd64/ia32-libs-libidn11_1.18-0.0_amd64.deb.html
Extract with "ar xv ia32-libs-libidn11_1.18-0.0_amd64.deb" then untar the data.gz

You can check what files you are missing with "ldd gesource/bin/WebRequest.so"
Title: Re: HOWTO: GE:S Server on 64bit Linux
Post by: killermonkey on June 30, 2011, 10:13:43 am
Thanks! I've been meaning to do this.