<?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>Engwar &#187; cean</title>
	<atom:link href="http://engwar.com/tags/cean/feed" rel="self" type="application/rss+xml" />
	<link>http://engwar.com</link>
	<description>Chintana Wilamuna&#039;s weblog</description>
	<lastBuildDate>Sat, 03 Jul 2010 08:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing Erlsom using CEAN</title>
		<link>http://engwar.com/post/130</link>
		<comments>http://engwar.com/post/130#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:50:39 +0000</pubDate>
		<dc:creator>Chintana</dc:creator>
				<category><![CDATA[cean]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://engwar.com/?p=130</guid>
		<description><![CDATA[I&#8217;ve already installed Erlang using yum in Fedora 10. I wanted to install Erlsom and it&#8217;s available through CEAN. Steps for installing CEAN is explained nicely in the FAQ. Content of my VERSION file, CEAN Erlang/OTP R12B erts-5.6.5 linux-x86 devel You can find the version of Erlang installed with yum info erlang. erts version can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already installed Erlang using yum in Fedora 10. I wanted to install <a href="http://erlsom.sourceforge.net/">Erlsom</a> and it&#8217;s available through <a href="http://cean.process-one.net/">CEAN</a>. Steps for installing CEAN is explained nicely in the <a href="http://cean.process-one.net/faq/">FAQ</a>. Content of my VERSION file,</p>
<pre>
CEAN Erlang/OTP R12B erts-5.6.5 linux-x86 devel
</pre>
<p>You can find the version of Erlang installed with <code>yum info erlang</code>. erts version can be found by <code>ls /usr/lib/erlang | grep erts</code>.</p>
<p>After this when I tried to do any operation I received the following error,</p>
<pre>
** exception error: undefined function ibrowse:start/0
     in function  cean:geturl/3
     in call from cean:packages_from_html/1
</pre>
<p>Fixing this was simple. CEAN needs the ibrowse package which doesn&#8217;t get installed when you install it via yum. I was a bit confused at first because the <a href="http://cean.process-one.net/downloads/">site said</a>,</p>
<blockquote><p>
If you already have an existing Erlang installation and want to use CEAN on it, you just need to download the CEAN library and extract the archive into your erlang lib directory.
</p></blockquote>
<p>Solution was to download the entire R12B archive from <a href="http://cean.process-one.net/downloads/">the site</a> and to copy the ibrowse library to <code>/usr/lib/erlang/lib</code>.</p>
<p>Then you can install Erlsom by,</p>
<pre>
1> cean:install(erlsom).
</pre>
<p><strong>Update:</strong> As it turns out this version of Erlsom getting installed via CEAN is an old one. You need to go to the <a href="http://sourceforge.net/projects/erlsom">SF project page</a> and get the latest version and install it.</p>
]]></content:encoded>
			<wfw:commentRss>http://engwar.com/post/130/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
