Page 1 of 2

Problem getting map-server

Posted: 10 Feb 2011, 18:37
by shannonbrimer
Hi im having problems getting map-server when i use command i get this error.

cp -iv ../eathena/map-server map-server
cp: cannot stat `../eathena/map-server': No such file or directory

Any help will be greatful Thanks.

Is there a link

Posted: 11 Feb 2011, 00:19
by shannonbrimer
is there a link to get map-server if so please post it for me because map server isnt compiling with the eathena-data

Re: Is there a link

Posted: 11 Feb 2011, 04:39
by Freeyorp101
No binary blobs are available for obvious reasons.

Moved to General Support.


---Freeyorp

Re: Problem getting map-server

Posted: 11 Feb 2011, 04:41
by Freeyorp101
Ensure you have the flex, bison, zlib etc development libraries installed, then recompile.

If problems persist, please post your compilation output.

Moved to General Support.


---Freeyorp

Re: Is there a link

Posted: 11 Feb 2011, 07:47
by shannonbrimer
how do i fix this problem

Re: Is there a link

Posted: 11 Feb 2011, 08:25
by Crush
Merged two threads by Shannonbrimer about the same topic to one.

Re: Problem getting map-server

Posted: 12 Feb 2011, 00:28
by shannonbrimer
how do i find out if i have flex bison and zlib1g-dev installed

Re: Problem getting map-server

Posted: 12 Feb 2011, 11:04
by Crush
Do what Freeyorp told you and post the output during compilation. It should tell you why the map server binary wasn't created.

Re: Problem getting map-server

Posted: 12 Feb 2011, 21:20
by shannonbrimer
ok one more thing i am having problems make a symbolic link to point to eathena-data

Re: Problem getting map-server

Posted: 12 Feb 2011, 21:20
by shannonbrimer
ok sorry forgot to also add i got to map-server now

Re: Problem getting map-server

Posted: 12 Feb 2011, 21:50
by Crush
shannonbrimer wrote:ok one more thing i am having problems make a symbolic link to point to eathena-data
enter man ln into the terminal to read a description of the ln command which is used to create symbolic links.

Re: Problem getting map-server

Posted: 12 Feb 2011, 22:33
by shannonbrimer
ok let me explain that better. on to wiki where its says "Optional step. If you did not check out the server-data in $HOME/tmwserver you can add a symbolic link, so that it looks like you did check it out there:

$ cd $HOME
$ ln -s path/to/were/you/put/eathena-data/ tmwserver"

im having problems making that work.

also i have to tmw folder with the eathena and eathena-data folders located on my desktop i think im typing it in all wrong on the terminal.

the output of how im using it is:

ln -s path/home/shannon/Desktop/tmw/eathena-data/ tmwserver

i think i am doing it wrong

Re: Problem getting map-server

Posted: 13 Feb 2011, 00:42
by Matt
I like that you included "path/" in your path. :)

Re: Problem getting map-server

Posted: 13 Feb 2011, 01:14
by shannonbrimer
lol ok but it still didnt work even when i added path

Re: Problem getting map-server

Posted: 13 Feb 2011, 02:44
by Jaxad0127
Try this:

Code: Select all

ln -s /home/shannon/Desktop/tmw/eathena-data/ tmwserver[/quote]