Page 1 of 1

No map-server binary in eAthena

Posted: 26 Oct 2008, 17:28
by kr0n05931
After I compile eAthena I don't get a map-server binary.

Here is the make output:
http://pastebin.com/m55992b84

Ubuntu 8.04 x64. GCC version 4.2

Re: No map-server binary in eAthena

Posted: 26 Oct 2008, 17:41
by Jaxad0127
Ah, x64, I've had problems with that. You need to alter the makefile. I can't remember where.

Re: No map-server binary in eAthena

Posted: 26 Oct 2008, 17:42
by fate
Hi,

add -m32 to the gcc options, make clean, make again.

-- fate

Re: No map-server binary in eAthena

Posted: 08 Nov 2008, 05:18
by chog
Just for anyone else who finds this, I had to do all the above, and install zlib-dev.

Re: No map-server binary in eAthena

Posted: 08 Nov 2008, 19:44
by kr0n05931
Perhaps this should be stickied?

Re: No map-server binary in eAthena

Posted: 08 Nov 2008, 21:47
by Ces
Or/and update the wiki Dependencies page with eAthena requirements. Though I do not think it requires anything particular that is not required by the client (so most? will probably have that part working already).

By the way, I believe Fate added a check to the SVN source whether the -m32 flag should be used or not. So I’m not that sure a sticky is needed. But a general sticky with common problems could be nice (an update of the FAQ thread would do).