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

	<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>2006-10-29T10:54:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-29T10:54:54-04:00</updated>

		<published>2006-10-29T10:54:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67526#p67526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67526#p67526"/>
		<title type="html"><![CDATA[Eggdrop Installation not finding TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67526#p67526"><![CDATA[
You still need to install tcl, that's kind of obvious.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Oct 29, 2006 10:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fth]]></name></author>
		<updated>2006-10-29T06:19:32-04:00</updated>

		<published>2006-10-29T06:19:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67503#p67503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67503#p67503"/>
		<title type="html"><![CDATA[Eggdrop Installation not finding TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67503#p67503"><![CDATA[
had same problem,<br>i'm useing pld distrib ( poldek ) and installed eggdrop with --gredy<br><br>~poldek install -G eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8323">fth</a> — Sun Oct 29, 2006 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-22T04:59:32-04:00</updated>

		<published>2006-10-22T04:59:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67318#p67318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67318#p67318"/>
		<title type="html"><![CDATA[Eggdrop Installation not finding TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67318#p67318"><![CDATA[
Presumably mandrivel has a tcl *package* so just install the correct package for your distro.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Oct 22, 2006 4:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pontiac]]></name></author>
		<updated>2006-10-22T00:53:15-04:00</updated>

		<published>2006-10-22T00:53:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67317#p67317</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67317#p67317"/>
		<title type="html"><![CDATA[Eggdrop Installation not finding TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67317#p67317"><![CDATA[
I'm attempting to install an eggdrop on my linux machine here at home.  Its running Mandriva 2007.  I am new to Linux, and I've successfully done an Eggdrop install once on another version of Mandriva and Ubuntu without running into this particular issue. Heres what I've done;<br><br>This is a fresh install of Mandriva.  NOTHING else has been installed.  I have internet access, the graphics are working, I'm hooked up with SSH, and everything seems pretty sound.  So, as root in a shell, extract the archives, and run <strong class="text-strong">./configure</strong><br><br>When it goes through a couple screens of text, it shows me an error telling me that it can't continue because it requires TCL.  So I go hunt up the sites via google as to where I can get and install (With help) TCL.  <br><br>I find this -&gt; <a href="http://www.tcl.tk/software/tcltk/" class="postlink">http://www.tcl.tk/software/tcltk/</a><br><br>So I go and read all this, and down at the bottom it tells me how I can check what version of TCL I have on the machine, assuming its on the machine.  It comes back showing me version <strong class="text-strong">8.4.13</strong>.  Its close to the same version as what I was able to download.  So, scratching my head, I decided to hunt up the configure told me to look for.  I ran <strong class="text-strong">updatedb</strong> as root, and ran <strong class="text-strong">locate libtcl.so</strong> and <strong class="text-strong">locate tcl.h</strong> and neither came back with a result.<br><br>I went and did the RTFM thing in the doc/COMPILE-GUIDE and went to the TCL web site and in there told me to go online to look at the readme for instructions to do the install of TCL.  My thinking is to just aim to find out where TCL lives on the machine, so I can get the installation going.  After a few clicks, I came to this site: <a href="http://sourceforge.net/docman/display_doc.php?docid=958&amp;group_id=10894" class="postlink">http://sourceforge.net/docman/display_d ... p_id=10894</a> which is the online readme.  Inside there, theres a couple of links that point to real installation instructions.  One of them is <a href="http://dev.scriptics.com/software/tcltk/8.4.html" class="postlink">this one</a> and it tells me its down for construction.<br><br>Where do I go from here to get TCL running?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8310">Pontiac</a> — Sun Oct 22, 2006 12:53 am</p><hr />
]]></content>
	</entry>
	</feed>
