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

	<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-11T09:23:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-11T09:23:27-04:00</updated>

		<published>2004-12-11T09:23:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43868#p43868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43868#p43868"/>
		<title type="html"><![CDATA[compile problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43868#p43868"><![CDATA[
locate your TCL libs and:<br><br>if you are the admin of that machine and it has /etc/ld.so.conf, add path to TCL libs to it and then issue the command `ldconfig'<br><br>if you aren't admin or/and there's no /etc/ld.so.conf, simply export LD_LIBRARY_PATH to the path to TCL libs:<br><br>under bash:<div class="codebox"><p>Code: </p><pre><code>$ export LD_LIBRARY_PATH=/path/to/your/tcl/libs</code></pre></div>under csh:<div class="codebox"><p>Code: </p><pre><code>% setenv LD_LIBRARY_PATH /path/to/your/tcl/libs</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 11, 2004 9:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jailmann]]></name></author>
		<updated>2004-12-11T09:08:07-04:00</updated>

		<published>2004-12-11T09:08:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43865#p43865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43865#p43865"/>
		<title type="html"><![CDATA[compile problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43865#p43865"><![CDATA[
hello<br><br> use ./configure --prefix=/home/bot/<br><br>it goes well then i make config just fine<br><br>then i have to make it goes fine until this part shows dose this mean..<br><br>Test run of ./eggdrop -v:<br>./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory<br>make: *** [modules] Error 127<br>-bash-2.05b$<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4801">Jailmann</a> — Sat Dec 11, 2004 9:08 am</p><hr />
]]></content>
	</entry>
	</feed>
