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

	<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>2004-12-12T12:24:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-12-12T12:24:17-04:00</updated>

		<published>2004-12-12T12:24:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43905#p43905</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43905#p43905"/>
		<title type="html"><![CDATA[TCL FIX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43905#p43905"><![CDATA[
Well, in bash you can also use $HOME variable to get your home directory. Sometimes it is not possible to install Tcl in standard location, admin dont like it, or don't want to upgrade Tcl, when user for example need newest version of libraries. I did not used ~/ as home directory path, becase some scripts, program don't recognize it properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sun Dec 12, 2004 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-12T11:18:15-04:00</updated>

		<published>2004-12-12T11:18:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43902#p43902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43902#p43902"/>
		<title type="html"><![CDATA[TCL FIX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43902#p43902"><![CDATA[
your home directory may not start with /home <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>in bash, use ~:<div class="codebox"><p>Code: </p><pre><code>export LD_LIBRARY_PATH=~/lib</code></pre></div>that is, better install TCL libs in standard places; the only one you'd have write access to if you aren't admin would be ~/lib; thus you won't have to add non-standard binary location to your PATH (usually, ~/bin is already included)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 12, 2004 11:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-12-12T09:47:16-04:00</updated>

		<published>2004-12-12T09:47:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43897#p43897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43897#p43897"/>
		<title type="html"><![CDATA[TCL FIX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43897#p43897"><![CDATA[
Well, your version can be done only by server admin. Regular users without access to root account still can't do anything ;)<br><div class="codebox"><p>Code: </p><pre><code>This method should work everywhere:1. Download and compile tcl in your home directory:    cd tcl8.x.x/unix   ./configure --prefix=/home/your_login/tcl   make   make install2. Export shell variables (it depends on shell which your using, i'm using bash):    export PATH="$PATH:/home/your_login/tcl/bin"    export LD_LIBRARY_PATH="/home/your_login/tcl/lib"    (those lines can be added to .bashrc)</code></pre></div>Eggdrop should now compile and start without problems. If configure will warn about missing tcl libraries and headers add --with-tclib=/home/your_login/tcl/lib --with-tclinc=/home/your_login/tcl/include<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sun Dec 12, 2004 9:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crypted]]></name></author>
		<updated>2004-12-12T09:32:52-04:00</updated>

		<published>2004-12-12T09:32:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43896#p43896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43896#p43896"/>
		<title type="html"><![CDATA[TCL FIX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43896#p43896"><![CDATA[
download tcl and its not working right?<br><br>cool 1 easy thing to do <br>cp the files to /usr from /usr/local<br>then ldconfig<br>presto working tcl<br><br>to know if you need to do this try to rune a eggdrop if it says something like can not connect to data base error [ 127 ] i believe then this is right for you ...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5771">crypted</a> — Sun Dec 12, 2004 9:32 am</p><hr />
]]></content>
	</entry>
	</feed>
