Jump to content

Question

Posted

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

  • Like 1

2 answers to this question

Recommended Posts

  • 0
Posted

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?

  • 0
Posted (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 by loquinho500

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...