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

	<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-08-24T16:20:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-24T16:20:18-04:00</updated>

		<published>2003-08-24T16:20:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25607#p25607</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25607#p25607"/>
		<title type="html"><![CDATA[Problem compiling eggdrop.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25607#p25607"><![CDATA[
I set the environment varable again and ran ldconfig<br><br>didn't work<br><br>Here is what ldconfig sees....not what i want it to.<br><br>[root@anvil eggdrop1.6.15]# /sbin/ldconfig -p | grep tcl<br>        libswigtcl.so (libc6) =&gt; /usr/lib/libswigtcl.so<br>        libdb_tcl.so (libc6) =&gt; /usr/lib/libdb_tcl.so<br>        libdb_tcl-4.0.so (libc6) =&gt; /usr/lib/libdb_tcl-4.0.so<p>Statistics: Posted by Guest — Sun Aug 24, 2003 4:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-08-24T06:15:32-04:00</updated>

		<published>2003-08-24T06:15:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25566#p25566</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25566#p25566"/>
		<title type="html"><![CDATA[Problem compiling eggdrop.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25566#p25566"><![CDATA[
perhaps run ldconfig<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sun Aug 24, 2003 6:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-24T04:55:44-04:00</updated>

		<published>2003-08-24T04:55:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25562#p25562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25562#p25562"/>
		<title type="html"><![CDATA[Problem compiling eggdrop.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25562#p25562"><![CDATA[
Didn't work.<br><br>I set the path LB_LIBRARY_PATH and even added it to PATH.<br><br>I confirmed with the set command that that variable is set.<p>Statistics: Posted by Guest — Sun Aug 24, 2003 4:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-08-24T03:05:00-04:00</updated>

		<published>2003-08-24T03:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25560#p25560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25560#p25560"/>
		<title type="html"><![CDATA[Problem compiling eggdrop.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25560#p25560"><![CDATA[
tcl lib is not in your path<br><br>export LB_LIBRARY_PATH=/path/to/libtcl/directory<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sun Aug 24, 2003 3:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-23T18:28:59-04:00</updated>

		<published>2003-08-23T18:28:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25551#p25551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25551#p25551"/>
		<title type="html"><![CDATA[Problem compiling eggdrop.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25551#p25551"><![CDATA[
During the make step of compiling eggdrop (1.6.15) i get this error<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>I have installed tcl and the ./configure script finds it just fine. I installed tcl using a standard compilation as directed by its instructions.<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>checking whether the Tcl system has changed... yes<br>checking for Tcl version... 8.4<br>checking for Tcl patch level... 8.4.4<br>checking for Tcl_Free in -ltcl8.4... yes<br>checking for TclpFinalizeThreadData in -ltcl8.4... no<br><br>I found others with this error in a google search, but none were in english, and babelfish didn't give me anything useful out of them.<p>Statistics: Posted by Guest — Sat Aug 23, 2003 6:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
