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

	<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>2005-08-09T04:41:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[VyRuZ]]></name></author>
		<updated>2005-08-09T04:41:14-04:00</updated>

		<published>2005-08-09T04:41:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53933#p53933</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53933#p53933"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53933#p53933"><![CDATA[
<blockquote class="uncited"><div>TCLINC='/usr/local/include'<br>TCLINCFN='tcl.h'<br>TCLLIB='/usr/local/lib'<br>TCLLIBFN='tcl8.4.so'<br>TCL_LIBS='-L/usr/local/lib -ltcl8.4 -lm'<br>TCL_REQS='/usr/local/lib/libtcl8.4.so'</div></blockquote>That's what i found.<br><br>And secondly how do i export TCLINC and TCLLIB ?? use that same export LD_LIBRARY_PATH=/path/to/tcllib and that again for /path/to/tcl.h ??<br><br><strong class="text-strong">EDiT:</strong> Test run of ./eggdrop -v:<br>Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads<br> <br>Hehe... Thanks very much my friend. Though i still don't know what i did to make it work... Maybe those export's... Anyways thanks very much. If i have any other problem, ill make sure to post here <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6568">VyRuZ</a> — Tue Aug 09, 2005 4:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T04:23:30-04:00</updated>

		<published>2005-08-09T04:23:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53932#p53932</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53932#p53932"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53932#p53932"><![CDATA[
alternatively, you can try exporting (before ./configure) TCLLIB and TCLINC with the appropriate directories (yes, just directory paths, not full filenames)<br><br>also, what's in your config.log after ./configure? I mean regarding Tcl<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 4:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VyRuZ]]></name></author>
		<updated>2005-08-09T04:07:18-04:00</updated>

		<published>2005-08-09T04:07:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53930#p53930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53930#p53930"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53930#p53930"><![CDATA[
libtcl8.4.so =&gt; not found<br>        libm.so.6 =&gt; /lib/tls/i686/cmov/libm.so.6 (0xb7fba000)<br>        libdl.so.2 =&gt; /lib/tls/i686/cmov/libdl.so.2 (0xb7fb7000)<br>        libnsl.so.1 =&gt; /lib/tls/i686/cmov/libnsl.so.1 (0xb7fa2000)<br>        libc.so.6 =&gt; /lib/tls/i686/cmov/libc.so.6 (0xb7e75000)<br>        /lib/ld-linux.so.2 =&gt; /lib/ld-linux.so.2 (0xb7feb000)<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6568">VyRuZ</a> — Tue Aug 09, 2005 4:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T03:54:21-04:00</updated>

		<published>2005-08-09T03:54:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53929#p53929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53929#p53929"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53929#p53929"><![CDATA[
what's the output of <em class="text-italics">ldd eggdrop</em> shell command?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 3:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VyRuZ]]></name></author>
		<updated>2005-08-09T03:50:32-04:00</updated>

		<published>2005-08-09T03:50:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53927#p53927</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53927#p53927"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53927#p53927"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mad.gif" width="15" height="15" alt=":x" title="Mad"> <br>This is getting annoying.<br>I reinstalled Tcl just to be sure ( v8.4.6 from site in the COMPILE-GUIDE). It installed perfect. I did tclsh . It worked.I had tcl installed.<br><br>I removed the folder of eggdrop unarchived because it already had ./configure made.<br><br>Then i edited ld.so.conf with the path to libtcl8.4.so (/usr/local/lib/libtcl8.4.so) and did ldconfig. Then i did that export LD_LIBRARY_PATH (but not as how demond said, but how it was written in COMPILE-GUIDE). <br><br>Then i unarchived eggdrop again and did ./configure, putting the extra --with-tcllib='/usr/local/lib/libtcl8.4.so' --with-tclinc='/usr/local/include/tcl.h' and it continued configuring. Then i did make config, and at make it gave the same error.<br><br>Now im out of ideas...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6568">VyRuZ</a> — Tue Aug 09, 2005 3:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-08T20:15:41-04:00</updated>

		<published>2005-08-08T20:15:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53903#p53903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53903#p53903"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53903#p53903"><![CDATA[
Helps to actually <strong class="text-strong">read</strong> the 'COMPILE-GUIDE' in ~doc: 'I. Tcl Detection and Installation'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Aug 08, 2005 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-08T12:47:16-04:00</updated>

		<published>2005-08-08T12:47:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53880#p53880</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53880#p53880"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53880#p53880"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>$ export LD_LIBRARY_PATH=/path/to/your/tcllib</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 08, 2005 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VyRuZ]]></name></author>
		<updated>2005-08-08T12:02:33-04:00</updated>

		<published>2005-08-08T12:02:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53876#p53876</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53876#p53876"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53876#p53876"><![CDATA[
Hmm.. I read what your link was pointing to... I edited that ld.so.conf adding a line to libtcl8.4 and it did not work.<br><br>I removed the unarchived bot completely and tried again from beginning. No luck.<br>I read the README and INSTALL and used at the ./configure the commands --with-libtcl=&lt;path&gt; and the --with-libinc=&lt;path&gt; to the correct /usr/local/lib files and it still didn't work.<br><br>Any other thing i should try ?? Completely removing TCL8.4 in Debian-based distro and getting it again from apt ?? Because i compiled tcl myself and it compiled perfectly but i wanna be 110% sure i did it right.<br><br>Thanks for your help. And i did not search because i did not know what so search for actually...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6568">VyRuZ</a> — Mon Aug 08, 2005 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2005-08-08T08:21:00-04:00</updated>

		<published>2005-08-08T08:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53871#p53871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53871#p53871"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53871#p53871"><![CDATA[
always a good idea to use the search button on these forums.. this question has been asked many many times...<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=4314" class="postlink">Click</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Mon Aug 08, 2005 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VyRuZ]]></name></author>
		<updated>2005-08-08T07:21:46-04:00</updated>

		<published>2005-08-08T07:21:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53868#p53868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53868#p53868"/>
		<title type="html"><![CDATA[compile error on libtcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53868#p53868"><![CDATA[
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory<br>make: *** [install-start] Error 127<br><br><br>This is the exact error i get when i do make install DEST=/place/for/bot ...<br>Every step before this finishes perfectly (./configure , make config, make ) except make. When it finishes it tries to do ./eggdrop -v and it gives out that error. <br><br>I have tcl installed from sourcecode and it installed good. Even ./configure detects it.<br><br>Can someone help ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6568">VyRuZ</a> — Mon Aug 08, 2005 7:21 am</p><hr />
]]></content>
	</entry>
	</feed>
