Jump to content

loquinho500

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by loquinho500

  1. 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 "/

  2. 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
  3. hi,

    I'm using the CentOS 6.2..

    i've already installed the MySQL..

    i used the code below to install the mysql

    yum install mysql mysql-server -y
    

    but when i will ./configure the server, it return the below lines

    [root@localhost emulador]# ./configure
    checking whether make sets $(MAKE)... no
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking how to run the C preprocessor... gcc -E
    checking whether byte ordering is bigendian... no
    checking whether pointers can be stored in ints (old code)... yes
    checking whether gcc supports -Wno-unused-parameter... yes
    checking whether gcc supports -Wno-pointer-sign... yes
    checking whether gcc can actually use -Wno-pointer-sign... yes
    checking whether gcc supports -Wno-switch... yes
    checking whether gcc supports -fPIC... yes
    checking whether gcc needs -fPIC for shared objects... no
    checking whether gcc supports -fno-strict-aliasing... yes
    checking for setrlimit... yes
    checking for strnlen... yes
    checking for uselocale... yes
    checking for newlocale... yes
    checking for freelocale... yes
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking xlocale.h usability... yes
    checking xlocale.h presence... yes
    checking for xlocale.h... yes
    checking for inflateEnd in -lz... yes
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for library containing sqrt... -lm
    checking for library containing clock_gettime... -lrt
    checking whether CLOCK_MONOTONIC is supported and works... yes
    checking for mysql_config... /usr/bin/mysql_config
    checking for mysql_init in -lmysqlclient... no
    checking mysql.h usability... no
    checking mysql.h presence... no
    checking for mysql.h... no
    checking MySQL library (required)... no
    configure: error: MySQL not found or incompatible
    

    Thanks,

    Gustavo

×
×
  • Create New...