<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing PostgreSQL on Leopard using MacPorts</title>
	<atom:link href="http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/feed" rel="self" type="application/rss+xml" />
	<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 05 Mar 2010 14:53:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Adam Christensen</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-5933</link>
		<dc:creator>Adam Christensen</dc:creator>
		<pubDate>Sun, 21 Feb 2010 15:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-5933</guid>
		<description>@Insulinwof - I don&#039;t think I remember seeing the macports error before.  Just as a shot in the dark, did you have macports installed on OSX 10.5 and then upgrade to 10.6?</description>
		<content:encoded><![CDATA[<p>@Insulinwof &#8211; I don&#8217;t think I remember seeing the macports error before.  Just as a shot in the dark, did you have macports installed on OSX 10.5 and then upgrade to 10.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insulinwof</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-5921</link>
		<dc:creator>Insulinwof</dc:creator>
		<pubDate>Sun, 21 Feb 2010 04:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-5921</guid>
		<description>these instructions worked great for me.  many thanks.

question: could you do something similar for upgrade to 8.4.2 via ports?  i have no idea how to do this right.

also: any idea why i&#039;m getting this when i try to do selfupdate:

dlopen(/Library/Tcl/macports1.0/MacPorts.dylib, 10): no suitable image found.  Did find:
	/Library/Tcl/macports1.0/MacPorts.dylib: no matching architecture in universal wrapper
    while executing
&quot;load /Library/Tcl/macports1.0/MacPorts.dylib&quot;
    (&quot;package ifneeded macports 1.0&quot; script)
    invoked from within
&quot;package require macports&quot;
    (file &quot;/opt/local/bin/port&quot; line 39)</description>
		<content:encoded><![CDATA[<p>these instructions worked great for me.  many thanks.</p>
<p>question: could you do something similar for upgrade to 8.4.2 via ports?  i have no idea how to do this right.</p>
<p>also: any idea why i&#8217;m getting this when i try to do selfupdate:</p>
<p>dlopen(/Library/Tcl/macports1.0/MacPorts.dylib, 10): no suitable image found.  Did find:<br />
	/Library/Tcl/macports1.0/MacPorts.dylib: no matching architecture in universal wrapper<br />
    while executing<br />
&#8220;load /Library/Tcl/macports1.0/MacPorts.dylib&#8221;<br />
    (&#8220;package ifneeded macports 1.0&#8243; script)<br />
    invoked from within<br />
&#8220;package require macports&#8221;<br />
    (file &#8220;/opt/local/bin/port&#8221; line 39)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Schofield</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-5597</link>
		<dc:creator>Sean Schofield</dc:creator>
		<pubDate>Thu, 04 Feb 2010 03:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-5597</guid>
		<description>Thanks for the tip re:gem install/compile with mac ports.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip re:gem install/compile with mac ports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Buffett</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-5348</link>
		<dc:creator>Warren Buffett</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-5348</guid>
		<description>If you have older MacPorts you have to do a Macports update

sudo port selfupdate

HTH

Warren</description>
		<content:encoded><![CDATA[<p>If you have older MacPorts you have to do a Macports update</p>
<p>sudo port selfupdate</p>
<p>HTH</p>
<p>Warren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-5323</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Mon, 18 Jan 2010 03:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-5323</guid>
		<description>i was having problems with this and then i tried installing the ruby-pg gem instead.  also using macports on snow leopard your arch will be x86_64 and not i386.  

sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install --remote ruby-pg</description>
		<content:encoded><![CDATA[<p>i was having problems with this and then i tried installing the ruby-pg gem instead.  also using macports on snow leopard your arch will be x86_64 and not i386.  </p>
<p>sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install &#8211;remote ruby-pg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-4320</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Sun, 15 Nov 2009 10:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-4320</guid>
		<description>I was running into issues getting Postgres working nicely with GeoDjango and postgis, and found this tutorial very helpful. Postgres has GIS and spatial mapping capabilities that I am now beginning to explore. The tutorial here is the perfect complement for those interested in hooking Postgres to Django and GeoDjango on Mac OS X.
If interested, check out:
http://geodjango.org/docs/install.html</description>
		<content:encoded><![CDATA[<p>I was running into issues getting Postgres working nicely with GeoDjango and postgis, and found this tutorial very helpful. Postgres has GIS and spatial mapping capabilities that I am now beginning to explore. The tutorial here is the perfect complement for those interested in hooking Postgres to Django and GeoDjango on Mac OS X.<br />
If interested, check out:<br />
<a href="http://geodjango.org/docs/install.html" rel="nofollow">http://geodjango.org/docs/install.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-10-18 &#171; Mike Does Tech</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-4002</link>
		<dc:creator>links for 2009-10-18 &#171; Mike Does Tech</dc:creator>
		<pubDate>Mon, 19 Oct 2009 00:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-4002</guid>
		<description>[...] Installing PostgreSQL on Leopard using MacPorts &#8211; Blog – ShiftEleven sudo port install pgAdmin3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing PostgreSQL on Leopard using MacPorts &#8211; Blog – ShiftEleven sudo port install pgAdmin3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabe</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-2372</link>
		<dc:creator>gabe</dc:creator>
		<pubDate>Tue, 14 Jul 2009 03:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-2372</guid>
		<description>Thanks for this tutorial!  it helped a lot!

Now to figure out pgAdmin...</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial!  it helped a lot!</p>
<p>Now to figure out pgAdmin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceres</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-2298</link>
		<dc:creator>Ceres</dc:creator>
		<pubDate>Wed, 08 Jul 2009 20:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-2298</guid>
		<description>Thanks for this. It helped a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for this. It helped a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cult hero</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports/comment-page-1#comment-1555</link>
		<dc:creator>cult hero</dc:creator>
		<pubDate>Sun, 10 May 2009 18:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-1555</guid>
		<description>Thanks for this guide. I&#039;ve been experimenting with getting the Postgres gem to work with Ruby 1.9.1 and while I got it working fine on Ubuntu, getting it to work on OS X was a little bit more complicated. Thanks to your guide, a slightly modified step did the trick:

sudo env ARCHFLAGS=&#039;-arch i386&#039; POSTGRES_INCLUDE=&#039;/opt/local/include/postgresql83&#039; POSTGRES_LIB=&#039;/opt/local/lib/postgresql83&#039; ruby extconf.rb

(Since I had to modify extconf.rb, libpq-compat.c and postgres.c somewhat I have to do the build steps manually, running &quot;gem&quot; overwrites all my changes.)</description>
		<content:encoded><![CDATA[<p>Thanks for this guide. I&#8217;ve been experimenting with getting the Postgres gem to work with Ruby 1.9.1 and while I got it working fine on Ubuntu, getting it to work on OS X was a little bit more complicated. Thanks to your guide, a slightly modified step did the trick:</p>
<p>sudo env ARCHFLAGS=&#8217;-arch i386&#8242; POSTGRES_INCLUDE=&#8217;/opt/local/include/postgresql83&#8242; POSTGRES_LIB=&#8217;/opt/local/lib/postgresql83&#8242; ruby extconf.rb</p>
<p>(Since I had to modify extconf.rb, libpq-compat.c and postgres.c somewhat I have to do the build steps manually, running &#8220;gem&#8221; overwrites all my changes.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
