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

	<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-10-01T15:18:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TurboChicken]]></name></author>
		<updated>2004-10-01T15:18:59-04:00</updated>

		<published>2004-10-01T15:18:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41491#p41491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41491#p41491"/>
		<title type="html"><![CDATA[SSL problems with compiling etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41491#p41491"><![CDATA[
Fixed it... it's a really round about way but hey it works<br><br>copy /usr/kerberos/include/*<br>copy /usr/lib/pkgconfig/openssl.pc<br><br>put them in your eggdrop1.6.17 directory<br><br>and your good to go<br><br>remember to add in the eggdrop.conf<br><br>set use-ssl 1<br><br>this means that all servers in the .conf are treated as SSL servers<br><br>don't if this was obovious to everyone else but i hope it helps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5488">TurboChicken</a> — Fri Oct 01, 2004 3:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TurboChicken]]></name></author>
		<updated>2004-09-30T09:05:50-04:00</updated>

		<published>2004-09-30T09:05:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41444#p41444</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41444#p41444"/>
		<title type="html"><![CDATA[SSL problems with compiling etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41444#p41444"><![CDATA[
i got a major problem with compiling my bot to use SSL connections<br><br>i downloaded 1.6.17 and the patch (the new one after it had been update to unix)<br><br>1) untar'd and patched (no problems)<br>2) ./configure ( openssl cannot be found )<br>3) ./configure --with-ssl=/usr ( as openssl is located in /usr/include/openssl ) ( no problems )<br>4) make config ( no problems )<br>5) make ( MAJOR PROBLEMS )<br><div class="codebox"><p>Code: </p><pre><code>[eggdrop@server1 eggdrop1.6.17]$ makemake[1]: Entering directory `/home/eggdrop/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.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dccutil.cIn file included from /usr/include/openssl/ssl.h:179,                 from net.h:5,                 from dccutil.c:36:/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directoryIn file included from /usr/include/openssl/ssl.h:179,                 from net.h:5,                 from dccutil.c:36:/usr/include/openssl/kssl.h:134: parse error before "krb5_enctype"/usr/include/openssl/kssl.h:136: parse error before '*' token/usr/include/openssl/kssl.h:137: parse error before '}' token/usr/include/openssl/kssl.h:149: parse error before "kssl_ctx_setstring"/usr/include/openssl/kssl.h:149: parse error before '*' token/usr/include/openssl/kssl.h:150: parse error before '*' token/usr/include/openssl/kssl.h:151: parse error before '*' token/usr/include/openssl/kssl.h:151: parse error before '*' token/usr/include/openssl/kssl.h:152: parse error before '*' token/usr/include/openssl/kssl.h:153: parse error before "kssl_ctx_setprinc"/usr/include/openssl/kssl.h:153: parse error before '*' token/usr/include/openssl/kssl.h:155: parse error before "kssl_cget_tkt"/usr/include/openssl/kssl.h:155: parse error before '*' token/usr/include/openssl/kssl.h:157: parse error before "kssl_sget_tkt"/usr/include/openssl/kssl.h:157: parse error before '*' token/usr/include/openssl/kssl.h:159: parse error before "kssl_ctx_setkey"/usr/include/openssl/kssl.h:159: parse error before '*' token/usr/include/openssl/kssl.h:161: parse error before "context"/usr/include/openssl/kssl.h:162: parse error before "kssl_build_principal_2"/usr/include/openssl/kssl.h:162: parse error before "context"/usr/include/openssl/kssl.h:165: parse error before "kssl_validate_times"/usr/include/openssl/kssl.h:165: parse error before "atime"/usr/include/openssl/kssl.h:167: parse error before "kssl_check_authent"/usr/include/openssl/kssl.h:167: parse error before '*' token/usr/include/openssl/kssl.h:169: parse error before "enctype"In file included from net.h:5,                 from dccutil.c:36:/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"/usr/include/openssl/ssl.h:931: parse error before '}' tokenmake[1]: *** [dccutil.o] Error 1make[1]: Leaving directory `/home/eggdrop/eggdrop1.6.17/src'make: *** [modegg] Error 2</code></pre></div>question 1: am i doing something completely wrong??? and completely stupid???<br>question 2: can it be fixed???<br>question 3: please please how????<br><br>i've download and reinstalled openssl from source<div class="codebox"><p>Code: </p><pre><code>[eggdrop@server1 eggdrop1.6.17]$ openssl versionOpenSSL 0.9.7a Feb 19 2003</code></pre></div>i've tried throwing things at the server but it's a couple of thousand miles away so that didn't work.<br><br>i've not had any problems running eggdrops and i'm curretnly trying to get psybnc working on there and it seems ok with the new ssl i just installed<br><br>any help anyone can give would be much appreciated<br><br>thanx in advance<br>Turbochicken<br><br>**update**<br>tried both 16 and 15 and got same problems<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5488">TurboChicken</a> — Thu Sep 30, 2004 9:05 am</p><hr />
]]></content>
	</entry>
	</feed>
