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

	<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>2007-07-07T14:06:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CosmicD]]></name></author>
		<updated>2007-07-07T14:06:17-04:00</updated>

		<published>2007-07-07T14:06:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74241#p74241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74241#p74241"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74241#p74241"><![CDATA[
that was very valuable,<br><br>I'm using a server that had a minimum debian install and now it fineds everything it's supposed to find <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5772">CosmicD</a> — Sat Jul 07, 2007 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-11-12T02:47:03-04:00</updated>

		<published>2006-11-12T02:47:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67920#p67920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67920#p67920"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67920#p67920"><![CDATA[
echo "/usr/local/lib" &gt;&gt; /etc/ld.so.conf &amp;&amp; /sbin/ldconfig as root would have done that. Why don't you search the forum?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Nov 12, 2006 2:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kaio!]]></name></author>
		<updated>2006-11-11T06:53:27-04:00</updated>

		<published>2006-11-11T06:53:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67887#p67887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67887#p67887"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67887#p67887"><![CDATA[
thanks guys<br>i solved the problem:<br>/etc/ld.so.conf<br>adding line: /usr/local/lib<br>and do <br>ldconfig<br><br>will solve this<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8371">kaio!</a> — Sat Nov 11, 2006 6:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kaio!]]></name></author>
		<updated>2006-11-11T06:10:27-04:00</updated>

		<published>2006-11-11T06:10:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67886#p67886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67886#p67886"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67886#p67886"><![CDATA[
i tryed ./eggdrop -v with root rights so it should have all rights...<br>/usr/lib/libtcl8.4.so<br>its there....<br><br>EDIT//<br><br>checking for Tcl library... found /usr/local/lib/libtcl8.4.so<br>checking for Tcl header... found /usr/local/include/tcl.h<br><br>the compile found the lib but the eggdrop doesnt find...<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<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8371">kaio!</a> — Sat Nov 11, 2006 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-10T23:35:06-04:00</updated>

		<published>2006-11-10T23:35:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67885#p67885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67885#p67885"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67885#p67885"><![CDATA[
It should *not* be in /lib, it belongs in /usr/lib..  /lib is for system-dependant libs required for starting up the system. Get rid of the symlink in /lib and make sure the actual binary lib is in /usr/lib, and make sure you have read permissions for it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Nov 10, 2006 11:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kaio!]]></name></author>
		<updated>2006-11-10T19:22:10-04:00</updated>

		<published>2006-11-10T19:22:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67882#p67882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67882#p67882"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67882#p67882"><![CDATA[
already done<br>my egg dont find the lib...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8371">kaio!</a> — Fri Nov 10, 2006 7:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-11-10T19:10:58-04:00</updated>

		<published>2006-11-10T19:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67881#p67881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67881#p67881"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67881#p67881"><![CDATA[
<em class="text-italics">Read</em> the COMPILE-GUIDE in your ~./doc directory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 10, 2006 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kaio!]]></name></author>
		<updated>2006-11-11T06:53:50-04:00</updated>

		<published>2006-11-10T19:04:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67879#p67879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67879#p67879"/>
		<title type="html"><![CDATA[lib not found... [-=SOLVED=-]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67879#p67879"><![CDATA[
i have compiled my tcl and eggdrop all ok <br>but...<br>now the eggdrop says <br><br>./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory<br><br>i have the lib in:<br>/usr/lib/<br>and linked in:<br>/lib/<br><br>where to place the lib?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8371">kaio!</a> — Fri Nov 10, 2006 7:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
