<?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; x64</title>
	<atom:link href="http://yokohead.com/tag/x64/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 Java x64 in Ubuntu</title>
		<link>http://yokohead.com/2009/02/installing-java-x64-in-ubuntu-810/</link>
		<comments>http://yokohead.com/2009/02/installing-java-x64-in-ubuntu-810/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 10:02:03 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=204</guid>
		<description><![CDATA[
Download jre-6u14-linux-x64.bin jre-6u12-linux-x64.bin (hosted locally)
mkdir /usr/lib/jvm (might already exist)
sudo mv jre-6u14-linux-x64.bin /usr/lib/jvm/
cd /usr/lib/jvm/
sudo chmod a+x jre-6u14-linux-x64.bin
sudo ./jre-6u14-linux-x64.bin
sudo rm -r /usr/lib/jvm/jre-6u14-linux-x64.bin
sudo ln -s /usr/lib/jvm/jre1.6.0_14/lib/amd64/libnpjp2.so /usr/lib64/firefox-addons/plugins/
killall firefox

Restart firefox,  it&#8217;s good to go.  Tested it with Wordle and GoToMyPC and didn&#8217;t have any issues at all &#8211; every other Java install method I&#8217;ve used hasn&#8217;t worked.
Installed &#38; tested [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download <a href="http://yokohead.com/yokohead.com/wp-content/uploads/2009/07">jre-6u14-linux-x64.bin</a> <span style="font-size: xx-small;"><span style="text-decoration: line-through;"><a href="http://yokohead.com/wp-content/uploads/2009/02/jre-6u12-linux-x64.bin" target="_blank">jre-6u12-linux-x64.bin</a> (hosted locally)</span></span></li>
<li><code>mkdir /usr/lib/jvm</code> (might already exist)</li>
<li><code>sudo mv jre-6u14-linux-x64.bin /usr/lib/jvm/</code></li>
<li><code>cd /usr/lib/jvm/</code></li>
<li><code>sudo chmod a+x jre-6u14-linux-x64.bin</code></li>
<li><code>sudo ./jre-6u14-linux-x64.bin</code></li>
<li><code>sudo rm -r /usr/lib/jvm/jre-6u14-linux-x64.bin</code></li>
<li><code>sudo ln -s /usr/lib/jvm/jre1.6.0_14/lib/amd64/libnpjp2.so /usr/lib64/firefox-addons/plugins/</code></li>
<li><code>killall firefox</code></li>
</ol>
<p>Restart firefox,  it&#8217;s good to go.  Tested it with <a href="http://www.wordle.net/">Wordle</a> and <a href="http://www.gotomypc.com">GoToMyPC</a> and didn&#8217;t have any issues at all &#8211; every other Java install method I&#8217;ve used hasn&#8217;t worked.</p>
<p>Installed &amp; tested on:  Ubuntu 8.10,  9.04,  9.10 Alpha 2</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/02/installing-java-x64-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing Adobe Flash Player in Ubuntu 8.10 x64</title>
		<link>http://yokohead.com/2009/01/installing-adobe-flash-player-in-ubuntu-810-x64/</link>
		<comments>http://yokohead.com/2009/01/installing-adobe-flash-player-in-ubuntu-810-x64/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 06:45:51 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=135</guid>
		<description><![CDATA[Gotta love reinstalling&#8230;  a friend just sent me a Youtube link and I completely forgot that I didn&#8217;t have flash.

sudo apt-get install flashplugin-nonfree
killall firefox

Started Firefox back up again and was able to click the link he sent me &#8211; viewed just fine.  Love how easy it is in this version of Ubuntu.
]]></description>
			<content:encoded><![CDATA[<p>Gotta love reinstalling&#8230;  a friend just sent me a Youtube link and I completely forgot that I didn&#8217;t have flash.</p>
<ul>
<li><code>sudo apt-get install flashplugin-nonfree</code></li>
<li><code>killall firefox</code></li>
</ul>
<p>Started Firefox back up again and was able to click the <a href="http://www.youtube.com/watch?v=16SMpTXpuuY&amp;feature=related">link</a> he sent me &#8211; viewed just fine.  Love how easy it is in this version of Ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/01/installing-adobe-flash-player-in-ubuntu-810-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Updating to Openoffice 3.0 on Ubuntu 8.10 x64</title>
		<link>http://yokohead.com/2009/01/updating-to-openoffice-30-on-ubuntu-810-x64/</link>
		<comments>http://yokohead.com/2009/01/updating-to-openoffice-30-on-ubuntu-810-x64/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 07:39:38 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=65</guid>
		<description><![CDATA[
 sudo wget http://ftp.osuosl.org/pub/openoffice/stable/3.0.0/OOo_3.0.0_LinuxX86-64_install_en-US_deb.tar.gz
tar -xvzf OOo_3.0.0_LinuxX86-64_install_en-US_deb.tar.gz
cd OOO300_m9_native_packed-1_en-US.9358/DEBS/
sudo dpkg -i *.deb
cd ../..
rm -R OOO300_m9_native_packed-1_en-US.9358

Hrm... this didn't update my menus,  I'll have to revisit this later once I actually need a word processor and figure it out.
]]></description>
			<content:encoded><![CDATA[<ul>
<li> <code>sudo wget http://ftp.osuosl.org/pub/openoffice/stable/3.0.0/OOo_3.0.0_LinuxX86-64_install_en-US_deb.tar.gz</code></li>
<li><code>tar -xvzf OOo_3.0.0_LinuxX86-64_install_en-US_deb.tar.gz</code></li>
<li><code>cd OOO300_m9_native_packed-1_en-US.9358/DEBS/</code></li>
<li><code>sudo dpkg -i *.deb</code></li>
<li><code>cd ../..</code></li>
<li><code>rm -R <code>OOO300_m9_native_packed-1_en-US.9358</code></li>
</ul>
<p>Hrm... this didn't update my menus,  I'll have to revisit this later once I actually need a word processor and figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/01/updating-to-openoffice-30-on-ubuntu-810-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gears in Firefox x64 for Wordpress 2.7</title>
		<link>http://yokohead.com/2009/01/google-gears-in-firefox-x64-for-wordpress-27/</link>
		<comments>http://yokohead.com/2009/01/google-gears-in-firefox-x64-for-wordpress-27/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 07:33:22 +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[firefox]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=1</guid>
		<description><![CDATA[To resolve this error:
&#8220;Google Gears&#8221; could not be installed because it is not compatible with your Firefox build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem
Stan Joel posted the lastest (5.18.0) on Issue 335

Download: http://jms.id.au/~shenki/gears/gears-linux-x86_64-opt-0.5.18.0.xpi
In Firefox,  click File -&#62; Open File, find gears-linux-opt-0.5.18.0.xpi
Click &#8220;Install Now&#8221; when prompted
Restart Firefox

I keep up to [...]]]></description>
			<content:encoded><![CDATA[<p>To resolve this error:</p>
<p><em>&#8220;Google Gears&#8221; could not be installed because it is not compatible with your Firefox build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem</em></p>
<p><a href="http://code.google.com/p/gears/issues/detail?id=335#c28">Stan Joel</a> posted the lastest (5.18.0) on Issue 335</p>
<ul>
<li>Download: <a href="http://jms.id.au/~shenki/gears/gears-linux-x86_64-opt-0.5.18.0.xpi">http://jms.id.au/~shenki/gears/gears-linux-x86_64-opt-0.5.18.0.xpi</a></li>
<li>In Firefox,  click<strong> File</strong> -&gt; <strong>Open File, </strong>find<strong> </strong><em>gears-linux-opt-0.5.18.0.xpi</em></li>
<li>Click &#8220;<strong>Install Now</strong>&#8221; when prompted</li>
<li>Restart Firefox</li>
</ul>
<p>I keep up to date on the latest by checking <a href="http://code.google.com/p/gears/issues/detail?id=335">Issue 335 </a>on code.google.com. [Update #5]</p>
<p><br class="spacer_" /></p>
<hr />
<p>Just as I installed (and was very impressed by) Wordpress 2.7,  I immediately ran into an issue trying to get <a href="http://gears.google.com">Google Gears</a> going in Firefox x64.  It says right under the install button that it isn&#8217;t supported,  but of course I didn&#8217;t even notice that the first time around and got this error:</p>
<p><em>&#8220;Google Gears&#8221; could not be installed because it is not compatible with your Firefox build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem</em></p>
<p>Did a quick <a href="&quot;Google Gears&quot; could not be installed because it is not compatible with your Firefox build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem.">search</a> and found a <a href="http://www.techrecipes.net/linux/google-gears-in-64-bit-linux.html">TechRecipes</a> post <span style="text-decoration: line-through;">which has everything you need</span>.  Already having burned myself once,  I checked to see what the latest <a href="http://code.google.com/apis/gears/upcoming/history.html">Gears version</a> was,  then read through the <a href="http://groups.google.com/group/gears-users/browse_thread/thread/4584842dd14a4882/?pli=1">user group </a>link from TechRecipes which has a really interesting discussion between an <a href="http://www-personal.umich.edu/~swolchok/gears/">independent developer</a> and some of the Gears devs about earlier x64 patches.</p>
<p>Now that Gears 5.7.0 was installed I went back into my Wordpress Site Admin and clicked the Tools menu &#8211; the button still showed &#8220;Install Now&#8221;.  Burned twice.  Clicking &#8220;Install Now&#8221; took me to the Gears install site again.  I checked my Firefox addons and saw that 5.7.0 was successfully installed.  Took a look at the source code to see if there was a direct link and found a variety of status messages (gears-msg1 through 4 in source) so for some reason the site did not realize that I had Gears installed at all.  Went back to the drawing board from earlier and found that everyone who has said that Gears works for them was using <a href="http://www-personal.umich.edu/~swolchok/gears/gears-linux-opt-0.4.9.0.xpi">4.9.0</a>.  Removed 5.7.0,  restarted Firefox, installed 4.9.0 and was able to get &#8216;Turbo&#8217; mode working,  all files downloaded successfully.</p>
<p>Man, I gotta say &#8211; the dashboard is definitely snappier.  It was worth it.</p>
<p><em>(Update)</em> <a href="ivanhoe@freelosofia.org">Ivanhoe</a> has helpfully mentioned that his version was built for the latest <a href="http://gentoo.org">gentoo</a> in the <a href="http://yokohead.com/2009/01/google-gears-in-firefox-x64-for-wordpress-27/comment-page-1/#comment-2">comments</a> and will have instructions on making your own for the next update.</p>
<p>(Update #2) <a href="http://nielspeen.com/blog/">Neils Peen</a> has posted version <a href="http://nielspeen.com/blog/wp-content/uploads/2009/02/gears-linux-opt-05110.xpi">5.1.1</a><strong> </strong>compiled on Kubuntu using Firefox 3.0.5 &#8211; I removed the 4.9.0 addon and updated with his and it worked fine.  While digging around I also found <a href="http://code.google.com/p/gears/issues/detail?id=335">Issue 335</a> on Google Code which details this problem.</p>
<p>(Update #3) <a href="http://code.google.com/p/gears/issues/detail?id=335#c26">livibetter</a> has posted version <a href="http://gears.googlecode.com/issues/attachment?aid=865911321112980205&amp;name=gears-linux-opt-0.5.13.0.xpi">5.1.3</a> compiled on Fedora 10 x64_63 with <a href="http://fedoratux.blogspot.com/2009/02/building-google-gears-for-firefox-64.html">instructions</a> to do so yourself &#8211; I removed the 5.1.1 addon and updated with 5.1.3 &#8211; tested by removing my Wordpress Gears download and going through the process again successfully.</p>
<p>(Update #4) <a onclick="javascript:pageTracker._trackPageview('/outbound/article/fedoratux.blogspot.com');" href="http://fedoratux.blogspot.com/2009/02/building-google-gears-for-firefox-64.html">Tux Wears Fedora</a> has the <a href="http://gears.googlecode.com/issues/attachment?aid=865911321112980205&amp;name=gears-linux-opt-0.5.13.0.xpi">latest x64 Gears</a> version, tested with 8.10 &amp; Firefox 3.0.6,  worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/01/google-gears-in-firefox-x64-for-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
