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

	<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-05-05T18:14:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-05T18:14:36-04:00</updated>

		<published>2003-05-05T18:14:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19865#p19865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19865#p19865"/>
		<title type="html"><![CDATA[problem linking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19865#p19865"><![CDATA[
awsome, it works now, thanks alot<p>Statistics: Posted by Guest — Mon May 05, 2003 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-05T16:54:58-04:00</updated>

		<published>2003-05-05T16:54:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19864#p19864</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19864#p19864"/>
		<title type="html"><![CDATA[problem linking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19864#p19864"><![CDATA[
As root, you need to add the path to libtcl.so to the file /etc/ld.so.conf, you then need to run ldconfig.<br><br>You shoudl now be abel to compile without issue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon May 05, 2003 4:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-05T16:28:20-04:00</updated>

		<published>2003-05-05T16:28:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19862#p19862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19862#p19862"/>
		<title type="html"><![CDATA[problem linking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19862#p19862"><![CDATA[
as i said i installed tcl 3 times already, i know its there<br><br>during the ./configure routine it says tcl found /usr/local/lib/tcl8.4.so or whatever the filename is iv tryed installing the tcl on my local account and with root iv tryed specifying where tcl is with the --with-tcllib commands, it fails at that spot no matter what<p>Statistics: Posted by Guest — Mon May 05, 2003 4:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Moonster]]></name></author>
		<updated>2003-05-05T06:39:09-04:00</updated>

		<published>2003-05-05T06:39:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19815#p19815</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19815#p19815"/>
		<title type="html"><![CDATA[problem linking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19815#p19815"><![CDATA[
To me it looks like you or the systems admin needs to verify your TCL install.  It is looking for TCL 8.4 you may need to either INSTALL TCL or make sure it is setup properly so Eggdrop will install and run properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2185">Moonster</a> — Mon May 05, 2003 6:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-05T05:20:16-04:00</updated>

		<published>2003-05-05T05:20:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19814#p19814</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19814#p19814"/>
		<title type="html"><![CDATA[problem linking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19814#p19814"><![CDATA[
i keep getting this error, i read every readme and help for both tcl and egg i could find, i tryed specifing the path during config iv installed tcl at least 3 times i dont know what to do<br><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 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/local/lib -ltcl8.4 -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/mwjster/eggdrop1.6.15/src'<br><br>./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory<br>make: *** [modegg] Error 127<br><br><br><br>i have root on this system also<p>Statistics: Posted by Guest — Mon May 05, 2003 5:20 am</p><hr />
]]></content>
	</entry>
	</feed>
