Emulator erro when Compile

ZelosAvalon

New member
Messages
218
Points
0
Age
34
Emulator
guys i need help, i bought a host with RLCP ( Ragnarok Life Control Painel ) , they have a installer for all emulators, like ( hercules, rathane, brathena, cronus ) every time when i try to install Hercules the RLCP can't copile this, why? some1 knows what i need to do ? can help me ? 

i got this error: 

CC npc_chat.c
CC party.c
CC path.c
CC pc.c
CC pc_groups.c
CC pet.c
CC quest.c
CC script.c
CC searchstore.c
CC skill.c
CC status.c
CC storage.c
CC trade.c
CC unit.c
CC vending.c
LD map-server
obj_sql/HPMmap.o: In function `HPM_shared_symbols':
/home/rlcp35gf/emulador/src/map/../common/HPMSymbols.inc.h:401: undefined reference to `npc_chat'
/home/rlcp35gf/emulador/src/map/../common/HPMSymbols.inc.h:422: undefined reference to `libpcre'
collect2: ld returned 1 exit status
make[1]: *** [../../map-server] Error 1
make[1]: Leaving directory `/home/rlcp35gf/emulador/src/map'
make: *** [map_sql] Error 2

the host can't give me the SSH access so i can't check for bugs in putty or mRemote as I had wont to do =/

 
You need to install pcre on the machine

CentOS:

yum install pcre-devel

Debian Based System:

apt-get install libpcre3-dev




Tip:

Don't go with host which can't even give you ssh access

 
Last edited by a moderator:
You need to install pcre on the machine

CentOS:

yum install pcre-devel

Debian Based System:

apt-get install libpcre3-dev




Tip:

Don't go with host which can't even give you ssh access
but i haven't access to SSH =/ host can't provide it! 
default_sob.gif


Tip:

Don't go with host which can't even give you ssh access

about it: isn't my host is a cliente host

 
Tell host to install the pcre

pcre has been made necessary for hercules.

 
Last edited by a moderator:
Back
Top