<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Geek Chic - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-43d79c31" type="application/json"/><link>http://geekchic.disqus.com/</link><description></description><atom:link href="http://geekchic.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 31 Oct 2011 00:03:22 -0000</lastBuildDate><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-351752839</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Clarke</dc:creator><pubDate>Mon, 31 Oct 2011 00:03:22 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-351752576</link><description>Hey Isaac- as far as I know this command &lt;br&gt;sudo port install php5 +apache2 +mysql5 +pear +universal&lt;br&gt;&lt;br&gt;should install everything for you, including php-mysql and mysqld.  Did that not work for you?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Clarke</dc:creator><pubDate>Mon, 31 Oct 2011 00:02:19 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-342643042</link><description>Hi,&lt;br&gt;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&lt;br&gt;&lt;br&gt;I had a lot of error in the main.log&lt;br&gt;: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   "_ap_get_brigade", referenced from::info:build       _php_apache_sapi_read_post in sapi_apache2.o:info:build   "_ap_mpm_query", referenced from:&lt;br&gt;....&lt;br&gt;: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'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':info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php5/php5/work/php-5.3.8" &amp;amp;&amp;amp; /usr/bin/make -j2 -w all " 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"command_exec build"    (procedure "portbuild::build_main" line 8)    invoked from within"$procedure $targetname":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&lt;br&gt;&lt;br&gt;I've created a ticket on macport &lt;a href="https://trac.macports.org/ticket/31750" rel="nofollow"&gt;https://trac.macports.org/tick...&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you have an idea!&lt;br&gt;Thanks!&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavier dagassan</dc:creator><pubDate>Mon, 24 Oct 2011 11:47:48 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-327267524</link><description>And another one!&lt;br&gt;&lt;br&gt;If you actually want to access mysql with php5 you better also install the php-myslql package, otherwise no game.&lt;br&gt;&lt;br&gt;sudo port install php5-mysql 5.3.8 +mysqlnd</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Isaac Rivera</dc:creator><pubDate>Wed, 05 Oct 2011 13:05:07 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-304811444</link><description>Then last night I came across a limitation of this setup. No openssl support for php which means you can't access "https" locations from within a php script. Fortunately, with macports it is very easy to add a step to this tutorial that fixes the issue:&lt;br&gt;&lt;br&gt;sudo port install php5-openssl&lt;br&gt;&lt;br&gt;done.&lt;br&gt;(credit goes to &lt;a href="http://ollehost.dk/blog/2010/07/23/thank-you-macports-php5-ssl)" rel="nofollow"&gt;http://ollehost.dk/blog/2010/0...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Isaac Rivera</dc:creator><pubDate>Thu, 08 Sep 2011 04:03:35 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-167495864</link><description>good catch, Isaac!  Thanks! It's updated now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Clarke</dc:creator><pubDate>Fri, 18 Mar 2011 01:40:40 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-167495817</link><description>good catch, Isaac!  Thanks! It's updated now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Clarke</dc:creator><pubDate>Fri, 18 Mar 2011 01:40:28 -0000</pubDate></item><item><title>Re: A Web Development Environment on Snow Leopard</title><link>http://www.jeffreyclarke.net/blog/2011/02/a-web-developmen-environment-on-snow-leopard/#comment-161692916</link><description>Great post update jeff. One minor correction: the macports package linked  (MacPorts-1.7.1-10.5-Leopard.dmg) won't install on snow leopard. Version 1.9.2 will.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Isaac Rivera</dc:creator><pubDate>Mon, 07 Mar 2011 05:35:19 -0000</pubDate></item><item><title>Re: Clowning Around</title><link>http://www.jeffreyclarke.net/blog/2009/04/clowning-around/#comment-63971137</link><description>much appreciated lots, I have to say your blog is fantastic!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Farrah Sauriol</dc:creator><pubDate>Mon, 31 May 2010 10:46:06 -0000</pubDate></item><item><title>Re: Better than the last 3 Star Wars Movies</title><link>http://www.jeffreyclarke.net/blog/2008/07/better-than-the-last-3-star-wars-movies/#comment-63971073</link><description>Can't wait to obtain the new star wars theme on my Tom Tom GPS. Looks like It is cool!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Buddy Byrley</dc:creator><pubDate>Thu, 06 May 2010 11:54:42 -0000</pubDate></item><item><title>Re: Steve Jobs is Not Dead</title><link>http://www.jeffreyclarke.net/blog/2008/08/steve-jobs-is-not-dead/#comment-63971107</link><description>It's nice to see people put effort into their blogs, well written</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aurelio Welner</dc:creator><pubDate>Tue, 04 May 2010 23:26:25 -0000</pubDate></item><item><title>Re: A Web Development Server Environment on Leopard</title><link>http://www.jeffreyclarke.net/blog/2009/06/a-web-development-server-environment-on-leopard/#comment-63971148</link><description>Thanks a lot! If you have anything to add / modify, please let me know :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff</dc:creator><pubDate>Sat, 17 Apr 2010 14:01:18 -0000</pubDate></item><item><title>Re: A Web Development Server Environment on Leopard</title><link>http://www.jeffreyclarke.net/blog/2009/06/a-web-development-server-environment-on-leopard/#comment-63971145</link><description>I am very glad to see that you are putting so much of effort for encouraging the readers with valueable posts like this, I have sent this post to my facebook accounts.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mac leopard</dc:creator><pubDate>Sat, 17 Apr 2010 07:41:38 -0000</pubDate></item><item><title>Re: Jailbreak!</title><link>http://www.jeffreyclarke.net/blog/2008/08/jailbreak/#comment-63971099</link><description>Im hoping to get my ipad in a week or two and hoping to have it jail broken less then a week after that.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kacy Uhde</dc:creator><pubDate>Sat, 03 Apr 2010 23:33:42 -0000</pubDate></item><item><title>Re: A Web Development Server Environment on Leopard</title><link>http://www.jeffreyclarke.net/blog/2009/06/a-web-development-server-environment-on-leopard/#comment-63971142</link><description>Wow!,
&lt;br&gt;Nice to be here.Fine effort buddy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sara Bruce</dc:creator><pubDate>Sun, 21 Mar 2010 06:49:17 -0000</pubDate></item><item><title>Re: Google Wave Cinema</title><link>http://www.jeffreyclarke.net/blog/2009/10/google-wave-cinema/#comment-63971168</link><description>This is hilarious. The internet makes it so much easier to be creative!
&lt;br&gt;
&lt;br&gt;Or is it, rather, that it makes it so much easier to express our pre-exiting creativity!
&lt;br&gt;
&lt;br&gt;And then: what happens if we're not creative at all? We just use Google Wave for business. Gah.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Tue, 23 Feb 2010 12:32:01 -0000</pubDate></item><item><title>Re: The App Store and Apple&amp;#8217;s Recent Behavior</title><link>http://www.jeffreyclarke.net/blog/2009/07/the-app-store-and-apples-recent-behavior/#comment-63971162</link><description>solid post , really good perspective on the subject and very well written, this certainly has put a spin on my day, many thanks from the USA and observe up the good work</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">michelle lee</dc:creator><pubDate>Fri, 18 Dec 2009 18:25:19 -0000</pubDate></item><item><title>Re: Awful Tatoos</title><link>http://www.jeffreyclarke.net/blog/2008/08/awful-tatoos/#comment-63971085</link><description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sandrar</dc:creator><pubDate>Thu, 10 Sep 2009 09:48:12 -0000</pubDate></item><item><title>Re: Geek Chic, Blogging and Me</title><link>http://www.jeffreyclarke.net/blog/2009/08/geek-chic-blogging-and-me/#comment-63971167</link><description>I might just have to do that :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heather</dc:creator><pubDate>Mon, 24 Aug 2009 15:37:18 -0000</pubDate></item><item><title>Re: Geek Chic, Blogging and Me</title><link>http://www.jeffreyclarke.net/blog/2009/08/geek-chic-blogging-and-me/#comment-63971166</link><description>Thanks Heather! I'm still curious what your article says, though.  Want to post it here as a guest author?  You're more than welcome.  I think you represent about 25% of the readership for this blog :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff</dc:creator><pubDate>Mon, 24 Aug 2009 13:28:41 -0000</pubDate></item><item><title>Re: Geek Chic, Blogging and Me</title><link>http://www.jeffreyclarke.net/blog/2009/08/geek-chic-blogging-and-me/#comment-63971165</link><description>Thanks for giving thought the the purpose of a blog. Just that exercise makes it worth reading. I recently wrote what was essentially an outline for an article on why Blogs are a horrible thing...ironically, I had nowhere to post it...but this gives me some second thoughts.
&lt;br&gt;
&lt;br&gt;Glad your speaking so clearly, so intelligently, so thoughtfully. Makes it nice to listen.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heather</dc:creator><pubDate>Mon, 24 Aug 2009 13:21:19 -0000</pubDate></item><item><title>Re: Official State Rock Song?</title><link>http://www.jeffreyclarke.net/blog/2009/04/official-state-rock-song/#comment-63971141</link><description>Yeah, but have you checked out this Toursim video? The soundtrack is amazing!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Spencer Sloe</dc:creator><pubDate>Fri, 01 May 2009 11:43:44 -0000</pubDate></item><item><title>Re: Lacoste</title><link>http://www.jeffreyclarke.net/blog/2009/04/lacoste/#comment-63971133</link><description>Keep up the good work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dalila</dc:creator><pubDate>Wed, 22 Apr 2009 16:14:32 -0000</pubDate></item><item><title>Re: The Prisoner</title><link>http://www.jeffreyclarke.net/blog/2009/01/the-prisoner/#comment-63971125</link><description>Yesssssss! Got the first disc from netflix and LOVING it. Thanks for the heads up!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannell</dc:creator><pubDate>Mon, 02 Feb 2009 21:50:38 -0000</pubDate></item><item><title>Re: Some Cheese With Your Whine?</title><link>http://www.jeffreyclarke.net/blog/2008/11/some-cheese-with-your-whine/#comment-63971122</link><description>Sorry, this isn't exactly about you. I choose to use some Google services myself (as stated already). It's just the general vibe I get from the public. I had to use the Google messenger service for a job I had for a while to communicate with the other employees in different departments. The fact that I also had to sign up for a gmail account is wrong, but whatever. Why should I have to sign up for two services to use one? It's because they are unethically suck you into the Google world. That's the only explanation. So, here's to Yahoo for not doing that. Uh oh, I stuck up for Yahoo on one point. I better hide now.
&lt;br&gt;
&lt;br&gt;The problem is not that anybody ever uses anything they offer. The problem I perceive is that the general public acts like there's no other Internet entity out there besides Google. I've actually heard people say, "I 'Googled' something the other day and it seemed like it was blocking certain results so I didn't know what to do." I had to break the news to them that there are other search engines out there. I knew some would feel like I was committing blasphemy to suggest such. And then the attitude, "Sure, other companies can introduce a cool feature (and I'm not just talking about AOL here) and Google can copy it and we'll thank Google for creating it. Thank you, almighty Google! Without you there would be nothing. All would be desolate. All the Internet would be a barren wasteland without you condescending to our level and gracing us with all you have to offer." Jeff, if you don't have that attitude that's fine. But I do get that vibe from lots of other people all the time . . . more so than with the Unix thing even.
&lt;br&gt;
&lt;br&gt;You seem to catch some of the nuances here. I'm sort of talking to everyone here but ended up using your own site as a sounding board. Don't take it personally. No, the mere fact alone of using gmail does not make you a zombie. But if you think I am saying that then my point is being missed.
&lt;br&gt;
&lt;br&gt;"I’d like to see a little more old-school competition on the web again."
&lt;br&gt;
&lt;br&gt;You can help that come about by mixing it up with other companies out there. Completely jettisoning your usage of all Google services is not the answer . . . although I do know heavy Internet users who don't use any Google services at all (not myself since I do use some) and they get along just fine.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian</dc:creator><pubDate>Wed, 17 Dec 2008 13:34:54 -0000</pubDate></item></channel></rss>
