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

	<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>2002-12-05T16:45:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Jheremias]]></name></author>
		<updated>2002-12-05T16:45:13-04:00</updated>

		<published>2002-12-05T16:45:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14012#p14012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14012#p14012"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14012#p14012"><![CDATA[
Sorry for bugging u....but still doesn't work...<br><br>user@host:~/.../eggdrop1.6.9$ LD_LIBRARY_PATH=/.../lib/lib/<br><br>user@host:~/.../eggdrop1.6.9$ echo $LD_LIBRARY_PATH<br>/.../lib/lib/ (The one that declared at ./configure and worked)<br><br>make stops at the same point as above <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2014">Jheremias</a> — Thu Dec 05, 2002 4:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-05T09:15:07-04:00</updated>

		<published>2002-12-05T09:15:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14006#p14006</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14006#p14006"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14006#p14006"><![CDATA[
As noted, both in a post above, and in the name of the variable, you need to use a path, not a path and filename.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 05, 2002 9:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jheremias]]></name></author>
		<updated>2002-12-05T09:07:50-04:00</updated>

		<published>2002-12-05T09:07:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14005#p14005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14005#p14005"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14005#p14005"><![CDATA[
At first, thx a lot for your interest...<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> But:<br><br>user@host:~/.../eggdrop1.6.9$ set LD_LIBRARY_PATH=/..../lib/libtcl8.3.so <br>user@host:~/.../eggdrop1.6.9$ echo $LD_LIBRARY_PATH<br>/.../lib/libtcl8.3.so<br>user@host:~/.../lib/eggdrop1.6.9$ make<br><br>(....)<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/.../lib/lib -ltcl8.3 -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br>./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">:(<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2014">Jheremias</a> — Thu Dec 05, 2002 9:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-05T05:25:21-04:00</updated>

		<published>2002-12-05T05:25:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14001#p14001</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14001#p14001"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14001#p14001"><![CDATA[
HMM - I took that from a post on the eggheads mailing list, seems that was wrong.<br><br>However, here is the solution (works, becuase I use it).<br><br>Set the LD_LIBRARY_PATH to the value, rather than the other environment variable.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 05, 2002 5:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jheremias]]></name></author>
		<updated>2002-12-05T05:14:39-04:00</updated>

		<published>2002-12-05T05:14:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14000#p14000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14000#p14000"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14000#p14000"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> Make refuses to work:<br><br>LD_PRELOAD=.../.../libtcl8.3.so<br>./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory<br>make: *** [modegg] Error 127<br><br>What happens? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2014">Jheremias</a> — Thu Dec 05, 2002 5:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-04T17:18:30-04:00</updated>

		<published>2002-12-04T17:18:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13996#p13996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13996#p13996"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13996#p13996"><![CDATA[
You will need to set the path to the Tcl library (the same value used for --with-tcllib) in the environment variable LD_PRELOAD.<br><br>This will also need to be done, each tiem you want to start the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Dec 04, 2002 5:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jheremias]]></name></author>
		<updated>2002-12-04T16:43:43-04:00</updated>

		<published>2002-12-04T16:43:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13994#p13994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13994#p13994"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13994#p13994"><![CDATA[
Yes:) Configure is done, but make stops saying cannot find the tcl :p How I declare to 'make' where tcl is?<br><br>Thx a lot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2014">Jheremias</a> — Wed Dec 04, 2002 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-04T12:48:26-04:00</updated>

		<published>2002-12-04T12:48:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13984#p13984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13984#p13984"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13984#p13984"><![CDATA[
Yes, you can install Tcl within your home directory.<br><br>1 thing to watch out for with your configuration. You may not be allowed to use eggdrop on this system.<br><br>If the system has no version of Tcl on it, it is a good sign that yu are not supposed to be running it.<br><br>Once Tcl is compiled, you can use the --with-tcllib and --with-tclinc arguments to eggdrop ./configure command (for more info type "./configure --help"). Use the paths to the files, not the path and file names.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Dec 04, 2002 12:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jheremias]]></name></author>
		<updated>2002-12-04T12:32:48-04:00</updated>

		<published>2002-12-04T12:32:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13983#p13983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13983#p13983"/>
		<title type="html"><![CDATA[Tcl Library...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13983#p13983"><![CDATA[
Hello ppl:)<br><br>I have a system with no tcl installed....Can I install it on my account ( I have no root..)  and make eggdrop see it? Environmetal Variables like TCCLIB didn't work....<br><br>Any help?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2014">Jheremias</a> — Wed Dec 04, 2002 12:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
