<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wetware &#187; Ubuntu Lucid Lynx 10.04</title>
	<atom:link href="http://www.wetware.co.nz/tag/ubuntu-lucid-lynx-10-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gem Install Error &#8211; no such file to load &#8212; zlib</title>
		<link>http://www.wetware.co.nz/2011/03/gem-install-error-no-such-file-to-load-zlib/</link>
		<comments>http://www.wetware.co.nz/2011/03/gem-install-error-no-such-file-to-load-zlib/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 00:41:53 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=866</guid>
		<description><![CDATA[If you are troubled with the below gem install ERROR: Loading command: install (LoadError) no such file to load &#8212; zlib ERROR: While executing gem &#8230; (NameError) uninitialized constant Gem::Commands::InstallCommand Then you have installed ruby without the nessacary libraries available. Remove the ruby install (hopefully just rvm remove 1.9.2) Then install zlib1g-dev libssl-dev libreadline5-dev as [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2011/03/gem-install-error-no-such-file-to-load-zlib/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To &#8211; Installing Ruby on Rails on Ubuntu Lucid Lynx 10.04 Server</title>
		<link>http://www.wetware.co.nz/2010/09/how-to-installing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04-server/</link>
		<comments>http://www.wetware.co.nz/2010/09/how-to-installing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04-server/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 05:55:58 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[phusion passenger]]></category>
		<category><![CDATA[ruby enterprise]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=793</guid>
		<description><![CDATA[Install required packages sudo apt-get install build-essential git-core zlib1g-dev libssl-dev libreadline5-dev The required packages for installing Ruby Enterprise, and Git thrown in for good measure. Install Ruby Enterprise Download ruby-enterprise-1.8.7-2010.02.tar.gz &#38; Install wget http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz tar xzvf ruby-enterprise-1.8.7-2010.02.tar.gz sudo ./ruby-enterprise-1.8.7-2010.02/installer May take a long time to get past the &#8220;Generating RI&#8230;&#8221; bit Also, ignore the  &#8221;The following [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/09/how-to-installing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sqlite3 Issues &#8211; Error installing sqlite3 &#8211; sqlite3 requires Ruby version &gt;= 1.9.1</title>
		<link>http://www.wetware.co.nz/2010/07/sqlite3-issues-error-installing-sqlite3-sqlite3-requires-ruby-version-1-9-1/</link>
		<comments>http://www.wetware.co.nz/2010/07/sqlite3-issues-error-installing-sqlite3-sqlite3-requires-ruby-version-1-9-1/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 01:48:50 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[sqlite3-ruby]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=748</guid>
		<description><![CDATA[Errors as follows, common problem is not having the header files installed or installing the gem sqlite3 when you actually want sqlite3-ruby. sudo gem install sqlite3 ERROR:  Error installing sqlite3: sqlite3 requires Ruby version &#62;= 1.9.1. Fix with: sudo apt-get install sqlite3 libsqlite3-dev sudo gem install sqlite3-ruby]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/07/sqlite3-issues-error-installing-sqlite3-sqlite3-requires-ruby-version-1-9-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RubyGem nokogiri failed to install &#8211; libxslt is missing &#8211; Error installing nokogiri</title>
		<link>http://www.wetware.co.nz/2010/06/rubygem-nokogiri-failed-to-install-libxslt-is-missing-error-installing-nokogiri/</link>
		<comments>http://www.wetware.co.nz/2010/06/rubygem-nokogiri-failed-to-install-libxslt-is-missing-error-installing-nokogiri/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:22:19 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[nokogiri]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=746</guid>
		<description><![CDATA[Had trouble installing nokogiri until I installed dependencies. libxslt is missing #or libxml2 sudo apt-get install libxslt-dev libxml2-dev Full Error Stacktrace: sudo gem install nokogiri -v 1.4.2 Building native extensions.  This could take a while&#8230; ERROR:  Error installing nokogiri: ERROR: Failed to build gem native extension. /opt/ruby-enterprise-1.8.7-2010.02/bin/ruby extconf.rb checking for iconv.h&#8230; yes checking for libxml/parser.h&#8230; yes [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/06/rubygem-nokogiri-failed-to-install-libxslt-is-missing-error-installing-nokogiri/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Memcached &#8211; Libmemcached already built; run &#8216;rake clean&#8217; first if you need to rebuild.</title>
		<link>http://www.wetware.co.nz/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/</link>
		<comments>http://www.wetware.co.nz/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:10:04 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Memcached]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=743</guid>
		<description><![CDATA[Trying to install memcached ruby gem on Ubuntu 10.04 Lucid Lynx and I get the error Libmemcached already built; run &#8216;rake clean&#8217; first if you need to rebuild. Fixed this by installing sudo apt-get install libsasl2-dev gem uninstall memcached &#38;&#38; gem install memcached Full Error Stacktrace: sudo gem install memcached Building native extensions.  This could [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

