<?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 for Geek Chic</title>
	<atom:link href="http://www.jeffreyclarke.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffreyclarke.net/blog</link>
	<description>Dorky.  And also True.</description>
	<lastBuildDate>Mon, 31 Oct 2011 04:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Jeff Clarke</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-622</link>
		<dc:creator>Jeff Clarke</dc:creator>
		<pubDate>Mon, 31 Oct 2011 04:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-622</guid>
		<description>Hey Xavier -- looks like someone responded to your ticket in Trac over at Macports.  Seems like it was related to apache2 not being installed as Universal....</description>
		<content:encoded><![CDATA[<p>Hey Xavier &#8212; looks like someone responded to your ticket in Trac over at Macports.  Seems like it was related to apache2 not being installed as Universal&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Jeff Clarke</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-621</link>
		<dc:creator>Jeff Clarke</dc:creator>
		<pubDate>Mon, 31 Oct 2011 04:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-621</guid>
		<description>Hey Isaac- as far as I know this command 
sudo port install php5 +apache2 +mysql5 +pear +universal

should install everything for you, including php-mysql and mysqld.  Did that not work for you?</description>
		<content:encoded><![CDATA[<p>Hey Isaac- as far as I know this command <br />
sudo port install php5 +apache2 +mysql5 +pear +universal</p>
<p>should install everything for you, including php-mysql and mysqld.  Did that not work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by xavier dagassan</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-620</link>
		<dc:creator>xavier dagassan</dc:creator>
		<pubDate>Mon, 24 Oct 2011 15:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-620</guid>
		<description>Hi,
I try to follow your guide to install a dev environment on my snow leopard 10.6.8 without success with mac port 2.0.3, i  have a problem when i try to install php5

I had a lot of error in the main.log
:info:build Generating phar.php:info:build ld: warning: in /opt/local/apache2/bin/httpd, file is not of required architecture:info:build Undefined symbols for architecture i386::info:build   &quot;_ap_get_brigade&quot;, referenced from::info:build       _php_apache_sapi_read_post in sapi_apache2.o:info:build   &quot;_ap_mpm_query&quot;, referenced from:
....
:info:build       _php_ap2_register_hook in sapi_apache2.o:info:build ld: symbol(s) not found for architecture i386:info:build collect2: ld returned 1 exit status:info:build lipo: can&#039;t open input file: /var/tmp//cctUG9qa.out (No such file or directory):info:build make: *** [libs/libphp5.bundle] Error 1:info:build make: *** Waiting for unfinished jobs....:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/work/php-5.3.8&#039;:info:build shell command &quot; cd &quot;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/work/php-5.3.8&quot; &amp;&amp; /usr/bin/make -j2 -w all &quot; returned error 2:error:build Target org.macports.build returned: shell command failed (see log for details):debug:build Backtrace: shell command failed (see log for details)    while executing&quot;command_exec build&quot;    (procedure &quot;portbuild::build_main&quot; line 8)    invoked from within&quot;$procedure $targetname&quot;:info:build Warning: the following items did not execute (for php5): org.macports.activate org.macports.build org.macports.destroot org.macports.install:notice:build Log for php5 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/main.log

I&#039;ve created a ticket on macport https://trac.macports.org/ticket/31750

If you have an idea!
Thanks!
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I try to follow your guide to install a dev environment on my snow leopard 10.6.8 without success with mac port 2.0.3, i  have a problem when i try to install php5</p>
<p>I had a lot of error in the main.log<br />
:info:build Generating phar.php:info:build ld: warning: in /opt/local/apache2/bin/httpd, file is not of required architecture:info:build Undefined symbols for architecture i386::info:build   &#8220;_ap_get_brigade&#8221;, referenced from::info:build       _php_apache_sapi_read_post in sapi_apache2.o:info:build   &#8220;_ap_mpm_query&#8221;, referenced from:<br />
&#8230;.<br />
:info:build       _php_ap2_register_hook in sapi_apache2.o:info:build ld: symbol(s) not found for architecture i386:info:build collect2: ld returned 1 exit status:info:build lipo: can&#8217;t open input file: /var/tmp//cctUG9qa.out (No such file or directory):info:build make: *** [libs/libphp5.bundle] Error 1:info:build make: *** Waiting for unfinished jobs&#8230;.:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/work/php-5.3.8&#8242;:info:build shell command &#8221; cd &#8220;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/work/php-5.3.8&#8243; &amp;&amp; /usr/bin/make -j2 -w all &#8221; returned error 2:error:build Target org.macports.build returned: shell command failed (see log for details):debug:build Backtrace: shell command failed (see log for details)    while executing&#8221;command_exec build&#8221;    (procedure &#8220;portbuild::build_main&#8221; line 8)    invoked from within&#8221;$procedure $targetname&#8221;:info:build Warning: the following items did not execute (for php5): org.macports.activate org.macports.build org.macports.destroot org.macports.install:notice:build Log for php5 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/main.log</p>
<p>I&#8217;ve created a ticket on macport https://trac.macports.org/ticket/31750</p>
<p>If you have an idea!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Isaac Rivera</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-619</link>
		<dc:creator>Isaac Rivera</dc:creator>
		<pubDate>Wed, 05 Oct 2011 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-619</guid>
		<description>And another one!

If you actually want to access mysql with php5 you better also install the php-myslql package, otherwise no game.

sudo port install php5-mysql 5.3.8 +mysqlnd</description>
		<content:encoded><![CDATA[<p>And another one!</p>
<p>If you actually want to access mysql with php5 you better also install the php-myslql package, otherwise no game.</p>
<p>sudo port install php5-mysql 5.3.8 +mysqlnd</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Isaac Rivera</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-618</link>
		<dc:creator>Isaac Rivera</dc:creator>
		<pubDate>Thu, 08 Sep 2011 08:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-618</guid>
		<description>Then last night I came across a limitation of this setup. No openssl support for php which means you can&#039;t access &quot;https&quot; locations from within a php script. Fortunately, with macports it is very easy to add a step to this tutorial that fixes the issue:

sudo port install php5-openssl

done.
(credit goes to http://ollehost.dk/blog/2010/07/23/thank-you-macports-php5-ssl)</description>
		<content:encoded><![CDATA[<p>Then last night I came across a limitation of this setup. No openssl support for php which means you can&#8217;t access &#8220;https&#8221; locations from within a php script. Fortunately, with macports it is very easy to add a step to this tutorial that fixes the issue:</p>
<p>sudo port install php5-openssl</p>
<p>done.<br />
(credit goes to http://ollehost.dk/blog/2010/07/23/thank-you-macports-php5-ssl)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Jeff Clarke</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-616</link>
		<dc:creator>Jeff Clarke</dc:creator>
		<pubDate>Fri, 18 Mar 2011 05:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-616</guid>
		<description>good catch, Isaac!  Thanks! It&#039;s updated now.</description>
		<content:encoded><![CDATA[<p>good catch, Isaac!  Thanks! It&#8217;s updated now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Jeff Clarke</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-617</link>
		<dc:creator>Jeff Clarke</dc:creator>
		<pubDate>Fri, 18 Mar 2011 05:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-617</guid>
		<description>good catch, Isaac!  Thanks! It&#039;s updated now.</description>
		<content:encoded><![CDATA[<p>good catch, Isaac!  Thanks! It&#8217;s updated now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Web Development Environment on Snow Leopard by Isaac Rivera</title>
		<link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/comment-page-1/#comment-615</link>
		<dc:creator>Isaac Rivera</dc:creator>
		<pubDate>Mon, 07 Mar 2011 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1177#comment-615</guid>
		<description>Great post update jeff. One minor correction: the macports package linked  (MacPorts-1.7.1-10.5-Leopard.dmg) won&#039;t install on snow leopard. Version 1.9.2 will.</description>
		<content:encoded><![CDATA[<p>Great post update jeff. One minor correction: the macports package linked  (MacPorts-1.7.1-10.5-Leopard.dmg) won&#8217;t install on snow leopard. Version 1.9.2 will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Wave Cinema by Jeff Clarke</title>
		<link>http://www.jeffreyclarke.net/blog/2009/10/google-wave-cinema/comment-page-1/#comment-612</link>
		<dc:creator>Jeff Clarke</dc:creator>
		<pubDate>Tue, 01 Feb 2011 02:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1164#comment-612</guid>
		<description>a comment</description>
		<content:encoded><![CDATA[<p>a comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fool&#8217;s Gold &#8211; &#8220;Surprise Hotel&#8221; by Polish Marble West Palm Beach</title>
		<link>http://www.jeffreyclarke.net/blog/2009/09/fools-gold-surprise-hotel/comment-page-1/#comment-611</link>
		<dc:creator>Polish Marble West Palm Beach</dc:creator>
		<pubDate>Wed, 29 Dec 2010 14:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffreyclarke.net/blog/?p=1154#comment-611</guid>
		<description>Fool’s Gold – “Surprise Hotel”</description>
		<content:encoded><![CDATA[<p>Fool’s Gold – “Surprise Hotel”</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.763 seconds -->

