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

	<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>2004-12-20T11:27:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T11:27:42-04:00</updated>

		<published>2004-12-20T11:27:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44253#p44253</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44253#p44253"/>
		<title type="html"><![CDATA[Re: might help you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44253#p44253"><![CDATA[
<blockquote class="uncited"><div>I had a sorta same problem with fedora..<br><br>I used this lines<div class="codebox"><p>Code: </p><pre><code>pkg_mkIndex /usr/local/lib/mysqltcl-2.51lappend auto_path /usr/local/lib/mysqltcl-2.51package require mysqltcl 2.51</code></pre></div>Hope that helps you with mysqltcl.<br><br>------------<br>ThePope</div></blockquote>nope, that's unrelated...<br><br>your problem was that [package require] command couldn't find mysqltcl; his problem is that mysqltcl extension (which is already located by [package require]) won't load, because it's been compiled to use Tcl stubs mechanism, and the bot's Tcl interpreter doesn't support that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2004-12-20T04:36:10-04:00</updated>

		<published>2004-12-20T04:36:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44228#p44228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44228#p44228"/>
		<title type="html"><![CDATA[might help you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44228#p44228"><![CDATA[
I had a sorta same problem with fedora..<br><br>I used this lines<div class="codebox"><p>Code: </p><pre><code>pkg_mkIndex /usr/local/lib/mysqltcl-2.51lappend auto_path /usr/local/lib/mysqltcl-2.51package require mysqltcl 2.51</code></pre></div>Hope that helps you with mysqltcl.<br><br>------------<br>ThePope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Mon Dec 20, 2004 4:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-19T21:35:26-04:00</updated>

		<published>2004-12-19T21:35:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44195#p44195</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44195#p44195"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44195#p44195"><![CDATA[
...or, build your eggdrop linking it against libtclstub <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>if you know C, check out tcl.tk docs on how to do it (hint: Tcl_InitStubs()<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 19, 2004 9:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[reddevil]]></name></author>
		<updated>2004-12-19T17:42:52-04:00</updated>

		<published>2004-12-19T17:42:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44178#p44178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44178#p44178"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44178#p44178"><![CDATA[
ok... thx<br><br>I will try that..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5808">reddevil</a> — Sun Dec 19, 2004 5:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-19T10:29:24-04:00</updated>

		<published>2004-12-19T10:29:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44164#p44164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44164#p44164"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44164#p44164"><![CDATA[
that means your (likely pre-compiled) mysqltcl uses Tcl's stub mechanism (which allows extensions to load with different Tcl version or load dynamically with statically linked apps) and your Tcl is compiled with no support for stubs<br><br>try to compile mysqltcl yourself; if you are getting errors, paste it here<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 19, 2004 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[reddevil]]></name></author>
		<updated>2004-12-19T09:27:17-04:00</updated>

		<published>2004-12-19T09:27:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44158#p44158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44158#p44158"/>
		<title type="html"><![CDATA[mysqltcl problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44158#p44158"><![CDATA[
I have searched and searched but not found the sollution for my problem..<br><br>I have mysqltcl 2.30 installed on my debian system (testning) i think it was installed when i installed something else because i cant remember how i got there, anyway..<br><br>When i try to use my .tcl that needs mysqltcl i get this error:<br><blockquote class="uncited"><div>Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads<br>[15:13] --- Loading eggdrop v1.6.17 (Sun Dec 19 2004)<br>[15:13] Listening at telnet port 3996 (all).<br>[15:13] Module loaded: dns<br>[15:13] Module loaded: channels<br>[15:13] Module loaded: server<br>[15:13] Module loaded: ctcp<br>[15:13] Module loaded: irc<br>[15:13] Module loaded: notes            (with lang support)<br>[15:13] Module loaded: console          (with lang support)<br>[15:13] Module loaded: blowfish<br>[15:13] Module loaded: uptime<br>[15:13] Can't load modules libmysqltcl2.30: No start function defined.<br>[15:13] egghttp.tcl API v1.1.0 by strikelight now loaded.<br>[15:13] Tcl error in file 'eggdrop.conf':<br>[15:13] This interpreter does not support stubs-enabled extensions.<br>    while executing<br>"load /usr/lib/mysqltcl-2.30/libmysqltcl2.30.so"<br>    ("package ifneeded" script)<br>    invoked from within<br>"package require mysqltcl $mysql(vers) "<br>    (file "scripts/log.tcl" line 12)<br>    invoked from within<br>"source scripts/log.tcl"<br>    (file "eggdrop.conf" line 1333)<br>[15:13] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</div></blockquote>im out of ideas.. I have tried to install many different modules and nothing seems to work on my debian system, i ALLWAYS get error when compiling, thats why im trying this.. but it doesnt seems to work eather..<br><br>any ideas? thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5808">reddevil</a> — Sun Dec 19, 2004 9:27 am</p><hr />
]]></content>
	</entry>
	</feed>
