<?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: Adventures in DarwinPorts (Installing Apache2, PHP5, MySQL 4.1, PostgreSQL, and Django)</title>
	<atom:link href="http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/</link>
	<description>Hello.  My name is Noemi Millman, and Triopter is my web development agency.  We handcraft beautiful, dynamic websites.</description>
	<lastBuildDate>Tue, 24 Apr 2012 15:28:52 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Triopter &#187; Six Steps to a Subversion Server on OS X with Darwinports</title>
		<link>http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/comment-page-1/#comment-7</link>
		<dc:creator>Triopter &#187; Six Steps to a Subversion Server on OS X with Darwinports</dc:creator>
		<pubDate>Fri, 29 Dec 2006 06:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/#comment-7</guid>
		<description>[...] Grab Apache 2 off Darwinports and get it running separately from the default OS X Apache 1.3 installation (PHP, MySQL, et al entirely optional). Darwinports&#8217; Apache automatically includes mod_dav, which you&#8217;ll need. [...]</description>
		<content:encoded><![CDATA[<p>[...] Grab Apache 2 off Darwinports and get it running separately from the default OS X Apache 1.3 installation (PHP, MySQL, et al entirely optional). Darwinports&#8217; Apache automatically includes mod_dav, which you&#8217;ll need. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Anderson</title>
		<link>http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/comment-page-1/#comment-6</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Thu, 07 Dec 2006 03:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/#comment-6</guid>
		<description>I didn&#039;t realize it was so simple either, until I tried it. ;-)

And yes, it works fine. I tried just changing the path as you did, but ran into a number of linking issues with the rest of the Darwin Port stuff. In the end it was easier to modify the port itself. I&#039;m surprised no one has fixed it yet.

I tried modifying the Django page, but the software there claimed that my changes were spam. Hrmph.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t realize it was so simple either, until I tried it. <img src='http://triopter.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>And yes, it works fine. I tried just changing the path as you did, but ran into a number of linking issues with the rest of the Darwin Port stuff. In the end it was easier to modify the port itself. I&#8217;m surprised no one has fixed it yet.</p>
<p>I tried modifying the Django page, but the software there claimed that my changes were spam. Hrmph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noemi Millman</title>
		<link>http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/comment-page-1/#comment-5</link>
		<dc:creator>Noemi Millman</dc:creator>
		<pubDate>Wed, 06 Dec 2006 03:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/#comment-5</guid>
		<description>Oh - that sounds a lot more sensible than what I did.   I didn&#039;t realize it was so simple to edit a port.  Thanks for posting that!

I basically followed the &quot;Install Psycopg&quot; instructions at http://code.djangoproject.com/wiki/SetupOnTiger, changing the path in step 7 (and I think the note about mxDateTime) to refer to the path where DarwinPorts installs stuff.  Unfortunately, as I mentioned, I don&#039;t have the exact commands I used.

Did everything work out for you?</description>
		<content:encoded><![CDATA[<p>Oh &#8211; that sounds a lot more sensible than what I did.   I didn&#8217;t realize it was so simple to edit a port.  Thanks for posting that!</p>
<p>I basically followed the &#8220;Install Psycopg&#8221; instructions at <a href="http://code.djangoproject.com/wiki/SetupOnTiger" rel="nofollow">http://code.djangoproject.com/wiki/SetupOnTiger</a>, changing the path in step 7 (and I think the note about mxDateTime) to refer to the path where DarwinPorts installs stuff.  Unfortunately, as I mentioned, I don&#8217;t have the exact commands I used.</p>
<p>Did everything work out for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Anderson</title>
		<link>http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/comment-page-1/#comment-4</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Wed, 06 Dec 2006 03:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/#comment-4</guid>
		<description>Well, I may have solved my issue.

I edited the psycopg port file to reference postgresql81 instead of postgresql8:

/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/python/py-psycopg/Portfile

I also had to change pgsql8 to postgresql81 in that file to reference the proper configuration directory.

Then, from that directory, I did &#039;sudo port install -f current&#039;.

-scott</description>
		<content:encoded><![CDATA[<p>Well, I may have solved my issue.</p>
<p>I edited the psycopg port file to reference postgresql81 instead of postgresql8:</p>
<p>/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/python/py-psycopg/Portfile</p>
<p>I also had to change pgsql8 to postgresql81 in that file to reference the proper configuration directory.</p>
<p>Then, from that directory, I did &#8217;sudo port install -f current&#8217;.</p>
<p>-scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Anderson</title>
		<link>http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/comment-page-1/#comment-3</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Wed, 06 Dec 2006 03:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/adventures-in-darwinports-installing-apache2-php5-mysql-41-postgresql-and-django/#comment-3</guid>
		<description>Oh, man... I really wish you had written that stuff down, because I&#039;m struggling with the exact same problem right now.

I&#039;m trying to compile it manually from the Darwin port of 8.1.5 but with no luck.

-scott</description>
		<content:encoded><![CDATA[<p>Oh, man&#8230; I really wish you had written that stuff down, because I&#8217;m struggling with the exact same problem right now.</p>
<p>I&#8217;m trying to compile it manually from the Darwin port of 8.1.5 but with no luck.</p>
<p>-scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>

