loquinho500 Posted May 8, 2017 Posted May 8, 2017 hi, I'm trying to compile my emulator but i am having some issues. I've just downloaded the last git version on Centos 7.3 and runned the follow commands: ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64/libmysqlclient.so make clean make sql when i run this last command it returns the follow error: ... CC trade.c CC unit.c CC vending.c LD map-server /usr/bin/ld: obj/mob.o: undefined reference to symbol '__log10_finite@@GLIBC_2.15' /usr/lib64/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[1]: *** [map-server] Error 1 make[1]: Leaving directory `/home/hercules/rathena/src/map' make: *** [map] Error 2 I'm using MariaDB that's why i'm specifying mysql libs on ./configure 1 Quote
0 Jey Posted May 8, 2017 Posted May 8, 2017 Thanks for the accurate description. Sadly I need to guess and ask if you installed the g++ package? Did you update your rathena version? Which git hash are you using? Is the ./configure running through? Quote
0 loquinho500 Posted May 8, 2017 Author Posted May 8, 2017 (edited) Yes, I have g++ installed No, I didn't update my rAthena. I've just download with git clone ... git hash: 999c411ecdae1b0daa5177a6d43d50e1e11da7c9 Yes, ./configure is running through brAthena, Hercules and Cronus-Emulator is compiling normally except rAthena emulator "/ Edited May 8, 2017 by loquinho500 Quote
Question
loquinho500
hi,
I'm trying to compile my emulator but i am having some issues. I've just downloaded the last git version on Centos 7.3 and runned the follow commands:
make sql
when i run this last command it returns the follow error:
I'm using MariaDB that's why i'm specifying mysql libs on ./configure
2 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.