<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>No One Thing &#187; mac</title>
	<atom:link href="http://www.bradheintz.com/no1thing/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradheintz.com/no1thing</link>
	<description>Brad Heintz World Headquarters</description>
	<lastBuildDate>Thu, 01 Jul 2010 03:20:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Snow Leopard upgrade, Firefox crash</title>
		<link>http://www.bradheintz.com/no1thing/2009/10/24/snow-leopard-upgrade-firefox-crash/</link>
		<comments>http://www.bradheintz.com/no1thing/2009/10/24/snow-leopard-upgrade-firefox-crash/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:01:33 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.bradheintz.com/no1thing/?p=134</guid>
		<description><![CDATA[I ran across a problem that only seems to happen to people who use Firefox 3.5 (maybe other versions) with profiles (which I do, to separate dev plugins/links from the rest) who upgrade a Mac to Snow Leopard.
When you start Firefox from the command line with:

/Applications/firefox.app/Contents/MacOS/firefox -P whatever &#038;

&#8230;you get a crash that complains about [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across a problem that only seems to happen to people who use Firefox 3.5 (maybe other versions) with profiles (which I do, to separate dev plugins/links from the rest) who upgrade a Mac to Snow Leopard.</p>
<p>When you start Firefox from the command line with:</p>
<pre>
/Applications/firefox.app/Contents/MacOS/firefox -P whatever &#038;
</pre>
<p>&#8230;you get a crash that complains about not having the right version of libsqlite3.dylib.</p>
<p>I did find a fix <a href="http://support.mozilla.com/fi/forum/1/457738" title="Snow Leopard / Firefox crash fix" target="slfffix">here</a>, but you have to dig to find it, so I&#8217;ll lay it out step by step. Open a terminal window (I recommend <a href="http://iterm.sourceforge.net/" title="iTerm" target="iterm">iTerm</a>, but the OS X terminal app will do), and do the following:</p>
<ol>
<li>
<pre>mkdir libsqlite_backup</pre>
</li>
<li>
<pre>cp /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib libsqlite_backup</pre>
</li>
<li>
<pre>cp /usr/lib/libsqlite3.dylib /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib</pre>
</li>
</ol>
<p>Now try restarting Firefox with your desired profile again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheintz.com/no1thing/2009/10/24/snow-leopard-upgrade-firefox-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
