Problem getting map-server

Ask for help regarding any technical issue or report any bug or OS independent issues.
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Problem getting map-server

Post 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.
Emotional Warrior
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Is there a link

Post 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
Emotional Warrior
User avatar
Freeyorp101
Archivist Prime
Archivist Prime
Posts: 765
Joined: 04 Nov 2008, 09:17
Location: New Zealand

Re: Is there a link

Post by Freeyorp101 »

No binary blobs are available for obvious reasons.

Moved to General Support.


---Freeyorp
(09:58:17) < tux9th> Freeyorp: your sig on the forums is kind of outdated
User avatar
Freeyorp101
Archivist Prime
Archivist Prime
Posts: 765
Joined: 04 Nov 2008, 09:17
Location: New Zealand

Re: Problem getting map-server

Post 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
(09:58:17) < tux9th> Freeyorp: your sig on the forums is kind of outdated
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Re: Is there a link

Post by shannonbrimer »

how do i fix this problem
Emotional Warrior
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Is there a link

Post by Crush »

Merged two threads by Shannonbrimer about the same topic to one.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Re: Problem getting map-server

Post by shannonbrimer »

how do i find out if i have flex bison and zlib1g-dev installed
Emotional Warrior
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Problem getting map-server

Post 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.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Re: Problem getting map-server

Post by shannonbrimer »

ok one more thing i am having problems make a symbolic link to point to eathena-data
Emotional Warrior
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Re: Problem getting map-server

Post by shannonbrimer »

ok sorry forgot to also add i got to map-server now
Emotional Warrior
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Problem getting map-server

Post 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.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Re: Problem getting map-server

Post 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
Emotional Warrior
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Re: Problem getting map-server

Post by Matt »

I like that you included "path/" in your path. :)
shannonbrimer
Novice
Novice
Posts: 127
Joined: 24 Jan 2009, 11:30
Contact:

Re: Problem getting map-server

Post by shannonbrimer »

lol ok but it still didnt work even when i added path
Emotional Warrior
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Problem getting map-server

Post by Jaxad0127 »

Try this:

Code: Select all

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