Jump to content

Question

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:

  Reveal hidden contents


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

Edited by AkQ

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Happened to me since they made an update to the HPM. Anyways, it's simple to fix ; you just need to install pcre. Enter that command :

 

sudo apt-get install libpcre3-dev

 

Then ./configure again, and it should work fine!

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.