<?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/8629" />

	<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>2004-11-20T18:37:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nakedm00n]]></name></author>
		<updated>2004-11-20T18:37:06-04:00</updated>

		<published>2004-11-20T18:37:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42922#p42922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42922#p42922"/>
		<title type="html"><![CDATA[....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42922#p42922"><![CDATA[
thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>i have modified the line 592 of eggdrop1.6.17-ssl.diff.gz :<br><br>original:<br><br>+$(LD) -o ../$(EGGEXEC) $(eggdrop_objs) $(MODOBJS) $(XLIBS) md5/md5c.o compat/*.o `cat mod/mod.xlibs` $(XSSL_LIBS) $(XSSL_INCLUDE)<br><br>new:<br><br>+$(LD) -o ../$(EGGEXEC) $(eggdrop_objs) $(MODOBJS) $(XLIBS) md5/md5c.o compat/*.o `cat mod/mod.xlibs` $(XSSL_LIBS) -L$(XSSL_INCLUDE)<br><br>config , make config and make works now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> :<br><br>CFLAGS="-I/usr/kerberos/include" ./configure --with-ssl=/usr<br><br>make config<br><br>make<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5681">nakedm00n</a> — Sat Nov 20, 2004 6:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-20T17:49:49-04:00</updated>

		<published>2004-11-20T17:49:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42921#p42921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42921#p42921"/>
		<title type="html"><![CDATA[Error When Compiling eggdrop 1.6.7+SSL patch]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42921#p42921"><![CDATA[
fix your Makefile, remove /usr/include from the link step<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Nov 20, 2004 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nakedm00n]]></name></author>
		<updated>2004-11-20T16:33:45-04:00</updated>

		<published>2004-11-20T16:33:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42918#p42918</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42918#p42918"/>
		<title type="html"><![CDATA[Error When Compiling eggdrop 1.6.7+SSL patch]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42918#p42918"><![CDATA[
This is my sequence for compiling eggdrop1.6.7+ssl patch (all cmds into eggdrop1.6.17 dir):<br><br>PATCHING:<br><br>patch -p1 &lt; eggdrop1.6.17-ssl.diff.gz<br><br>CONFIGURE:<br><br>CFLAGS="-I/usr/kerberos/include/" ./configure --with-ssl=/usr<br><br>(you can use the procedure posted by TurboChicken on thread <a href="http://forum.egghelp.org/viewtopic.php?t=8365&amp;highlight=ssl" class="postlink">http://forum.egghelp.org/viewtopic.php? ... hlight=ssl</a> and omitting the CFLAGS option)<br><br>MAKE:<br><br>make config<br><br>make<br><br>This is the error when launching make under RedHat:<br><div class="codebox"><p>Code: </p><pre><code>.......---------- Yeah! That's the compiling, now the linking! ----------Linking eggdrop .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/lib -ltcl8.3 -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs` -lssl -lcrypto -L/usr/lib -L/usr/lib /usr/include/usr/include: file not recognized: Is a directorycollect2: ld returned 1 exit statusmake[1]: *** [../eggdrop] Error 1make[1]: Leaving directory `/home/irc/tar/eggdrop1.6.17/src'make: *** [modegg] Error 2</code></pre></div><br>i have resolved the parse error with kssl.h with CFLAGS option when configure, but i have this ERROR!!<br><br>Thanks and Bye ALL. HelpME!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5681">nakedm00n</a> — Sat Nov 20, 2004 4:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
