<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/11087" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2008-11-01T06:39:15-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/11087</id>

		<entry>
		<author><name><![CDATA[tmartens]]></name></author>
		<updated>2008-11-01T06:39:15-04:00</updated>

		<published>2008-11-01T06:39:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85703#p85703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85703#p85703"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85703#p85703"><![CDATA[
I really hope some can help me there, i have same problem here...<br><br><br>when im doing the make part <br><br>Linking eggdrop (standard build).<br><br>gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o  -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lssl -L/usr/local/lib -ltcl8.5 -lm -lpthread -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>md5/md5c.o: In function `MD5_Init':<br>/root/eggdrop1.6.18/src/md5/md5c.c:178: multiple definition of `MD5_Init'<br>/usr/local/ssl/lib/libcrypto.a(md5_dgst.o):md5_dgst.c:(.text+0x0): first defined here<br>/usr/bin/ld: Warning: size of symbol `MD5_Init' changed from 58 in /usr/local/ssl/lib/libcrypto.a(md5_dgst.o) to 49 in md5/md5c.o<br>md5/md5c.o: In function `MD5_Final':<br>/root/eggdrop1.6.18/src/md5/md5c.c:223: multiple definition of `MD5_Final'<br>/usr/local/ssl/lib/libcrypto.a(md5_dgst.o):md5_dgst.c:(.text+0x40): first defined here<br>/usr/bin/ld: Warning: size of symbol `MD5_Final' changed from 177 in /usr/local/ssl/lib/libcrypto.a(md5_dgst.o) to 313 in md5/md5c.o<br>md5/md5c.o: In function `MD5_Update':<br>/root/eggdrop1.6.18/src/md5/md5c.c:189: multiple definition of `MD5_Update'<br>/usr/local/ssl/lib/libcrypto.a(md5_dgst.o):md5_dgst.c:(.text+0x120): first defined here<br>/usr/bin/ld: Warning: size of symbol `MD5_Update' changed from 279 in /usr/local/ssl/lib/libcrypto.a(md5_dgst.o) to 198 in md5/md5c.o<br>collect2: ld returned 1 exit status<br>make[1]: *** [../eggdrop] Error 1<br>make[1]: Leaving directory `/root/eggdrop1.6.18/src'<br>make: *** [modegg] Error 2<br><br><br><br>demond says i need to remove multiple definitions of MD5 functions ?<br><br>but the problem is i dont know where to do that :/ ? and i dont understand what turbo0O did.<br><br>hope someone can help me so i can get the ssl patch working <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>thanks in advance...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10299">tmartens</a> — Sat Nov 01, 2008 6:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T17:31:47-04:00</updated>

		<published>2005-12-31T17:31:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58890#p58890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58890#p58890"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58890#p58890"><![CDATA[
you can help by making this patch detect OpenSSL better; add your paths to the configuration part (don't ask me how to do that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I haven't used and haven't seen the patch)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 5:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[turbo0O]]></name></author>
		<updated>2005-12-31T16:56:39-04:00</updated>

		<published>2005-12-31T16:56:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58888#p58888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58888#p58888"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58888#p58888"><![CDATA[
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/*<br><br>//extern void MD5_Init(MD5_CTX *ctx);<br>//extern void MD5_Update(MD5_CTX *ctx, void *data, unsigned long size);<br>//extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);<br><br>(in the .h and .c files)<br><br>Here is the top part of my makefile where all the paths get set.  Perhaps it will be of use to someone in the future.<br><div class="codebox"><p>Code: </p><pre><code>##  This is the Makefile for EGGDROP (the IRC bot)#  You should never need to edit this.## $Id: Makefile.in,v 1.39 2004/07/25 11:17:33 wcc Exp $SHELL = /bin/shtop_srcdir = .srcdir = .prefix = /root/egg3DEST = ${prefix}EGGEXEC = eggdropEGGVERSION = 1.6.17# things you can put here:#   -Wall            if you're using gcc and it supports it#                    (configure usually detects this anyway now)##   -DDEBUG_ASSERT   to enable assert debugging#   -DDEBUG_MEM      to be able to debug memory allocation (.debug)#                    These can both be set by using 'make debug'#                    or 'make sdebug'CFLGS = -I/usr/local/ssl/include# ./configure SHOULD set these; however you may need to tweak them to# get modules to compile. If you do, PLEASE let the development team know,# so we can incorporate needed changes into the next release. You can# contact us at eggdev@eggheads.org, as always.# CompilerCC = gcc -pipeMOD_CC = gcc -pipeSHLIB_CC = gcc -pipe -fPIC# LinkerLD = gcc -pipeMOD_LD = gcc -pipeSHLIB_LD = gcc -pipe -shared -nostartfiles# Stripping# To turn STRIP off, use 'STRIP = touch' not 'STRIP ='.STRIP = touchMOD_STRIP = touchSHLIB_STRIP = touch# Programs make install usesLN_S = ln -sINSTALL = /usr/bin/install -cINSTALL_PROGRAM = ${INSTALL}INSTALL_DATA = ${INSTALL} -m 644INSTALL_SCRIPT = ${INSTALL}# MiscRANLIB = ranlibMOD_EXT = soXREQS = /usr/local/lib/libtcl8.4.soXSSL_LIBS = -lssl -lcrypto -L/usr/local/ssl/lib -L/usr/local/ssl/libXSSL_INCLUDE = -I/usr/local/ssl/includeTCLLIB = /usr/local/libTCLLIBFN = tcl8.4.so# Extra libraries# XLIBS will be linked with everything; MODULE_XLIBS will only be linked with# the actual module objects.XLIBS = -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lssl -L/usr/local/lib -ltcl8.4 -lm -lpthread -ldl -lnslMODULE_XLIBS =# Shouldn't need to touch anything below here.DEBCFLAGS = -DDEBUG_ASSERT -DDEBUG_MEMmodconf = $(top_srcdir)/misc/modconfig --top_srcdir=$(top_srcdir)egg_test_run = EGG_LANGDIR=$(top_srcdir)/language ./$(EGGEXEC) -vpost_config  =  echo "" &amp;&amp; \                echo "You can now compile the bot, using \"make\"." &amp;&amp; \                echo ""post_iconfig =  $(modconf) update-depends &amp;&amp; \                $(modconf) Makefile &amp;&amp; \                (cd src/mod &amp;&amp; $(MAKE_CONFIG) config) &amp;&amp; \                $(modconf) Makefileegg_install_msg =  echo "" &amp;&amp; \                   echo "Now run \"make install\" to install your bot." &amp;&amp; \                   echo ""MAKE_MODEGG = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(MOD_CC)' 'LD=$(MOD_LD)' \'STRIP=$(MOD_STRIP)' 'RANLIB=$(RANLIB)' 'CFLGS=$(CFLGS)' \'TCLLIB=$(TCLLIB)' 'TCLLIBFN=$(TCLLIBFN)' 'XREQS=$(XREQS)' \'XSSL_LIBS=$(XSSL_LIBS)' 'XLIBS=$(XLIBS)' 'EGGEXEC=$(EGGEXEC)' \'XSSL_INCLUDE=$(XSSL_INCLUDE)' 'EGGBUILD=' 'MODOBJS='MAKE_MODULES = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(SHLIB_CC)' 'LD=$(SHLIB_LD)' \'STRIP=$(SHLIB_STRIP)' 'CFLGS=$(CFLGS)' 'XLIBS=$(XLIBS)' 'MOD_EXT=$(MOD_EXT)' \'MODULE_XLIBS=$(MODULE_XLIBS)'MAKE_STATIC = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(CC)' 'LD=$(LD)' \'STRIP=$(STRIP)' 'RANLIB=$(RANLIB)' 'CFLGS=$(CFLGS) -DSTATIC' \'TCLLIB=$(TCLLIB)' 'TCLLIBFN=$(TCLLIBFN)' 'XREQS=$(XREQS)' \'XLIBS=$(XLIBS)' 'EGGEXEC=$(EGGEXEC)' 'EGGBUILD=(static version)' \'XSSL_INCLUDE=$(XSSL_INCLUDE)' 'XSSL_LIBS=$(XSSL_LIBS)' 'MODOBJS=mod/*.o'MAKE_DEBEGG = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(MOD_CC)' 'LD=$(MOD_LD) -g' \'STRIP=touch' 'RANLIB=$(RANLIB)' 'CFLGS=-g3 $(DEBCFLAGS) $(CFLGS)' \'TCLLIB=$(TCLLIB)' 'TCLLIBFN=$(TCLLIBFN)' 'XREQS=$(XREQS)' \'XSSL_LIBS=$(XSSL_LIBS)' 'XLIBS=$(XLIBS)' 'EGGEXEC=$(EGGEXEC)' \'XSSL_INCLUDE=$(XSSL_INCLUDE)' 'EGGBUILD=(debug version)' 'MODOBJS='MAKE_DEBMODULES = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(SHLIB_CC)' 'LD=$(SHLIB_LD)' \'XLIBS=$(XLIBS)' 'STRIP=touch' 'CFLGS=-g3 $(DEBCFLAGS) $(CFLGS)' \'MOD_EXT=$(MOD_EXT)' 'MODULE_XLIBS=$(MODULE_XLIBS)'MAKE_SDEBUG = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(CC)' 'LD=$(LD) -g' \'STRIP=touch' 'RANLIB=$(RANLIB)' 'CFLGS=-g3 $(DEBCFLAGS) -DSTATIC $(CFLGS)' \'TCLLIB=$(TCLLIB)' 'TCLLIBFN=$(TCLLIBFN)' 'XREQS=$(XREQS)' 'XLIBS=$(XLIBS)' \'XSSL_INCLUDE=$(XSSL_INCLUDE)' 'XSSL_LIBS=$(XSSL_LIBS)' 'EGGEXEC=$(EGGEXEC)' \'EGGBUILD=(static and debug version)' 'MODOBJS=mod/*.o'MAKE_DEPEND = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(CC)' 'LD=$(LD)' \'STRIP=$(STRIP)' 'CFLGS=$(CFLGS)'MAKE_CONFIG = $(MAKE) 'MAKE=$(MAKE)'MAKE_INSTALL = $(MAKE) 'MAKE=$(MAKE)' 'DEST=$(DEST)'</code></pre></div>I would also like to help get the SSL patch working better.  I am not sure where to start though.<br><br>Thanks again for your help!<br><br>turbo<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7169">turbo0O</a> — Sat Dec 31, 2005 4:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T12:48:57-04:00</updated>

		<published>2005-12-31T12:48:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58862#p58862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58862#p58862"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58862#p58862"><![CDATA[
remove multiple definitions of MD5 functions<br><br>if you are not programmer, don't bother<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 12:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[turbo0O]]></name></author>
		<updated>2005-12-31T04:57:41-04:00</updated>

		<published>2005-12-31T04:57:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58845#p58845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58845#p58845"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58845#p58845"><![CDATA[
Thanks for your quick reply!<br><br>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:<br><div class="codebox"><p>Code: </p><pre><code>---------- Yeah! That's the compiling, now the linking! ----------Got a SIGCHLD; 1 unreaped children.Reaping winning child 0x00549c10 PID 20101Live child 0x00549c10 (compatability) PID 20102Got a SIGCHLD; 1 unreaped children.Reaping winning child 0x00549c10 PID 20102Removing child 0x00549c10 PID 20102 from chain.    Successfully remade target file `compatability'.   Finished prerequisites of target file `../eggdrop'.  Must remake target `../eggdrop'.Putting child 0x0054a0c0 (../eggdrop) PID 20103 on the chain.Live child 0x0054a0c0 (../eggdrop) PID 20103Linking eggdrop .Got a SIGCHLD; 1 unreaped children.Reaping winning child 0x0054a0c0 PID 20103Live child 0x0054a0c0 (../eggdrop) PID 20104Got a SIGCHLD; 1 unreaped children.Reaping winning child 0x0054a0c0 PID 20104Live child 0x0054a0c0 (../eggdrop) PID 20105Got a SIGCHLD; 1 unreaped children.Reaping winning child 0x0054a0c0 PID 20105gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o  -L/usr/local/lib -lcrypto -lssl -L/usr/local/lib -ltcl8.4 -lm -lpthread -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs` -lssl -lcrypto -L/usr/local/ssl/lib -L/usr/local/ssl/lib -I/usr/local/ssl/includeLive child 0x0054a0c0 (../eggdrop) PID 20106md5/md5c.o: In function `MD5_Init':/root/src/eggdrop1.6.17/src/md5/md5c.c:194: multiple definition of `MD5_Init'/usr/local/ssl/lib/libcrypto.a(md5_dgst.o):md5_dgst.c:(.text+0x510): first defined here/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: Warning: size of symbol `MD5_Init' changed from 54 in /usr/local/ssl/lib/libcrypto.a(md5_dgst.o) to 50 in md5/md5c.omd5/md5c.o: In function `MD5_Update':/root/src/eggdrop1.6.17/src/md5/md5c.c:203: multiple definition of `MD5_Update'/usr/local/ssl/lib/libcrypto.a(md5_dgst.o):md5_dgst.c:(.text+0x0): first defined here/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: Warning: size of symbol `MD5_Update' changed from 884 in /usr/local/ssl/lib/libcrypto.a(md5_dgst.o) to 266 in md5/md5c.omd5/md5c.o: In function `MD5_Final':/root/src/eggdrop1.6.17/src/md5/md5c.c:237: multiple definition of `MD5_Final'/usr/local/ssl/lib/libcrypto.a(md5_dgst.o):md5_dgst.c:(.text+0x390): first defined here/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: Warning: size of symbol `MD5_Final' changed from 372 in /usr/local/ssl/lib/libcrypto.a(md5_dgst.o) to 354 in md5/md5c.ocollect2: ld returned 1 exit statusGot a SIGCHLD; 1 unreaped children.Reaping losing child 0x0054a0c0 PID 20106make[1]: *** [../eggdrop] Error 1Removing child 0x0054a0c0 PID 20106 from chain.make[1]: Leaving directory `/root/src/eggdrop1.6.17/src'Got a SIGCHLD; 1 unreaped children.Reaping losing child 0x005436c0 PID 20092make: *** [modegg] Error 2Removing child 0x005436c0 PID 20092 from chain.</code></pre></div>Which is confusing to me, but perhaps you can make sense of it?<br><br>Thanks again!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7169">turbo0O</a> — Sat Dec 31, 2005 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T03:56:57-04:00</updated>

		<published>2005-12-31T03:56:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58844#p58844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58844#p58844"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58844#p58844"><![CDATA[
OpenSSL detection is obviously broken in that patch<br><br>in your Makefile, add <em class="text-italics">-I/usr/local/ssl/include</em> to CFLGS and <em class="text-italics">-L/usr/local/lib -lcrypto -lssl</em> to XLIBS, then run <em class="text-italics">make</em> again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 3:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[turbo0O]]></name></author>
		<updated>2005-12-31T03:36:11-04:00</updated>

		<published>2005-12-31T03:36:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58843#p58843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58843#p58843"/>
		<title type="html"><![CDATA[Eggdrop 1.6.17 + SSL Patch on X86_64 Problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58843#p58843"><![CDATA[
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).<br><br>I have tried installing both openssl 0.9.7i as well as 0.9.8a.<br><br>I can get the bot to compile, if i go and do some of the compilation by hand.  Let me show you what I've been trying...<br><br>./configure --with-ssl=/usr/local/ssl (happily exits)<br><br>make config (again, no problems yet)<br><br>make (&lt;--has problems)<br><br>This is the result of make:<div class="codebox"><p>Code: </p><pre><code>linux:~/src/eggdrop1.6.17 # makemake[1]: Entering directory `/root/src/eggdrop1.6.17/src'This may take a while. Go get some runts.gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c bg.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botcmd.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botmsg.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botnet.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c chanprog.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c cmds.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dcc.cdcc.c:38:25: error: openssl/md5.h: No such file or directorydcc.c: In function âdcc_bot_digestâ:dcc.c:302: error: âMD5_CTXâ undeclared (first use in this function)dcc.c:302: error: (Each undeclared identifier is reported only oncedcc.c:302: error: for each function it appears in.)dcc.c:302: error: syntax error before âmd5contextâdcc.c:307: warning: implicit declaration of function âMD5_Initâdcc.c:307: error: âmd5contextâ undeclared (first use in this function)dcc.c:308: warning: implicit declaration of function âMD5_Updateâdcc.c:310: warning: implicit declaration of function âMD5_Finalâdcc.c: In function âdcc_bot_check_digestâ:dcc.c:508: error: âMD5_CTXâ undeclared (first use in this function)dcc.c:508: error: syntax error before âmd5contextâdcc.c:517: error: âmd5contextâ undeclared (first use in this function)make[1]: *** [dcc.o] Error 1make[1]: Leaving directory `/root/src/eggdrop1.6.17/src'make: *** [modegg] Error 2</code></pre></div>Not pretty.  However, I have found that if i go into the eggdrop1.6.17/src directory and execute the following:<br><br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dcc.c -I/usr/local/ssl/include<br><br>then it will compile.  Then I can do `make` again and it will spit out another error, but it will stop complaining if i execute the same statement as above with the different *.c filename.  If I do that about +/- 7 times, then it will say it has compiled happily.  Obviously, this is a ghetto way to compile an eggdrop, so I'm not really that surprised when I do the install and run it, and get the following:<br><div class="codebox"><p>Code: </p><pre><code>turbo0O@linux:~/egg2&gt; ./eggdrop eggdrop.conf -nEggdrop v1.6.17+SSL (C) 1997 Robey Pointer (C) 2004 Eggheads[23:29] Allocated bind table unld (flags 1)[23:29] Allocated bind table time (flags 1)[23:29] Allocated bind table note (flags 0)[23:29] Allocated bind table nkch (flags 1)[23:29] Allocated bind table load (flags 1)[23:29] Allocated bind table link (flags 1)[23:29] Allocated bind table filt (flags 1)[23:29] Allocated bind table disc (flags 1)[23:29] Allocated bind table dcc (flags 0)[23:29] Allocated bind table chpt (flags 1)[23:29] Allocated bind table chon (flags 1)[23:29] Allocated bind table chof (flags 1)[23:29] Allocated bind table chjn (flags 1)[23:29] Allocated bind table chat (flags 1)[23:29] Allocated bind table bot (flags 0)[23:29] Allocated bind table bcst (flags 1)[23:29] Allocated bind table away (flags 1)[23:29] Allocated bind table act (flags 1)[23:29] Allocated bind table evnt (flags 1)[23:29] --- Loading eggdrop v1.6.17+SSL (Fri Dec 30 2005)[23:29] Module loaded: dns[23:29] Module loaded: channels[23:29] Allocated bind table wall (flags 1)[23:29] Allocated bind table raw (flags 1)[23:29] Allocated bind table notc (flags 1)[23:29] Allocated bind table msgm (flags 1)[23:29] Allocated bind table msg (flags 0)[23:29] Allocated bind table flud (flags 1)[23:29] Allocated bind table ctcr (flags 1)[23:29] Allocated bind table ctcp (flags 1)[23:29] Module loaded: server[23:29] Module loaded: ctcp[23:29] Allocated bind table topc (flags 1)[23:29] Allocated bind table splt (flags 1)[23:29] Allocated bind table sign (flags 1)[23:29] Allocated bind table rejn (flags 1)[23:29] Allocated bind table part (flags 1)[23:29] Allocated bind table nick (flags 1)[23:29] Allocated bind table mode (flags 1)[23:29] Allocated bind table kick (flags 1)[23:29] Allocated bind table join (flags 1)[23:29] Allocated bind table pubm (flags 1)[23:29] Allocated bind table pub (flags 0)[23:29] Allocated bind table need (flags 1)[23:29] Module loaded: irc...etc...[23:29] Userfile loaded, unpacking...[23:29] === lamestbot: 0 channels, 2 users.[23:29] main: entering loop[23:29] net: eof!(read) socket 9[23:29] net: eof!(read) socket 9[23:29] net: connect! sock 6[23:29] Trying server irc.thedome.us:7000[23:29] DNS resolved irc.thedome.us to 69.64.50.61[23:29] net_switch_to_ssl()*** glibc detected *** free(): invalid next size (normal): 0x00000000008ea320 ***Aborted (core dumped)</code></pre></div>Again, I'm not saying that I'm surprised that it doesn't work right after I have compiled it in such a strange way.  I think the problem is that it is not finding the SSL libraries/header files that it needs, but I have no more ideas on how to resolve the issue.  I went to #egghelp on efnet and some guy told me that I had not "installed openssl well enough" .. but the only way that I know how to install it is by using the instructions from the INSTALL document that comes with it.<br><br>If any of you could help me out on this I would really appreciate it.  I've already spent hours trying to fix this and I would not ask for any of your time unless it truly was my last resort.<br><br>Thanks,<br><br>turbo0O<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7169">turbo0O</a> — Sat Dec 31, 2005 3:36 am</p><hr />
]]></content>
	</entry>
	</feed>
