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

	<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>2011-07-23T16:24:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Bloona]]></name></author>
		<updated>2011-07-23T16:24:57-04:00</updated>

		<published>2011-07-23T16:24:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97274#p97274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97274#p97274"/>
		<title type="html"><![CDATA[How do I install sqlite3 so eggdrop knows where it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97274#p97274"><![CDATA[
<strong class="text-strong">Solution:</strong><br><br>[1] Get in your eggdrop folder → lib → latest tcl version → mkdir sqlite3<br><br>Example (Windows): C:\windrop\lib\tcl8.5\sqlite3<br><br>[2] Get the tarball source package which contains TEA from <a href="http://www.sqlite.org/download.html" class="postlink">http://www.sqlite.org/download.html</a><br><br>[3] unpack and cd to the tea dir in the source code folder<br><br>[4] configure and make - you will get 2 files: pkgIndex.tcl and sqlite3XXX.dll where XXX is the latest sqlite3 revision<br><br>[5] move these 2 files into the folder which has been created in step 1<br><br>[6] use "package require sqlite3" as intended<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11738">Bloona</a> — Sat Jul 23, 2011 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bloona]]></name></author>
		<updated>2011-07-23T12:11:38-04:00</updated>

		<published>2011-07-23T12:11:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97272#p97272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97272#p97272"/>
		<title type="html"><![CDATA[How do I install sqlite3 so eggdrop knows where it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97272#p97272"><![CDATA[
I currently face the exact same problem - on Windows.<br><br>I wrote a tcl script which works pretty well in ActiveTCL, but Eggdrop doesn't know the package sqlite3. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>The author of <a href="http://comrade.ownz.com/projects/mailbot.html" class="postlink">Mailbot</a> - another Eggdrop Script which uses sqlite3 - loads the sqlitelib directly, but I couldn't test this yet cause I wasn't able to find a similiar lib for windows yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11738">Bloona</a> — Sat Jul 23, 2011 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tamouse]]></name></author>
		<updated>2011-07-20T00:40:02-04:00</updated>

		<published>2011-07-20T00:40:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97251#p97251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97251#p97251"/>
		<title type="html"><![CDATA[How do I install sqlite3 so eggdrop knows where it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97251#p97251"><![CDATA[
I'm on os x 10.5.8.<br><br>I'm running tcl 8.4, and eggdrop 1.6.20. As I'm very new to tcl, I don't really know how packages and such are installed. I installed sqlite3 from fink, but eggdrop and tcl can't seem to find it with<br><div class="codebox"><p>Code: </p><pre><code>package require sqlite3</code></pre></div>Fink lists a package called sqlite3-tcl, but claims it is obsolete and doesn't actually do anything. When I look for sqlite3 stuff on the mac, I find it all over the place, but the sqlite3 libraries are installed in /sw/lib, as I would expect from fink. There are also sqlite3 binaries in /usr/lib and a bunch of other places in frameworks on the mac. I have searched the documentation as best I could, but could not find anything on installing an sqlite3 package for tcl, nor really where tcl looks for packages.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11732">tamouse</a> — Wed Jul 20, 2011 12:40 am</p><hr />
]]></content>
	</entry>
	</feed>
