<?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 Nextmarvel</title>
	<atom:link href="http://nextmarvel.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nextmarvel.net/blog</link>
	<description>The Blog of a Creative Agency</description>
	<lastBuildDate>Fri, 04 May 2012 16:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by hep1989</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-32</link>
		<dc:creator>hep1989</dc:creator>
		<pubDate>Fri, 04 May 2012 16:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-32</guid>
		<description>hi didn&#039;t work for me..looking for help </description>
		<content:encoded><![CDATA[<p>hi didn&#8217;t work for me..looking for help </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by Wez</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-30</link>
		<dc:creator>Wez</dc:creator>
		<pubDate>Thu, 12 Apr 2012 22:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-30</guid>
		<description>Thanks dude. This sorted me out.  </description>
		<content:encoded><![CDATA[<p>Thanks dude. This sorted me out.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by Anonymous</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-29</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 23 Mar 2012 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-29</guid>
		<description> Really nice advice!</description>
		<content:encoded><![CDATA[<p> Really nice advice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling the MySQL2 gem on OS X with any version of MAMP by Manuel Fittko</title>
		<link>http://nextmarvel.net/blog/2011/07/compiling-the-mysql2-gem-on-os-x-with-any-version-of-mamp/#comment-28</link>
		<dc:creator>Manuel Fittko</dc:creator>
		<pubDate>Tue, 20 Mar 2012 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=112#comment-28</guid>
		<description>I just found out that installing mysql via (home)brew and using MAMP&#039;s my-large.cnf file as global mysql config file by placing it in /etc/ as my.cnf does the job, too...

1. brew install mysql
2. sudo cp /Applications/MAMP/Library/support-files/my-large.cnf  /etc/my.cnf
3. sudo gem install mysql2 --version=0.2.7 -- --with-mysql-dir=/usr/local/mysql
( I also specified the socket in the database.yml like Paul did)

And don&#039;t ask me why you should install both MAMP and standard mysql, it was the only way to go for me, since nothing else worked.</description>
		<content:encoded><![CDATA[<p>I just found out that installing mysql via (home)brew and using MAMP&#8217;s my-large.cnf file as global mysql config file by placing it in /etc/ as my.cnf does the job, too&#8230;</p>
<p>1. brew install mysql<br />
2. sudo cp /Applications/MAMP/Library/support-files/my-large.cnf  /etc/my.cnf<br />
3. sudo gem install mysql2 &#8211;version=0.2.7 &#8212; &#8211;with-mysql-dir=/usr/local/mysql<br />
( I also specified the socket in the database.yml like Paul did)</p>
<p>And don&#8217;t ask me why you should install both MAMP and standard mysql, it was the only way to go for me, since nothing else worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by Karl Mendes</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-27</link>
		<dc:creator>Karl Mendes</dc:creator>
		<pubDate>Wed, 07 Mar 2012 07:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-27</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by David Frey</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-25</link>
		<dc:creator>David Frey</dc:creator>
		<pubDate>Thu, 16 Feb 2012 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-25</guid>
		<description>This is a lifesaver; however, I discovered I had mismatch problems that surfaced when trying to use pg_dump, so I found the following pattern useful for tracking down binaries manually:

ls -1 `which pg_dump &#124; xargs dirname`/pg*

In my case I still had pg_config, pg_dump, pg_dumpall, pg_restore, and pg_upgrade left behind in /usr/bin, probably due to some tinkering before stumbling onto your shell script.</description>
		<content:encoded><![CDATA[<p>This is a lifesaver; however, I discovered I had mismatch problems that surfaced when trying to use pg_dump, so I found the following pattern useful for tracking down binaries manually:</p>
<p>ls -1 `which pg_dump | xargs dirname`/pg*</p>
<p>In my case I still had pg_config, pg_dump, pg_dumpall, pg_restore, and pg_upgrade left behind in /usr/bin, probably due to some tinkering before stumbling onto your shell script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by 0101</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-24</link>
		<dc:creator>0101</dc:creator>
		<pubDate>Wed, 15 Feb 2012 12:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-24</guid>
		<description>Nothing happened when I did this, I just ran brew install postgres (MacBook Air 2011) and ran the 3 commands on the post install info to automatically start the server.</description>
		<content:encoded><![CDATA[<p>Nothing happened when I did this, I just ran brew install postgres (MacBook Air 2011) and ran the 3 commands on the post install info to automatically start the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by Janko</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-23</link>
		<dc:creator>Janko</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-23</guid>
		<description>This fixes it. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This fixes it. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by Anentropic</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-22</link>
		<dc:creator>Anentropic</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-22</guid>
		<description>Thank you so much!! Fixed this mystifying problem for me</description>
		<content:encoded><![CDATA[<p>Thank you so much!! Fixed this mystifying problem for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Install Postgresql on OS X Lion by Faizan</title>
		<link>http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion/#comment-21</link>
		<dc:creator>Faizan</dc:creator>
		<pubDate>Sat, 14 Jan 2012 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://nextmarvel.net/blog/?p=126#comment-21</guid>
		<description>Accidentally ran the script twice and I think it has wiped the system Postgres installation. Does anyone know if I should consider reinstalling Lion? Thanks.</description>
		<content:encoded><![CDATA[<p>Accidentally ran the script twice and I think it has wiped the system Postgres installation. Does anyone know if I should consider reinstalling Lion? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.006 seconds using disk: basic
Object Caching 291/293 objects using disk: basic

Served from: nextmarvel.net @ 2012-05-20 01:57:16 -->
