<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Shane Sveller &#187; libxml</title>
	<atom:link href="http://shanesveller.com/tag/libxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanesveller.com</link>
	<description>Somewhere between happy and total f**king wreck</description>
	<lastBuildDate>Thu, 07 Jan 2010 18:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Building libxml-ruby gem on Ubuntu Hardy</title>
		<link>http://shanesveller.com/2008/07/14/building-libxml-ruby-gem-on-ubuntu-hardy/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=building-libxml-ruby-gem-on-ubuntu-hardy</link>
		<comments>http://shanesveller.com/2008/07/14/building-libxml-ruby-gem-on-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:07:39 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[libxml]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=61</guid>
		<description><![CDATA[<pre>no such file to load -- libxml_so</pre>
<br/>
<pre>sudo apt-get install libxml2 libxml2-dev
cd /usr/lib/ruby/gems/1.8/gems/libxml-ruby-0.7.0
sudo ruby ext/libxml/extconf.rb
sudo make; sudo make install</pre>]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://mrtibs.blogspot.com/2008/03/ubuntu-no-such-file-to-load-libxmlso.html" target="_blank">Tibs&#8217; Blog</a></p>
<p>I had been having a lot of trouble using libxml-ruby on Ubuntu Hardy for a hobby project of mine. Any task including libxml calls via <code>require 'xml/libxml'</code> fails with the message:</p>
<pre>no such file to load -- libxml_so</pre>
<p><span id="more-35"></span><br />
To solve this:</p>
<pre class="brush: bash">
sudo apt-get install libxml2 libxml2-dev
cd /usr/lib/ruby/gems/1.8/gems/libxml-ruby-0.7.0
sudo ruby ext/libxml/extconf.rb
sudo make; sudo make install
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/07/14/building-libxml-ruby-gem-on-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
