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

	<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>2012-07-10T23:08:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2012-07-10T23:08:29-04:00</updated>

		<published>2012-07-10T23:08:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99715#p99715</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99715#p99715"/>
		<title type="html"><![CDATA[Sigh... Eggdrop for Dummies?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99715#p99715"><![CDATA[
Hey<br><br>Depending on your operating system log in as root using putty and execute one of the following<br><br>For operating systems with aptitude such as debian based, including ubuntu  use apt-get install tcl8.5-dev<br><br>For operating systems such as RedHat, Fedora, CentOS  use yum install tcl8.5-dev<br><br>Once this has been installed you should be able to successfully install your eggdrop if you dont have root access you will need to contact your hosting provider and ask them to install it for you<br><br>Hope this helps you out<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Tue Jul 10, 2012 11:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2012-07-09T13:45:17-04:00</updated>

		<published>2012-07-09T13:45:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99708#p99708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99708#p99708"/>
		<title type="html"><![CDATA[Sigh... Eggdrop for Dummies?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99708#p99708"><![CDATA[
For what you are describing, eggdrop might be a bit overworked for your needs. That said, the most common reasons for the error you are experiencing are the following:<ul><li>You've installed tcl using a packet-manager (apt-get, yum, dpkg, etc), but forgot to install the dev or devel package (usually called tcl-dev or tcl-devel).</li><li>You've compiled and installed tcl yourself, but installed it to a non-standard location (like your home directory). In this case, you should use the --with-tcllib and --with-tclinc options when running (eggdrop's) ./configure to point it to where these files are located. You'll also have to do a few tricks using the environment variable LD_LIBRARY_PATH to let the built eggdrop binary find the libs later on.</li><li>You've downloaded and unpacked the tcl-sources, but didn't build and/or install them. In this case, you need to build (compile) tcl first, install it in an appropriate location (see the docs that comes with tcl, though "make install" usually works well enough); then proceed with building eggdrop.</li></ul>You should <strong class="text-strong">not</strong> have to copy or place any tcl-libraries in your eggdrop source folder; eggdrop won't look for these files there anyway.<br><br>If your linux distribution has a packet-manager supplying the tcl-libraries and devel-files, and you've got root or admin access, installing tcl this way is probably the easiest way forward.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Jul 09, 2012 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TheAnt317]]></name></author>
		<updated>2012-07-08T20:09:40-04:00</updated>

		<published>2012-07-08T20:09:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99706#p99706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99706#p99706"/>
		<title type="html"><![CDATA[Sigh... Eggdrop for Dummies?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99706#p99706"><![CDATA[
I'm really sorry if I come off as a dummy for this, but I've never set up anything like this. <strong class="text-strong">All I want</strong> is a remote IRC bot that can log a whole <strong class="text-strong">one</strong> channel so that I can use the logs for mIRCStats. A Google search turned up Eggdrop and my mind proceeded to be fried.<br><br>Anyway, I've followed Egghelp.org's setup guide and managed to get to the ./configure part. After doing so, this pops up:<br><div class="codebox"><p>Code: </p><pre><code>configure: error:  Tcl cannot be found on this system.  Eggdrop requires Tcl and the Tcl development files to compile.  If you already have Tcl installed on this system, make sure you  also have the development files (common package names include  'tcl-dev' and 'tcl-devel'). If I just wasn't looking  in the right place for it, re-run ./configure using the  --with-tcllib='/path/to/libtcl.so' and  --with-tclinc='/path/to/tcl.h' options.  See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more information.</code></pre></div>I tried what it said and it didn't work. Copied the Tcl8.5.11 folder from the main folder into the eggdrop1.6.21 folder and it didn't work. Installed ActiveTcl 8.5.11 and tried to navigate it there and it didn't work.<br><br><br>This is all far too complicated and frustrating for trying to set up an extremely basic (idling) task. I've literally tried at this for hours and gotten nowhere. I'm fresh out of ideas and don't know what to do now.<br><br>Any help is greatly appreciated. Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12030">TheAnt317</a> — Sun Jul 08, 2012 8:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
