Heya - i've been trying to install Hercules to my Debian VPS (DigitalOcean) but i've yet to succeed. I'm quite new to Linux-world, but i have been able to set up the server, apache, mysql, php, mumble-server and wordpress (woohoo.. )
Got error in ./config at first, but it was related to mysql, which i fixed with apt-get install libmysqlclient-dev and apt-get install libssl-dev - i'm not sure which one actually fixed the problem.. but it worked. After that, i got error in compiler, which indicated that i missed C for compiling anything. After installing that, i managed to start the compile but it resulted in the error at hand. Here is the command shell log:
I tried to google the shit out from that error but i could not find anything that would have helped me So i post it here, hoping that i can get this error solved and server up & running.
=========================================================================================================
This problem was fixed with apt-get install libpcre3 libpcre3-dev and then ./configure make clean make sql No errors. Thanks to Ema for the help, on IRC, #Hercules@Rizon