<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Getting sqlite3 to work on Tiger with Rails 2.1.0</title>
	<atom:link href="http://scottmotte.com/archives/77/feed" rel="self" type="application/rss+xml" />
	<link>http://scottmotte.com/archives/77</link>
	<description>codes a lot</description>
	<pubDate>Fri, 05 Dec 2008 00:59:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mark Dodwell</title>
		<link>http://scottmotte.com/archives/77#comment-284</link>
		<dc:creator>Mark Dodwell</dc:creator>
		<pubDate>Wed, 10 Sep 2008 07:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=77#comment-284</guid>
		<description>I accidentally installed a version of sqlite *over* the top of my system's one. I'm on OS X 10.4 and it has pretty much broken most of the applications (I think they all use CoreData which uses some of the sqlite libs). Does anybody have any ideas for how I can restore the original version without a complete reinstall of the OS?

I believe that the OS X 10.4 version comes with a patched version of sqlite 3.1.3. Perhaps I could obtain that from somewhere? I have hunted high and low on the Internet with no luck.

Any ideas welcome!!</description>
		<content:encoded><![CDATA[<p>I accidentally installed a version of sqlite *over* the top of my system&#8217;s one. I&#8217;m on OS X 10.4 and it has pretty much broken most of the applications (I think they all use CoreData which uses some of the sqlite libs). Does anybody have any ideas for how I can restore the original version without a complete reinstall of the OS?</p>
<p>I believe that the OS X 10.4 version comes with a patched version of sqlite 3.1.3. Perhaps I could obtain that from somewhere? I have hunted high and low on the Internet with no luck.</p>
<p>Any ideas welcome!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://scottmotte.com/archives/77#comment-165</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Thu, 10 Jul 2008 06:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=77#comment-165</guid>
		<description>Thanks alot, I kept looking for a binary install, but as always, its just easier to compile. DOH!!!</description>
		<content:encoded><![CDATA[<p>Thanks alot, I kept looking for a binary install, but as always, its just easier to compile. DOH!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://scottmotte.com/archives/77#comment-158</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Sat, 05 Jul 2008 18:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=77#comment-158</guid>
		<description>Hi Ian. I'm not sure what could still be the problem. I've never dealt with OS X Server.

Did you first uninstall the sqlite3-ruby gem via sudo gem uninstall sqlite3-ruby?

Then after doing the curl, and make, and sudo make, did you then reinstall the sqlite3-ruby gem by doing sudo gem install sqlite3?

What happens when you type ****sqlite3**** into your terminal?</description>
		<content:encoded><![CDATA[<p>Hi Ian. I&#8217;m not sure what could still be the problem. I&#8217;ve never dealt with OS X Server.</p>
<p>Did you first uninstall the sqlite3-ruby gem via sudo gem uninstall sqlite3-ruby?</p>
<p>Then after doing the curl, and make, and sudo make, did you then reinstall the sqlite3-ruby gem by doing sudo gem install sqlite3?</p>
<p>What happens when you type ****sqlite3**** into your terminal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Piper</title>
		<link>http://scottmotte.com/archives/77#comment-154</link>
		<dc:creator>Ian Piper</dc:creator>
		<pubDate>Sat, 05 Jul 2008 10:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=77#comment-154</guid>
		<description>Thanks for the notes on this. I have also been having real problems in this area. I installed the whole ruby-gem-rails toolset and don't seem to be able to get sqlite3 going. I installed v3.5.9 of sqlite3-ruby but still get this kind of message when doing a migration:

morse:/Users/Shared/software/addressbook rubyrails$ rake db:migrate
(in /Users/Shared/software/addressbook)
rake aborted!
no such file to load -- sqlite3/database

This is on a Mac OS X Server box btw. I think I may have to resort to MySQL.</description>
		<content:encoded><![CDATA[<p>Thanks for the notes on this. I have also been having real problems in this area. I installed the whole ruby-gem-rails toolset and don&#8217;t seem to be able to get sqlite3 going. I installed v3.5.9 of sqlite3-ruby but still get this kind of message when doing a migration:</p>
<p>morse:/Users/Shared/software/addressbook rubyrails$ rake db:migrate<br />
(in /Users/Shared/software/addressbook)<br />
rake aborted!<br />
no such file to load &#8212; sqlite3/database</p>
<p>This is on a Mac OS X Server box btw. I think I may have to resort to MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://scottmotte.com/archives/77#comment-64</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=77#comment-64</guid>
		<description>Thanks man.  That was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks man.  That was very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
