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

	<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>2007-12-02T05:50:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2007-12-02T05:50:00-04:00</updated>

		<published>2007-12-02T05:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78908#p78908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78908#p78908"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78908#p78908"><![CDATA[
Astur:<br><br>to my also it happened to me the same, and it was because I do not have activated mysql in my shell probably your you do not count on mysql activated in your shell. if nonaccounts with mysql in your shell, you must request this service to your supplier, normally the prices varies from $1 to monthly 2$.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Sun Dec 02, 2007 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-12-01T19:08:14-04:00</updated>

		<published>2007-12-01T19:08:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78888#p78888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78888#p78888"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78888#p78888"><![CDATA[
@Sir_Fz:<br>In this case, it's not an eggdrop-module, but a native tcl-module.<br><br>@Astur:<br>It is preferrable to use a full or relative path with load, rather than just using the filename (in the latter case, the paths in tcl_libPath are searched for the library file). Try altering<div class="codebox"><p>Code: </p><pre><code>load libtclsqlite3.so</code></pre></div>into something like this (depending on where you placed your libtclsqlite3.so file)<div class="codebox"><p>Code: </p><pre><code>load /eggdrop/libtclsqlite3.so</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Dec 01, 2007 7:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Astur]]></name></author>
		<updated>2007-12-01T19:09:12-04:00</updated>

		<published>2007-12-01T19:04:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78887#p78887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78887#p78887"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78887#p78887"><![CDATA[
As I said, I did this already.<br><br>I downloaded the tcllib (thats all right) and the SQLite TCL bindings called <strong class="text-strong">tclsqlite-3.5.3.so.gz</strong> from <a href="http://www.sqlite.org/download.html" class="postlink">http://www.sqlite.org/download.html</a><br><br>I put the SQLite file into <strong class="text-strong">/eggdrop</strong> or <strong class="text-strong">/modules</strong>, both is not working.<br><br><br><strong class="text-strong"><span style="color:red">EDIT:</span></strong><br><br>I changed <strong class="text-strong">load libtclsqlite3.so</strong> to <strong class="text-strong">load modules/libtclsqlite3.so</strong> and now I get:<br><blockquote class="uncited"><div>[00:08] Tcl error in file 'eggdrop.conf':<br>[00:08] couldn't load file "modules/libtclsqlite3.so": modules/libtclsqlite3.so: undefined symbol: pthread_mutex_trylock<br>    while executing<br>"load modules/libtclsqlite3.so"<br>    (file "eggdrop.conf" line 178)<br>[00:08] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br>Connection closed by foreign host.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9489">Astur</a> — Sat Dec 01, 2007 7:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-12-01T18:53:31-04:00</updated>

		<published>2007-12-01T18:53:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78883#p78883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78883#p78883"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78883#p78883"><![CDATA[
The instructions could not be any clearer:<blockquote class="uncited"><div>Mailbot requires the following prerequisites: <strong class="text-strong">Tcllib</strong> and the <strong class="text-strong">SQLite</strong> TCL bindings.</div></blockquote>You need to install <a href="http://www.sqlite.org/" class="postlink">SQLite</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Dec 01, 2007 6:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Astur]]></name></author>
		<updated>2007-12-01T14:05:25-04:00</updated>

		<published>2007-12-01T14:05:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78876#p78876</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78876#p78876"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78876#p78876"><![CDATA[
It's not working, dunno  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9489">Astur</a> — Sat Dec 01, 2007 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-12-01T13:23:45-04:00</updated>

		<published>2007-12-01T13:23:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78871#p78871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78871#p78871"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78871#p78871"><![CDATA[
When you add new modules to the source, you're supposed to recompile your Eggdrop. This is probably specified in the module's installation.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 01, 2007 1:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Astur]]></name></author>
		<updated>2007-12-01T12:41:10-04:00</updated>

		<published>2007-12-01T12:41:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78869#p78869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78869#p78869"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78869#p78869"><![CDATA[
I did, and I have the modules.<br><br>Where I have to put the libtclsqlite3.so?<br><br>I have it in <strong class="text-strong">/eggdrop</strong> at the moment.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9489">Astur</a> — Sat Dec 01, 2007 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-12-01T11:18:52-04:00</updated>

		<published>2007-12-01T11:18:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78865#p78865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78865#p78865"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78865#p78865"><![CDATA[
<blockquote class="uncited"><div># N.B. Read the 'Installation of Prerequisites' step above in detail,</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 01, 2007 11:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Astur]]></name></author>
		<updated>2007-12-01T10:21:26-04:00</updated>

		<published>2007-12-01T10:21:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78863#p78863</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78863#p78863"/>
		<title type="html"><![CDATA[Mailbot problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78863#p78863"><![CDATA[
Hi guys.<br><br>I need some help setting up the <strong class="text-strong">mailbot</strong> script (<a href="http://www.egghelp.org/files/tcl/desc/1490.desc" class="postlink">click me)</a>.<br><br>I unpacked mailbot-1.01.tar.gz into eggdrop/scripts and edited the conf file.<br><br><br>I also did this: <br><blockquote class="uncited"><div>      Edit the eggdrop configuration file for your bot: include the sqlite module and the script:<br><br>      #<br>      # Load the sqlite TCL bindings module.<br>      # N.B. Read the 'Installation of Prerequisites' step above in detail,<br>      #      if you encounter errors when executing this line.<br>      #<br>      load libtclsqlite3.so<br><br>      #<br>      # Include the tcllib prerequisites.<br>      # If you have the Tcllib normally installed, you may replace<br>      # these with 'package require' lines instead, like so:<br>      #<br>      #   package require aes<br>      #   package require base64<br>      #   package require crc<br>      #<br>      # Though, source lines work just as well <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>      # Just be sure to adjust the paths to suit your system.<br>      #<br>      source tcllib1.10/aes/aes.tcl<br>      source tcllib1.10/base64/base64.tcl<br>      source tcllib1.10/crc/crc32.tcl<br><br>      #<br>      # Finally, include the mailbot script.<br>      # N.B. The scripts/ subdirectory is relative to your location<br>      #      of your eggdrop binary.<br>      #<br>      source scripts/mailbot-1.0/mailbot.tcl</div></blockquote>Now, if I want to start the bot, I only get <br><blockquote class="uncited"><div>[15:15] Tcl error in file 'eggdrop.conf':<br>[15:15] couldn't load file "libtclsqlite3.so": libtclsqlite3.so: cannot open shared object file: No such file or directory<br>    while executing<br>"load libtclsqlite3.so"<br>    (file "eggdrop.conf" line 181)<br>[15:15] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br>Connection closed by foreign host.<br></div></blockquote>dunno what to do  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br><br><br>can some1 help me pls?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9489">Astur</a> — Sat Dec 01, 2007 10:21 am</p><hr />
]]></content>
	</entry>
	</feed>
