This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 4 matches

by turbo0O
Wed Jan 04, 2006 8:22 pm
Forum: Modules & Programming
Topic: hooking multiple commands to the same function - possible?
Replies: 15
Views: 27734

progress?

Have you made any further progress with your eggdrop PHP parser? I've been thinking about doing something like this for awhile now.
by turbo0O
Sat Dec 31, 2005 4:56 pm
Forum: Eggdrop Help
Topic: Eggdrop 1.6.17 + SSL Patch on X86_64 Problems
Replies: 6
Views: 10792

Alright, I finally got it working and it runs fine with SSL enabled. Thanks for your help! I got it working by adding an additional -L/usr/local/ssl/lib to the XLIBS line in the makefile, as well as commenting out the following functions in eggdrop1.6.17/src/md5/* //extern void MD5_Init(MD5_CTX *ctx...
by turbo0O
Sat Dec 31, 2005 4:57 am
Forum: Eggdrop Help
Topic: Eggdrop 1.6.17 + SSL Patch on X86_64 Problems
Replies: 6
Views: 10792

Thanks for your quick reply! That helped; It does half of the make now and then stalls when it tries to do the linking. I did `make -d` to show debugging/verbose information. The relevant output was: ---------- Yeah! That's the compiling, now the linking! ---------- Got a SIGCHLD; 1 unreaped childre...
by turbo0O
Sat Dec 31, 2005 3:36 am
Forum: Eggdrop Help
Topic: Eggdrop 1.6.17 + SSL Patch on X86_64 Problems
Replies: 6
Views: 10792

Eggdrop 1.6.17 + SSL Patch on X86_64 Problems

I am trying to get an eggdrop 1.6.17 with the SSL patch (found on this site in the download area) to compile. The machine is X86_64 (Suse 10.0 64-bit). I have tried installing both openssl 0.9.7i as well as 0.9.8a. I can get the bot to compile, if i go and do some of the compilation by hand. Let me ...