Dolphin86 Posted January 20, 2012 Share Posted January 20, 2012 when i write down this code on putty ./configure all good, no problem but when i try try this cmd make clean && make sql got this error [email protected] XXXXXXXX [~/server/trunk]# make sqlmake: *** No rule to make target `sql'. Stop. any one care to help? Quote Link to comment Share on other sites More sharing options...
Lighta Posted January 20, 2012 Share Posted January 20, 2012 Seem like your Cmake or Makefile ain't good, did you customize something ? Quote Link to comment Share on other sites More sharing options...
Dolphin86 Posted January 20, 2012 Author Share Posted January 20, 2012 (edited) im not sure about that but i dint chg anything i just keep following the guides and where can i check it im following this guide http://rathena.org/w...ation_on_CentOS Edited January 20, 2012 by dolphincute Quote Link to comment Share on other sites More sharing options...
JayPee Posted January 21, 2012 Share Posted January 21, 2012 did you install all the prerequisites before compiling and i dont know if i remember it right i think its make sql plugins Quote Link to comment Share on other sites More sharing options...
Dolphin86 Posted January 21, 2012 Author Share Posted January 21, 2012 (edited) let me remove all database and SVN and start all over again, i will post again if the problem still pop up alright i have done : 1. Remove Mysql Database 2. Remove SVN 3. Redownload SVN 4. Make New Mysql Database 5. Configure SVN conf files (Char/Map/Inter) 6. Upload SQL script (Main.sql / Itemdb.sql / Itemdb2.sql / Mob.sql / Mob2.sql ) 7. Change s1 And p1 8. Compile and i got this error : [email protected] [~/trunk]# ./athena-start start-bash: ./athena-start: /bin/sh^M: bad interpreter: No such file or directory i dont really understand whats wrong there can some 1 guide me how to fix this? Edited January 21, 2012 by dolphincute Quote Link to comment Share on other sites More sharing options...
Lighta Posted January 21, 2012 Share Posted January 21, 2012 (edited) Now he mean athena-start is not an executable file. Did you do : "sudo chmod +x ./athena-start" before attemping to run it ? I assumpe compilation was fine this time if you tryed to launch it. Either this or you executing the cmd in the bad repertory; you can verify you are in the good one by running "ls | grep athena-start". Filename should show up if it's here. Edited January 21, 2012 by Lighta Quote Link to comment Share on other sites More sharing options...
Dolphin86 Posted January 23, 2012 Author Share Posted January 23, 2012 thanks problem solved ! Quote Link to comment Share on other sites More sharing options...
when i write down this code on putty
all good, no problem but when i try try this cmd
got this error
any one care to help?
Link to comment
Share on other sites