I currently have 3 bots running 1.6.13. Somehow the userfiles on two of them got screwed up. I was able to recover from a backup on one of my bots. However, the hub bot's userfile was lot. I tried deleting it and making it again with ./eggdrop -m Vulcan.conf. The bot is responsive for about 15 seconds, before it just stops responding. The CPU usage of the eggdrop is around 60% (the other bots are around 1%) and the bot won't respond to anything and times out on irc (if it was able to connect at all).
I thought I'd give 1.6.15 a try, but I can't compile it. I get the following error when running make:
server:~/eggdrop1.6.15$ make
make[1]: Entering directory `/home/andrew/eggdrop1.6.15/src'
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
In file included from compat/compat.h:29,
from main.h:99,
from bg.c:27:
compat/inet_ntop.h:36: parse error before `socklen_t'
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/home/andrew/eggdrop1.6.15/src'
make: *** [modegg] Error 2
server:~/eggdrop1.6.15$
Anyone have any suggestions for either or both of my problems?
Thanks,
Andrew