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

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

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-12T12:17:29-04:00</updated>

		<published>2005-01-12T12:17:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45321#p45321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45321#p45321"/>
		<title type="html"><![CDATA[a bit of help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45321#p45321"><![CDATA[
Also if you dont have access to 'make' try using 'gmake' instead<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Wed Jan 12, 2005 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-01-12T08:21:29-04:00</updated>

		<published>2005-01-12T08:21:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45309#p45309</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45309#p45309"/>
		<title type="html"><![CDATA[a bit of help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45309#p45309"><![CDATA[
<blockquote class="uncited"><div>Angel@tranquil eggdrop1.6.17 $ ldd eggdrop<br>eggdrop:<br>        libtcl84.so.1 =&gt; /usr/local/lib/libtcl84.so.1 (0x280ae000)<br>        libm.so.2 =&gt; /usr/lib/libm.so.2 (0x28149000)<br>        libc.so.4 =&gt; /usr/lib/libc.so.4 (0x28164000)</div></blockquote><blockquote class="uncited"><div>./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory</div></blockquote>This indeed is part of your problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jan 12, 2005 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anarchyst_blu]]></name></author>
		<updated>2005-01-12T04:07:36-04:00</updated>

		<published>2005-01-12T04:07:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45302#p45302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45302#p45302"/>
		<title type="html"><![CDATA[a bit of help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45302#p45302"><![CDATA[
well... i worked around the first error through trial and error, but now am stuck on 'make' and 'make install'.<br><br>here was my error with make:<div class="codebox"><p>Code: </p><pre><code>Test run of ./eggdrop -v:./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directorymake: *** [modules] Error 127</code></pre></div>i didnt have write access to default dirs, as stated above, so had to put in by hand which dir libtcl8.4.so resided in... could this be part of the error?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5878">Anarchyst_blu</a> — Wed Jan 12, 2005 4:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anarchyst_blu]]></name></author>
		<updated>2005-01-11T18:17:10-04:00</updated>

		<published>2005-01-11T18:17:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45289#p45289</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45289#p45289"/>
		<title type="html"><![CDATA[a bit of help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45289#p45289"><![CDATA[
first off i would like to say hello to you all -- as i am a new "egghead." I installed tcl and eggdrop today on a shell account i have, or at least WOULD have if i hadnt found this problem:<br><br>I had to install tcl in dirs that i have write access to, but these are not the default dirs eggdrop configure looks for. i get this as a solution to the error:<br><br>re-run<br>  ./configure using the --with-tcllib='/path/to/libtcl.so' and<br>  --with-tclinc='/path/to/tcl.h' options.<br><br>but have no idea how to do this... i know the full path name of the dirs the two specified files are in, but how do i run configure with those options?<br><br>here is what i tried: <div class="codebox"><p>Code: </p><pre><code>[anarchyst_blu@******* ~/eggdrop1.6.17]$ ~/eggdrop1.6.17]$ ./configure --with-tcllib=/home/*******.org/anarchyst_blu/tcl/libtcl8.4.so --with-tclinc=/home/thetalon.org/anarchyst_blu/tcl/tcl.h </code></pre></div>and<br><div class="codebox"><p>Code: </p><pre><code>[anarchyst_blu@******* ~/eggdrop1.6.17]$ ~/eggdrop1.6.17]$ ./configure --with-tcllib='/home/*******.org/anarchyst_blu/tcl/libtcl8.4.so' --with-tclinc='/home/thetalon.org/anarchyst_blu/tcl/tcl.h'</code></pre></div>I got a "command not found" error<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5878">Anarchyst_blu</a> — Tue Jan 11, 2005 6:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
