I need your help for a problem with my eggdrop.
I've got 2 bots linked with a botnet and it works fine on my gentoo 32 bit with ssl patch.
But now i'm trying to make this work on a new server using gentoo 64 bit, to replace the old server.
I installed tcl 8.4.18, compiled the eggdrop with the ssl patch of rootie, everything went fine.
I run the bots, add them to reconize each other, link the bots together and then a segfault occurs !
I've seen that without the ssl patch it doesn't segfault, but I really need it
The gdb output and the debug message aren't very useful for me and seems very vague :
See http://pastebin.ca/1046223 and http://pastebin.ca/1046224
Ssl patch found here
Same problem with eggdrop 1.6.18 and eggdrop 1.6.19 (with its own ssl patch of course).
Compiling on this :
Code: Select all
Linux 2.6.24-gentoo-r8-ipv4-64 #1 SMP Mon Jun 9 16:07:50 CEST 2008 x86_64 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux
Code: Select all
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
I also tried to use the latest CVS of eggdrop1.9 just in case, but I doesn't get anything in the install path (just two empty dirs "lib" and "include").
Does anyone knows how to fix this problem ?