:D Found it. It was the openssl install, which apparently needs to be installed twice, once for the static libraries, and once to get the shared ones. Followed by copying the include files to a number of locations. Worked for both the eggdrop and the ircd compiles. Thank you Alchera, your question n...
No, I downloaded it and the patch from Eggdrop files here. My openssl is from openssl.org. We weren't able to compile our Ircd with the openssl in the Debian repository.
I appreciate your effort to assist in getting this patch to work. If I go and manually edit the related files in the eggdrop and ssl directory, adding the full path, I can get it to compile. But that means having root access and the time to edit 70+ files. Which is fine on my test system, but the ab...
Problem appears to be in the openssl app itself - when a call is made to a module there, it in turn calls other modules and at that point loses itself. Editing the modules in /usr/local/ssl/include/openssl and the ones in eggdrop which make the call to include the full path allows the compile to fin...
It is at /usr/local/ssl/include/openssl/md5.h Other files apparently being looked for are : /usr/local/ssl/include/openssl/ssl.h /usr/local/ssl/include/openssl/err.h /usr/local/ssl/include/openssl/rand.h The following reference these in one form or another: configure -for ac_header in "openssl/...
Operating System: Linux 2.6.18-5-686 with Debian 40r-i386 I am working with a new eggdrop1.6.18 directory and a new copy of the ssl patch patch -p0 < eggdrop-1.6.18-ssl.patch <-- no errors ./configure --with-ssl=/usr/local/ssl <-- no errors checking whether to include SSL support... yes orion@orion2...
What was throwing me off was that everything pointed to the bounce areas being set to 0. By Dcc chatting the bot and specifying the channel, it appears to now be working as it should. set bounce-modes 0 #channel set bounce-bans 0 #channel set bounce-exempts 0 #channel Being new to this all, I've fou...
Newbie, please be gentle. :wink: I have a bot which currently sits on 2 channels. On the bot's home channel it handles the voicing etc.. On the second channel it is used to post songs being played by the channel radio. It is to do nothing other than post songs. Other bots handle administration in th...