Jump to content

  •  

akbare

Member Since 31 Jan 2013
Offline Last Active May 17 2017 12:58 AM
-----

Topics I've Started

error libpcre

27 February 2016 - 03:45 AM

i found this error. maybe someone can help me :D
make[1]: Entering directory `/root/hercules/3rdparty/mt19937ar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hercules/3rdparty/mt19937ar'
        MAKE    libconfig
make[1]: Entering directory `/root/hercules/3rdparty/libconfig'
        CC      libconfig.c
        CC      grammar.c
        CC      scanctx.c
        CC      scanner.c
        CC      strbuf.c
make[1]: Leaving directory `/root/hercules/3rdparty/libconfig'
        MAKE    common_sql
make[1]: Entering directory `/root/hercules/src/common'
        AR      obj_all/common.a
        AR      obj_sql/common_sql.a
        AR      obj_all/common_mini.a
make[1]: Leaving directory `/root/hercules/src/common'
        MAKE    login_sql
make[1]: Entering directory `/root/hercules/src/login'
        LD      login-server
make[1]: Leaving directory `/root/hercules/src/login'
        MAKE    char_sql
make[1]: Entering directory `/root/hercules/src/char'
        LD      char-server
make[1]: Leaving directory `/root/hercules/src/char'
        MAKE    map_sql
make[1]: Entering directory `/root/hercules/src/map'
        LD      map-server
obj_sql/clif.o: In function `clif_parse_GlobalMessage':
/root/hercules/src/map/clif.c:9849: undefined reference to `npc_chat'
obj_sql/HPMmap.o: In function `HPM_shared_symbols':
/root/hercules/src/map/../common/HPMSymbols.inc.h:401: undefined reference to `npc_chat'
/root/hercules/src/map/../common/HPMSymbols.inc.h:422: undefined reference to `libpcre'
obj_sql/map.o: In function `map_load_defaults':
/root/hercules/src/map/map.c:5777: undefined reference to `npc_chat_defaults'
obj_sql/npc.o: In function `npc_unload':
/root/hercules/src/map/npc.c:2285: undefined reference to `npc_chat'
obj_sql/script.o: In function `op_2str':
/root/hercules/src/map/script.c:3774: undefined reference to `libpcre'
/root/hercules/src/map/script.c:3784: undefined reference to `libpcre'
/root/hercules/src/map/script.c:3787: undefined reference to `libpcre'
/root/hercules/src/map/script.c:3795: undefined reference to `libpcre'
/root/hercules/src/map/script.c:3823: undefined reference to `libpcre'
obj_sql/script.o:/root/hercules/src/map/script.c:3825: more undefined references to `libpcre' follow
obj_sql/script.o:(.rodata+0x37e0): undefined reference to `buildin_defpattern'
obj_sql/script.o:(.rodata+0x3800): undefined reference to `buildin_activatepset'
obj_sql/script.o:(.rodata+0x3820): undefined reference to `buildin_deactivatepset'
obj_sql/script.o:(.rodata+0x3840): undefined reference to `buildin_deletepset'
collect2: ld returned 1 exit status
make[1]: *** [../../map-server] Error 1
make[1]: Leaving directory `/root/hercules/src/map'
make: *** [map_sql] Error 2

yum -y install pcre pcre-devel httpd-devel subversion gcc make
error libpcre
OS: centos 6
fresh emu just edited define PACKETVER
 
 
thanks for advance :D