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

	<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>2007-01-23T23:14:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bigmike]]></name></author>
		<updated>2007-01-23T23:14:03-04:00</updated>

		<published>2007-01-23T23:14:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69869#p69869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69869#p69869"/>
		<title type="html"><![CDATA[I need some SSL patching help with eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69869#p69869"><![CDATA[
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c bg.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botcmd.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botmsg.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botnet.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c chanprog.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c cmds.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dcc.c<br>dcc.c:38:25: openssl/md5.h: No such file or directory<br>dcc.c: In function `dcc_bot_digest':<br>dcc.c:302: error: `MD5_CTX' undeclared (first use in this function)<br>dcc.c:302: error: (Each undeclared identifier is reported only once<br>dcc.c:302: error: for each function it appears in.)<br>dcc.c:302: error: syntax error before "md5context"<br>dcc.c:307: warning: implicit declaration of function `MD5_Init'<br>dcc.c:307: error: `md5context' undeclared (first use in this function)<br>dcc.c:308: warning: implicit declaration of function `MD5_Update'<br>dcc.c:310: warning: implicit declaration of function `MD5_Final'<br>dcc.c: In function `dcc_bot_check_digest':<br>dcc.c:508: error: `MD5_CTX' undeclared (first use in this function)<br>dcc.c:508: error: syntax error before "md5context"<br>dcc.c:517: error: `md5context' undeclared (first use in this function)<br>make[1]: *** [dcc.o] Error 1<br>make[1]: Leaving directory `/home/bigmike/eggdrop1.6.17/src'<br>make: *** [modegg] Error 2<br><br><br>i get that now<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6893">bigmike</a> — Tue Jan 23, 2007 11:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-23T23:29:21-04:00</updated>

		<published>2006-12-23T23:29:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69214#p69214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69214#p69214"/>
		<title type="html"><![CDATA[I need some SSL patching help with eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69214#p69214"><![CDATA[
you can tell configure where it is with the ENV vars like, <br><br>export CFLAGS="$CFLAGS -i /path/to/ssl/includes -l /path/to/ssl/libs";export LDFLAGS="$LDFLAGS -L /path/to/ssl/libs";./configure -options<br><br>I usually make a small shell script to set all of the vars and options then just run that to do the configure.  So a shell script would look like:<br><br>export CFLAGS="$CFLAGS -i /path/to/ssl/includes -l /path/to/ssl/libs"<br>export LDFLAGS="$LDFLAGS -L /path/to/ssl/libs"<br>./configure -options<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Dec 23, 2006 11:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bigmike]]></name></author>
		<updated>2006-12-23T11:06:18-04:00</updated>

		<published>2006-12-23T11:06:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69193#p69193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69193#p69193"/>
		<title type="html"><![CDATA[I need some SSL patching help with eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69193#p69193"><![CDATA[
when i get up to ./configure and it finish's. It says <br><br>checking whether to include SSL support... will try to find<br>checking for SSL_accept in -lssl... no<br>configure: error: OpenSSL was not found. Please supply a pathname to OpenSSL<br><br>so i did whereis openssl and i get "openssl: /usr/bin/openssl /usr/share/man/man1/openssl.1ssl.gz" and i have given eggy the dir for it and i have also installed openssl in my home dir.<br><br>can someone plz help me thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6893">bigmike</a> — Sat Dec 23, 2006 11:06 am</p><hr />
]]></content>
	</entry>
	</feed>
