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

	<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>2009-12-07T06:43:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[saibalban2]]></name></author>
		<updated>2009-12-07T06:43:04-04:00</updated>

		<published>2009-12-07T06:43:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91225#p91225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91225#p91225"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91225#p91225"><![CDATA[
In  your case copy the folder /usr/local/lib/mysqltcl3.05/ to /usr/local/lib/tcl8.5.4 with cp -arv. <br>Everything should work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11006">saibalban2</a> — Mon Dec 07, 2009 6:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[saibalban2]]></name></author>
		<updated>2009-12-07T06:41:12-04:00</updated>

		<published>2009-12-07T06:41:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91224#p91224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91224#p91224"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91224#p91224"><![CDATA[
Simply copy the content of /usr/lib/mysqltcl-3.05 folder to /usr/lib/tcl$ver/. All tcl packages are located  typically under /usr/lib/tcl$ver folder. Tcl will be able to locate your mysqltcl package from there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11006">saibalban2</a> — Mon Dec 07, 2009 6:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[broodv2]]></name></author>
		<updated>2009-10-02T10:26:40-04:00</updated>

		<published>2009-10-02T10:26:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90409#p90409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90409#p90409"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90409#p90409"><![CDATA[
I upgraded my pc from fedora 6 to fedora 11.<br><br>I did a fresh install.<br><br>I installed tcl8.5.4, seems to work correct.<br><br>The problem starts with mysqltcl 3.05.<br><br>So with fedora 6, I started my bot and it all worked, <br>the script haves the code:<br><div class="codebox"><p>Code: </p><pre><code>package require mysqltcl</code></pre></div>Now, with fedora 11, when I start the bot i get:<blockquote class="uncited"><div>can't find package mysqltcl </div></blockquote>When I change the code into:<div class="codebox"><p>Code: </p><pre><code>load /usr/local/lib/mysqltcl3.05/libmysqltcl.so</code></pre></div>the bot starts with no error.<br><br>Now according to this threath:<blockquote class="uncited"><div><a href="http://forum.egghelp.org/viewtopic.php?t=16946" class="postlink">http://forum.egghelp.org/viewtopic.php?t=16946</a></div></blockquote>Someone says mysqltcl is probably installed in a location where tcl does not look for packages.<br><br>So I probably need to install it to my tcl8.5.4 folder, which is:<br> <blockquote class="uncited"><div>/usr/local/lib/tcl8.5.4</div></blockquote>So if the above is right, my question is, how can I install it to that folder?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10886">broodv2</a> — Fri Oct 02, 2009 10:26 am</p><hr />
]]></content>
	</entry>
	</feed>
