<?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>oh god, why'd it break‽ &#187; i386</title>
	<atom:link href="http://yokohead.com/tag/i386/feed/" rel="self" type="application/rss+xml" />
	<link>http://yokohead.com</link>
	<description>screwing around with technology</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing xchat with mircryption in Ubuntu x64 &amp; i386</title>
		<link>http://yokohead.com/2009/01/installing-xchat-with-mircryption-for-x64/</link>
		<comments>http://yokohead.com/2009/01/installing-xchat-with-mircryption-for-x64/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 09:37:24 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[mircryption]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[xchat]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=79</guid>
		<description><![CDATA[x64 instructions:

sudo apt-get install xchat
wget http://mircryption.sourceforge.net/Downloads/mircryption_xchatsrc.zip
wget http://voobar.follvalsch.de/files/mcps_xchat_0.4.0-alpha.tar.bz2
unzip mircryption_xchatsrc.zip
tar -xvf mcps_xchat_0.4.0-alpha.tar.bz2 -C /src
cd /src/mcps_xchat_0.4.0-alpha
mv Makefile ../ &#38;&#38; mv dh1080 ../ &#38;&#38; mv mircryption.cpp ../
cd ..

Ran into this error on install and realized I hadn&#8217;t installed a compiler since reinstallation.  There actually is no readme.txt and no .so file was created.
Trying to install mircryption.so into ~/.xchat2 [...]]]></description>
			<content:encoded><![CDATA[<p>x64 instructions:</p>
<ul>
<li><code>sudo apt-get install xchat</code></li>
<li><code>wget <a href="http://mircryption.sourceforge.net/Downloads/mircryption_xchatsrc.zip">http://mircryption.sourceforge.net/Downloads/mircryption_xchatsrc.zip</a></code></li>
<li><code>wget <a href="http://voobar.follvalsch.de/mcpsx">http://voobar.follvalsch.de/files/mcps_xchat_0.4.0-alpha.tar.bz2</a></code></li>
<li><code>unzip mircryption_xchatsrc.zip</code></li>
<li><code>tar -xvf mcps_xchat_0.4.0-alpha.tar.bz2 -C /src</code></li>
<li><code>cd /src/mcps_xchat_0.4.0-alpha</code></li>
<li><code>mv Makefile ../ &amp;&amp; mv dh1080 ../ &amp;&amp; mv mircryption.cpp ../</code></li>
<li><code>cd ..</code></li>
</ul>
<p>Ran into this error on install and realized I hadn&#8217;t installed a compiler since reinstallation.  There actually is no readme.txt and no .so file was created.</p>
<p><em>Trying to install mircryption.so into ~/.xchat2 (see readme.txt for more info)<br />
cp mircryption.so ~/.xchat2<br />
cp: cannot stat `mircryption.so&#8217;: No such file or directory<br />
make: *** [install] Error</em></p>
<ul>
<li><code>sudo apt-get install g++</code></li>
<li><code>make install</code></li>
<li><code>xchat</code></li>
</ul>
<p>On first load mircryption will have you set a masterpass phrase.  /setkey &lt;key&gt; sets your key.  Oh yes,  and you&#8217;ll want to remove everything afterwards&#8230;</p>
<ul>
<li><code>cd ..</code></li>
<li><code>rm -R src/ README.txt mircryption_xchatsrc.zip mcps_xchat_0.4.0-alpha.tar.bz2</code></li>
</ul>
<p>i386 instructions:</p>
<ul>
<li><code>sudo apt-get install xchat</code></li>
<li><code>wget <a href="http://mircryption.sourceforge.net/Downloads/mircryption_xchatsrc.zip">http://mircryption.sourceforge.net/Downloads/mircryption_xchatsrc.zip</a></code></li>
<li><code>unzip mircryption_xchatsrc.zip</code></li>
<li><code>cd /src/xchat</code></li>
<li><code>make linux</code></li>
<li><code>make install</code></li>
<li><code>cd ../..</code></li>
<li><code>rm -R src/ README.txt mircryption_xchatsrc.zip</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/01/installing-xchat-with-mircryption-for-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
