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

	<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>2002-11-28T15:59:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-11-28T15:59:30-04:00</updated>

		<published>2002-11-28T15:59:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13737#p13737</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13737#p13737"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13737#p13737"><![CDATA[
You can do a ldd eggdrop in ~/eggdrop to see exactly what is missing, then go ahead and verify that the libraries are in their proper location. I couldn't get 1.6.13 to compile without a make install for tcl, much to our dismay. I had set TCLLIB and TCLINC, but the make would fail on the linking saying it couldn't locate libtcl8.4.so (which was in the path I exported for TCLLIB).   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Thu Nov 28, 2002 3:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-28T15:37:31-04:00</updated>

		<published>2002-11-28T15:37:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13735#p13735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13735#p13735"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13735#p13735"><![CDATA[
also... im having problems with the 'missing tcl8.4.so' on trying to start the bot... im currently using a bypass method atm (export LD_LIBRARY_PATH). <br>There a way to do it properly so i dont have to do that every time i wanna restart the bot? Bear in mind im not actually the serveradmin atm (a guy i know well is, so if theres anything he needs to do he'll do it) and the system runs like... a seperate 'root' for every user (but i cant edit any of the files, he has to do it) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by Guest — Thu Nov 28, 2002 3:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-27T14:12:15-04:00</updated>

		<published>2002-11-27T14:12:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13691#p13691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13691#p13691"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13691#p13691"><![CDATA[
./configure<br>make<br>make test<br>make install <br><br>and just found logs from it... turns out in the tests, the http.test worked fine... hmmm  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by Guest — Wed Nov 27, 2002 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-27T06:19:06-04:00</updated>

		<published>2002-11-27T06:19:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13672#p13672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13672#p13672"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13672#p13672"><![CDATA[
I hate Tcl package installation. It bugged me while I was installing Trf the other day, which ended in a manual cp operation.<br><br>When you installed Tcl the other day, can you doctate the process you went through (only the commands you typed, in full and in order).<br><br>As a normal install, should provide this p[ackage straight off.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Nov 27, 2002 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-26T20:07:05-04:00</updated>

		<published>2002-11-26T20:07:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13665#p13665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13665#p13665"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13665#p13665"><![CDATA[
source works, w00t<br><br>know how i can get around it properly so it uses package require http again?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Tue Nov 26, 2002 8:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-26T16:12:04-04:00</updated>

		<published>2002-11-26T16:12:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13655#p13655</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13655#p13655"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13655#p13655"><![CDATA[
the version of tcl which eggdrop is using i specified as the install of tcl8.4.1, i just checked and the http.tcl file is there..<br><br>tcl is installed in /usr/local<br>libtcl8.4.so is in /usr/local/lib<br>and the http packages are in /usr/local/lib/tcl8.4/http2.4<br>                                    and /usr/local/lib/tcl8.4/http1.0<br><br>I'll just try doing the 'source' method, see if it works<p>Statistics: Posted by Guest — Tue Nov 26, 2002 4:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-26T06:05:10-04:00</updated>

		<published>2002-11-26T06:05:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13629#p13629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13629#p13629"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13629#p13629"><![CDATA[
Tcl itself, comes with the http package. Tcllib and your eggdrop version will not have any affect on if this package is loaded.<br><br>First thing to make sure, have you compiled eggdrop, with the correct version of Tcl. If you have compiled and linked to the wrong version of Tcl, where http isn't installed, then it won't load.<br><br>Next, has it been installed on the system? Does "locate http.tcl" find it?<br><br>If this all fails, a quick workaround is to use "source /path/to/file/http.tcl"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Nov 26, 2002 6:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-25T20:39:24-04:00</updated>

		<published>2002-11-25T20:39:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13611#p13611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13611#p13611"/>
		<title type="html"><![CDATA[package http problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13611#p13611"><![CDATA[
Hmm... Im kinda new to tcl scripting (not new to eggdrop stuff, been using em for a few years just never had time to get into scripting  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> )<br>but... whenever i try to use a script that utilises the http package in some way (package require http) when i try to start the bot up, i get this error:<br><div class="codebox"><p>Code: </p><pre><code>can't find package http    while executing"package require http"</code></pre></div>This is driving me insane... ive recompiled eggdrop from scratch using 1.6.13, updated tcl to 8.4.1 and tcllib to 1.3, everything else works fine.<br>Any help appreciated as this is driving me MAD  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad"> <br><br>uhh sorry... must contain frustration  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> <br><br>MaZ<p>Statistics: Posted by Guest — Mon Nov 25, 2002 8:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
