Rodrigo Razzyel Posted January 24 Share Posted January 24 Hello can anyone help me. I've tried everything.. both on ubuntu server and on CentOS but when I compile [[email protected] ~]$ ./configure -bash: ./configure: No such file or directory " -------later----- [[email protected] rAthena]$ make clean server make: *** No rule to make target `clean'. Stop. -------later----- [[email protected] rAthena]$ make server make: *** No rule to make target `server'. Stop. [[email protected] rAthena]$ "It doesn't work and when I try to start it appears" [[email protected] rAthena]$ chmod a+x athena-start [[email protected] rAthena]$ ./athena-start start rAthena is starting... (c) 2021 rAthena Project checking... login-server does not exist... exiting... [[email protected] rAthena]$ please some blessed soul to help me? explain to me what is going on? Quote Link to comment Share on other sites More sharing options...
Akkarin Posted January 24 Share Posted January 24 Your first error is your clue. It's likely just as simple as a `chmod`. Run `ls -alh` and paste your list. Quote Link to comment Share on other sites More sharing options...
JinYuichi Posted January 26 Share Posted January 26 Apparently you are new, you do not know how to use Linux, the first command that tells you no file, is why you are not positioned in the directory of the emulator folder. you have to go to the example directory cd /root/rAthena depends on the name of how you have your folder, and you have to use the commands 1 Quote Link to comment Share on other sites More sharing options...