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

	<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>2018-05-06T03:49:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-05-06T03:49:26-04:00</updated>

		<published>2018-05-06T03:49:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106837#p106837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106837#p106837"/>
		<title type="html"><![CDATA[Linux 4.9.0-4-amd64]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106837#p106837"><![CDATA[
If you install the <em class="text-italics">dev</em> package of TCL (and I think last is tcl8.6-dev) you won't need to configure with the path as it will find the path of the libtcl8.6.so and tcl.h by itself.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun May 06, 2018 3:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sane]]></name></author>
		<updated>2018-05-05T18:39:50-04:00</updated>

		<published>2018-05-05T18:39:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106834#p106834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106834#p106834"/>
		<title type="html"><![CDATA[Doing this helped me out, when I had the same thing.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106834#p106834"><![CDATA[
Installing these was what I did when I experienced a similar thing to you.<br><br>sudo apt-get install -y libtcl8.5 tcl8.5-dev<br><br>The one I needed at the time was was actually 8.4 though. <br>And after installation, I believe you can do this:<br><br>./configure --with-tcllib=/usr/lib/x86_64-linux-gnu/libtcl8.5.so --with-tclinc=/usr/include/tcl8.5/tcl.h<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12294">Sane</a> — Sat May 05, 2018 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2018-02-05T10:30:18-04:00</updated>

		<published>2018-02-05T10:30:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106661#p106661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106661#p106661"/>
		<title type="html"><![CDATA[Linux 4.9.0-4-amd64]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106661#p106661"><![CDATA[
<blockquote class="uncited"><div>...<br> If I just wasn't looking<br>  in the right place for it, re-run ./configure using the<br>  --with-tcllib='/path/to/libtcl.so' and<br>  --with-tclinc='/path/to/tcl.h' options.<br><br>  See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more<br>  information.</div></blockquote>You have posted the answer.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">    That's it, quoted above.<br><br>Perhaps it will help if you visit:   <a href="http://eggwiki.org/Main_Page" class="postlink">http://eggwiki.org/Main_Page</a><br>and scroll down to :   Tcl related issues<br>and see:<br>"I installed the tcl-dev package but eggdrop doesn't find it on my new operating system (Ubuntu 14, etc.)"<br>and click on it, and read what you find there.<br>That's an example.<br><br>If you need help actually finding the files needed,  then perhaps somebody here can give you commands to help you locate them.   I can't do it off the top of my head.  I either fumble around, or use google.   <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=10420">willyw</a> — Mon Feb 05, 2018 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Amilcar]]></name></author>
		<updated>2018-02-05T08:28:23-04:00</updated>

		<published>2018-02-05T08:28:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106660#p106660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106660#p106660"/>
		<title type="html"><![CDATA[Linux 4.9.0-4-amd64]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106660#p106660"><![CDATA[
configure: error:<br><br>  Tcl cannot be found on this system.<br><br>  Eggdrop requires Tcl and the Tcl development files to compile.<br>  If you already have Tcl installed on this system, make sure you<br>  also have the development files (common package names include<br>  'tcl-dev' and 'tcl-devel'). If I just wasn't looking<br>  in the right place for it, re-run ./configure using the<br>  --with-tcllib='/path/to/libtcl.so' and<br>  --with-tclinc='/path/to/tcl.h' options.<br><br>  See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more<br>  information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12716">Amilcar</a> — Mon Feb 05, 2018 8:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-02-05T01:54:02-04:00</updated>

		<published>2018-02-05T01:54:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106659#p106659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106659#p106659"/>
		<title type="html"><![CDATA[Linux 4.9.0-4-amd64]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106659#p106659"><![CDATA[
What error do you get?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Feb 05, 2018 1:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Amilcar]]></name></author>
		<updated>2018-02-04T17:49:30-04:00</updated>

		<published>2018-02-04T17:49:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106658#p106658</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106658#p106658"/>
		<title type="html"><![CDATA[Linux 4.9.0-4-amd64]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106658#p106658"><![CDATA[
Hello,<br><br>Haw can I install <span style="color:red">eggdrop 1.6.21</span> on shell <span style="color:red">Linux 4.9.0-4-amd64</span> ?<br><br>After ./make I have ERROR<br><br>Thank You  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">  <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=12716">Amilcar</a> — Sun Feb 04, 2018 5:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
