anacondaq Posted August 13, 2012 Posted August 13, 2012 (edited) in windows all work fine when compile, in linux (debian 6.0 x32) i have trouble when compile: here is terminal output: ../common/obj_all/random.o ../common/obj_sql/sql.o ../../3rdparty/mt19937ar/mt19937ar.o -lrt -lm -lz -ldl -lpcre @CURL_LIBS@ -rdynamic -L/usr/lib/mysql -lmysqlclient gcc: @CURL_LIBS@: No such file or directory make[1]: *** [map-server_sql] Error 1 make[1]: Leaving directory `/home/ea/src/map' make: *** [map_sql] Error 2 HELP ME ANYBODY!!! I Thx! fixed by downloading new configurate & make files from official eathena svn! Edited August 13, 2012 by neqste Quote
Lighta Posted August 13, 2012 Posted August 13, 2012 Seem like your makefile/configure failed. Update your svn and assuming you have some differences for your server take a close look at /configure; /configure.in, /src/map/makefile.in src/common/makefile.in (all src/x/makefile.in). clean, reconfigure and retry. (here there was probably a failure in configure build last time). Or you can also try to build the makefile with cmake, I don't think you touch that too much. 1 Quote
anacondaq Posted August 13, 2012 Author Posted August 13, 2012 Seem like your makefile/configure failed. Update your svn and assuming you have some differences for your server take a close look at /configure; /configure.in, /src/map/makefile.in src/common/makefile.in (all src/x/makefile.in). clean, reconfigure and retry. (here there was probably a failure in configure build last time). Or you can also try to build the makefile with cmake, I don't think you touch that too much. can you give any guide for that? (link) Quote
Lighta Posted August 14, 2012 Posted August 14, 2012 A guide ? hmm I gave 2 option, so for cmake wiki quite good about this : http://rathena.org/wiki/Compiling To review you're configure / makefile.in well you'll need a difftool like meld, beyond compare, kdiff3... Then compare you're current server folder let say myserv with rathena. It'll show all differences Then you synchronise all this (here for exemple I didn't took test folder...), clean, configure, rebuild and you should be fine. Quote
Question
anacondaq
in windows all work fine when compile, in linux (debian 6.0 x32) i have trouble when compile:
here is terminal output:
HELP ME ANYBODY!!! I Thx!
fixed by downloading new configurate & make files from official eathena svn!
Edited by neqste3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.