anacondaq Posted August 13, 2012 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
Lighta Posted August 13, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
anacondaq Posted August 13, 2012 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Lighta Posted August 14, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
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 neqsteLink to comment
Share on other sites
3 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.