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

	<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>2001-12-26T21:09:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-12-26T21:09:00-04:00</updated>

		<published>2001-12-26T21:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3164#p3164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3164#p3164"/>
		<title type="html"><![CDATA[Eggdrop 1.4.3 help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3164#p3164"><![CDATA[
compile it statically (make static)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed Dec 26, 2001 9:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-26T17:05:00-04:00</updated>

		<published>2001-12-26T17:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3160#p3160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3160#p3160"/>
		<title type="html"><![CDATA[Eggdrop 1.4.3 help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3160#p3160"><![CDATA[
the error when I try to 'make' using 1.6.7:<br><br>make[2]: Leaving directory `/home/admin/eggdrop1.6.7/src/compat'<br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop...<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 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 -ltcl8.3 -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/home/admin/eggdrop1.6.7/src'<br><br>./eggdrop: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory<br>make: *** [modegg] Error 127<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: sxe32 on 2001-12-26 14:07 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Wed Dec 26, 2001 5:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-23T19:30:00-04:00</updated>

		<published>2001-12-23T19:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3109#p3109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3109#p3109"/>
		<title type="html"><![CDATA[Eggdrop 1.4.3 help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3109#p3109"><![CDATA[
A rather obscure error, that may have allready been fixed.<br><br>Try updating eggdrop1.6.7, where, if the problems persist, you are likely to get support on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Dec 23, 2001 7:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-23T19:21:00-04:00</updated>

		<published>2001-12-23T19:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3108#p3108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3108#p3108"/>
		<title type="html"><![CDATA[Eggdrop 1.4.3 help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3108#p3108"><![CDATA[
During the 'make' towards the end I get this message. Any suggestions are appreciated<br><br>make[2]: Entering directory `/home/admin/eggdrop1.4.3/src/md5'<br>gcc -g -O2 -Wall -I.. -DHAVE_CONFIG_H   -c md5c.c<br>make[2]: Leaving directory `/home/admin/eggdrop1.4.3/src/md5'<br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop...<br><br>gcc -o ../eggdrop botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o flags.o language.o main.o mem.o misc.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o md5/md5c.o  -L/usr/local/lib -ltcl8.3 -lm -ldl -lnsl<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/home/admin/eggdrop1.4.3/src'<br><br>./eggdrop: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory<br>make: *** [modegg] Error 127<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: sxe32 on 2001-12-23 16:29 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Dec 23, 2001 7:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
