Cant

emmie415

New member
Messages
1
Points
0
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..!

 
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.

 
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

 
Last edited by a moderator:
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.

 
Back
Top