Jump to content

Question

This is what i did to result my problem. I went in to winscp > database and edited the abra.txt I disabled some skills by doing "//" infront of them, i removed all skills that i wish not come from abracadabra. But I forgot to press SAVE, then i went in ro @reloadscripts and went to putty and recompiled / restart. with no success,it keeps saying "Login-server does not exist, or cant run. Stop. Check ur compile"
Just to make sure that i did not edit the abra i went to  https://github.com/HerculesWS/Hercules/blob/master/db/abra_db.txt
And copy pasted whole text into my abra text. Then i hit save, and tried to recompile/restart. But still the same results



THIS happens when i try to restart server..
It keeps saying "login-server does not exist, or cant run!
What might be the problem?
- I can give u the full report when i recompile.  This is the command


"//RECOMPILE SERVER

cd /root/Hercules

./configure

make clean

make sq"


 

 

"checking...
login-server does not exist, or can't run.
Stop. Check your compile.
[root@ElysianRO-server Hercules]# //To Stop
-bash: //To: No such file or directory
[root@ElysianRO-server Hercules]# cd /root/Hercules
[root@ElysianRO-server Hercules]# ./athena-start stop
[root@ElysianRO-server Hercules]# //To Restart
-bash: //To: No such file or directory
[root@ElysianRO-server Hercules]# cd /root/Hercules
[root@ElysianRO-server Hercules]# ./athena-start restart
Athena Starting...
  © 2003 Athena Project
  modified by [email protected]"


I have read this.
http://herc.ws/board/topic/5652-client-cant-connect-to-my-server/
I've searched for 1hour now but cant find a sulotion.


PlEASE help..!

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Server isn't compiled.

Try compiling by

./configure

make sql

 

If that still doesn't help, please show output of those 2 commands, I am sure there might be error while compilation.

Share this post


Link to post
Share on other sites
  • 0

Got the latest GIT Download and can not compile now.

 

The file "configure" is not working under LINUX, with Windows no problems

 

I used the command "sudo ./configure" cause "./configure" gives back "no permission".

 

MFG

Edited by snowflake1963

Share this post


Link to post
Share on other sites
  • 0

chmod +x configure

./configure

make all

 

If it says sysinfogen.sh doesn't have permission then do,

chmod +x sysinfogen.sh

 

Then execute the first 3 commands again.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.