Problem getting map-server
- 
				shannonbrimer
 - Novice

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Problem getting map-server
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.
			
			
									
									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

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Is there a link
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
						- Freeyorp101
 - Archivist Prime

 - Posts: 769
 - Joined: 04 Nov 2008, 09:17
 - Location: New Zealand
 
Re: Is there a link
No binary blobs are available for obvious reasons.
Moved to General Support.
---Freeyorp
			
			
									
									Moved to General Support.
---Freeyorp
(09:58:17) < tux9th> Freeyorp: your sig on the forums is kind of outdated
						- Freeyorp101
 - Archivist Prime

 - Posts: 769
 - Joined: 04 Nov 2008, 09:17
 - Location: New Zealand
 
Re: Problem getting map-server
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
			
			
									
									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

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Re: Is there a link
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

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Re: Problem getting map-server
how do i find out if i have flex bison and zlib1g-dev installed
			
			
									
									Emotional Warrior
						Re: Problem getting map-server
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

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

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Re: Problem getting map-server
ok sorry forgot to also add i got to map-server now
			
			
									
									Emotional Warrior
						Re: Problem getting map-server
enter man ln into the terminal to read a description of the ln command which is used to create symbolic links.shannonbrimer wrote:ok one more thing i am having problems make a symbolic link to point to eathena-data
- 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

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Re: Problem getting map-server
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
			
			
									
									$ 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
						Re: Problem getting map-server
I like that you included "path/" in your path. 
			
			
									
									
						- 
				shannonbrimer
 - Novice

 - Posts: 127
 - Joined: 24 Jan 2009, 11:30
 - Contact:
 
Re: Problem getting map-server
lol ok but it still didnt work even when i added path
			
			
									
									Emotional Warrior
						Re: Problem getting map-server
Try this:
			
			
									
									
						Code: Select all
ln -s /home/shannon/Desktop/tmw/eathena-data/ tmwserver[/quote]
				


