Jump to content

  •  

AkQ

Member Since 01 Jan 2016
Offline Last Active Dec 17 2016 11:20 AM
-----

Topics I've Started

[problem] Client can't connect to the server - The server does not notice any conne...

02 January 2016 - 05:50 PM

Got my server up & running yesterday after thousand failures. MySQL configured correctly, servers are connected to each other and "Server is 'ready' "

Diffing the client is pain in the ass. Why can't there just be one basic client for every server, just change the connection info and GO! And if the server owner wants some fancy stuff other than basic, then figure it out with the stuff that are now released. I just would want to see if the client and the server works..

Anyways, i've tried several different ragexe, and ofc i changed the packetver in mm.h but it just hasn't helped.

After many other problems, the problem that i got stuck currently, is following:
I open the client, i write in ID and password and i press "Login" - it waits a while and ends up in this:
Posted Image

Any help, advice or tip would be awesome !


Compile error

01 January 2016 - 04:56 PM

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 [font="'courier new', courier, monospace;"]apt-get install libmysqlclient-dev[/font] and [font="'courier new', courier, monospace;"]apt-get install libssl-dev [font="arial, helvetica, sans-serif;"]- 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:

Spoiler
[/font][/font]


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
[font="'courier new', courier, monospace;"]apt-get install libpcre3 libpcre3-dev[/font]

[font="arial, helvetica, sans-serif;"]and then[/font]
[font="'courier new', courier, monospace;"]./configure
make clean
make sql[/font]

No errors.
Thanks to Ema for the help, on IRC, #Hercules@Rizon