<?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>Terminus a Quo &#187; Arch Linux</title>
	<atom:link href="http://abing.gotdns.com/posts/category/system-administration/arch-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://abing.gotdns.com</link>
	<description>Because you can never have too many blogs on the Internet...</description>
	<lastBuildDate>Tue, 19 May 2009 00:23:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updated encfs Source Packages for Arch Linux</title>
		<link>http://abing.gotdns.com/posts/2008/updated-encfs-source-packages-for-arch-linux/</link>
		<comments>http://abing.gotdns.com/posts/2008/updated-encfs-source-packages-for-arch-linux/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 16:35:29 +0000</pubDate>
		<dc:creator>nimrod.abing</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Code and Consequences]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[AUR]]></category>
		<category><![CDATA[encfs]]></category>
		<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://abing.gotdns.com/?p=165</guid>
		<description><![CDATA[So I wanted to decrypt an encfs encrypted directory on my laptop recently. I was greeted with the following error:

encfs: error while loading shared libraries: librlog.so.1: cannot open shared object file: No such file or directory

It turns out that there has been a recent update to rlog and the encfs package was somehow left out [...]
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>So I wanted to decrypt an <a href="http://www.arg0.net/encfs">encfs</a> encrypted directory on my laptop recently. I was greeted with the following error:</p>

<p><code>encfs: error while loading shared libraries: librlog.so.1: cannot open shared object file: No such file or directory</code></p>

<p>It turns out that there has been a recent update to <code>rlog</code> and the encfs package was somehow left out of the rebuild. It also appears that the <code>encfs</code> package has disappeared from the Arch Linux Community Repository.</p>

<p>I have been rolling my own Arch Linux packages for quite a while now. I have been using a few locally built packages on my system. Since I already have two custom packages that I wrote myself, I figured it would be a good idea to share them. I&#8217;m too lazy to register with AUR and upload these packages and it would be likely that I would forget about updating them as well. So I am posting them here for consumption by the general public.</p>

<p>Download the <a href="encfs: error while loading shared libraries: librlog.so.1: cannot open shared object file: No such file or directory">Arch Linux source package for encfs</a> here. To build this:</p>

<ol>
<li>Make a directory to hold the files contained in the encfs source package.</li>
<li>Unpack the tarballed source package into the directory you created.</li>
<li>Install <code>boost</code>. Boost is a C++ library that is used by recent versions of encfs. You will also need to install <code>fuse</code> in case you don&#8217;t have it yet.</li>
<li>Change into the encfs source package directory you made and run <code>makepkg -c</code>. This will download the source for the current version of encfs. When <code>makepkg</code> finishes you will end up with an installable package in your current directory.</li>
<li>Install the package using <code>pacman encfs-1.4.2-1-i686.pkg.tar.gz</code> (replace encfs-1.4.2-1-i686.pkg.tar.gz with the correct filename for your custom-built package.)</li>
</ol>

<p>There you go. You should have <code>encfs</code> working now.</p>

<p>You can also find <a href="http://pyme.sourceforge.net/">pyme</a> in my <a href="/AUR/">AUR directory</a>.</p>

<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://abing.gotdns.com/posts/2008/updated-encfs-source-packages-for-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
