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

	<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>2003-09-28T12:30:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-28T12:30:25-04:00</updated>

		<published>2003-09-28T12:30:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27665#p27665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27665#p27665"/>
		<title type="html"><![CDATA[fix]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27665#p27665"><![CDATA[
Well.. I've allready had in that file a"/usr/local/lib" line.. now I'm getting this error: /sbin/ldconfig: warning: can't read header from /lib/libext-2.so.7, skipping<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Sep 28, 2003 12:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-09-28T11:21:54-04:00</updated>

		<published>2003-09-28T11:21:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27660#p27660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27660#p27660"/>
		<title type="html"><![CDATA[fix]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27660#p27660"><![CDATA[
oh on second glance caesar ..<br><br>collect2: ld returned 1 exit status <br>make[1]: *** [../eggdrop] Error 1 <br><br>it seems its looking for functions it cant find.. so either your shared libs are hosed.. ( edit ld.so.conf and run ldconfig)  or the function names perhaps have changed.. ermm old tcl version?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sun Sep 28, 2003 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-09-28T11:16:13-04:00</updated>

		<published>2003-09-28T11:16:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27659#p27659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27659#p27659"/>
		<title type="html"><![CDATA[fix]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27659#p27659"><![CDATA[
what version of tcl is this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sun Sep 28, 2003 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-28T10:26:47-04:00</updated>

		<published>2003-09-28T10:26:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27657#p27657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27657#p27657"/>
		<title type="html"><![CDATA[fix]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27657#p27657"><![CDATA[
<blockquote class="uncited"><div>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/lib -ltcl -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>tcl.o: In function `tcl_eggstr':<br>/home/moo/eggdrop1.6.13/src/tcl.c:292: undefined reference to `Tcl_GetVar2Ex'<br>/home/moo/eggdrop1.6.13/src/tcl.c:295: undefined reference to `Tcl_GetByteArrayFromObj'<br>tcl.o: In function `utf_converter':<br>/home/moo/eggdrop1.6.13/src/tcl.c:352: undefined reference to `Tcl_GetByteArrayFromObj'<br>tcl.o: In function `init_tcl':<br>/home/moo/eggdrop1.6.13/src/tcl.c:643: undefined reference to `Tcl_UtfToLower'<br>/home/moo/eggdrop1.6.13/src/tcl.c:644: undefined reference to `Tcl_SetSystemEncoding'<br>/home/moo/eggdrop1.6.13/src/tcl.c:658: undefined reference to `Tcl_SetSystemEncoding'<br>/home/moo/eggdrop1.6.13/src/tcl.c:671: undefined reference to `Tcl_GetEncoding'<br>tclmisc.o: In function `tcl_md5':<br>/home/moo/eggdrop1.6.13/src/tclmisc.c:608: undefined reference to `Tcl_GetByteArrayFromObj'<br>collect2: ld returned 1 exit status<br>make[1]: *** [../eggdrop] Error 1<br>make[1]: Leaving directory `/home/moo/eggdrop1.6.13/src'<br>make: *** [modegg] Error 2</div></blockquote>How can I fix this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Sep 28, 2003 10:26 am</p><hr />
]]></content>
	</entry>
	</feed>
