<?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: Install Gems (Ruby with zlib) on Nexenta (GnuSolaris) 1.01</title>
	<atom:link href="http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/</link>
	<description>my personal Site of Things</description>
	<lastBuildDate>Fri, 09 Dec 2011 16:54:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Letícia</title>
		<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/comment-page-1/#comment-437</link>
		<dc:creator>Letícia</dc:creator>
		<pubDate>Tue, 28 Apr 2009 04:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/#comment-437</guid>
		<description>OMG, thank you so much! I was getting crazy about this zlib stuff!</description>
		<content:encoded><![CDATA[<p>OMG, thank you so much! I was getting crazy about this zlib stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "rubygems" - JabberTags</title>
		<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/comment-page-1/#comment-426</link>
		<dc:creator>Recent Links Tagged With "rubygems" - JabberTags</dc:creator>
		<pubDate>Tue, 23 Dec 2008 02:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/#comment-426</guid>
		<description>[...] &gt;&gt; rubygems   Rubyでどう書く？特別編：Matzか... Saved by Irishize on Wed 10-12-2008   Install Gems (Ruby with zlib) on Nexenta (GnuSolaris) 1.01 Saved by warnerbrosrecords on Mon 08-12-2008   Rails failing to recognize RubyGems on OS X? Saved [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt;&gt; rubygems   Rubyでどう書く？特別編：Matzか&#8230; Saved by Irishize on Wed 10-12-2008   Install Gems (Ruby with zlib) on Nexenta (GnuSolaris) 1.01 Saved by warnerbrosrecords on Mon 08-12-2008   Rails failing to recognize RubyGems on OS X? Saved [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aric</title>
		<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/comment-page-1/#comment-419</link>
		<dc:creator>Aric</dc:creator>
		<pubDate>Wed, 10 Sep 2008 04:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/#comment-419</guid>
		<description>Thanks a lot for this post, it definitely helped.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post, it definitely helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/comment-page-1/#comment-418</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Sat, 09 Aug 2008 22:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/#comment-418</guid>
		<description>Wow, thanks, it helped!</description>
		<content:encoded><![CDATA[<p>Wow, thanks, it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp Haussleiter</title>
		<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/comment-page-1/#comment-414</link>
		<dc:creator>Philipp Haussleiter</dc:creator>
		<pubDate>Sat, 05 Jul 2008 13:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/#comment-414</guid>
		<description>Hello Mark,

there was an error:
the line should be:
root@sunny:~# ruby ruby extconf.rb –with-zlib-include=/usr/include –with-zlib-lib=/usr/lib

It just sets the lib and header path for the zlib extension.
Normally if you use apt-get you should already have this extension delivered with your ruby package. In my case, i compiled Ruby myself. The gem installer uses the zlib extension so i had to compile this extension manually.</description>
		<content:encoded><![CDATA[<p>Hello Mark,</p>
<p>there was an error:<br />
the line should be:<br />
root@sunny:~# ruby ruby extconf.rb –with-zlib-include=/usr/include –with-zlib-lib=/usr/lib</p>
<p>It just sets the lib and header path for the zlib extension.<br />
Normally if you use apt-get you should already have this extension delivered with your ruby package. In my case, i compiled Ruby myself. The gem installer uses the zlib extension so i had to compile this extension manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark thomas</title>
		<link>http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/comment-page-1/#comment-413</link>
		<dc:creator>mark thomas</dc:creator>
		<pubDate>Sat, 05 Jul 2008 12:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.philipp.haussleiter.de/2008/07/install-gems-ruby-with-zlib-on-nexenta-gnusolaris-101/#comment-413</guid>
		<description>Thanks for posting that.  I found your site when I googled for the error.  I had the same issue.
can you tell me exactly what your command did?
 root@sunny:~# ruby extconf.rb ruby extconf.rb –with-zlib-include=/usr/include –with-zlib-lib=/usr/lib

thanks
Mark</description>
		<content:encoded><![CDATA[<p>Thanks for posting that.  I found your site when I googled for the error.  I had the same issue.<br />
can you tell me exactly what your command did?<br />
 root@sunny:~# ruby extconf.rb ruby extconf.rb –with-zlib-include=/usr/include –with-zlib-lib=/usr/lib</p>
<p>thanks<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

