<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>64 on Evan Hoffman</title><link>https://evan.wtf/tags/64/</link><description>Recent content in 64 on Evan Hoffman</description><generator>Hugo</generator><language>en-US</language><copyright>Evan Hoffman</copyright><lastBuildDate>Wed, 31 Aug 2011 16:15:14 +0000</lastBuildDate><atom:link href="https://evan.wtf/tags/64/index.xml" rel="self" type="application/rss+xml"/><item><title>64-bit Firefox 6 on CentOS 6 x86_64 (or Fedora) with Flash 11</title><link>https://evan.wtf/2011/08/31/64-bit-firefox-6-on-centos-6-x86_64-or-fedora-with-flash-11/</link><pubDate>Wed, 31 Aug 2011 16:15:14 +0000</pubDate><guid>https://evan.wtf/2011/08/31/64-bit-firefox-6-on-centos-6-x86_64-or-fedora-with-flash-11/</guid><description>&lt;p&gt;So I&amp;rsquo;ve gone back to Linux from Mac, due to the SSD issues I had with my Macbook Pro basically making VMware unusable. A Win7 VM would grind the guest and host to a halt on the 7200 RPM SATA OEM drive, and the SSD wouldn&amp;rsquo;t work, so I put the SSD back in my HP and installed CentOS 6 x86_64. Not really ideal, but at least it works.&lt;/p&gt;&#10;&lt;p&gt;CentOS 6 ships with Firefox 3.6.9, which is really old by now. Fine for a server, but I wanted FF6. I grabbed the Firefox 6.0.1 bz2 from &lt;a href="http://www.mozilla.org/community/mirrors.html"&gt;VoxCast&lt;/a&gt;, unzipped it and copied it to /usr/lib64/firefox-6. Then I ran yum remove firefox to remove 3.6.9 and avoid any issues. I tried the instructions from &lt;a href="https://evan.wtf/2010/06/09/flash-plugin-on-firefox-on-fedora-12-x86_64/"&gt;my older post&lt;/a&gt; on this subject but for whatever reason it didn&amp;rsquo;t work - I&amp;rsquo;m guessing because I&amp;rsquo;m not using the distro&amp;rsquo;s Firefox RPM.&lt;/p&gt;</description></item><item><title>How to install the 64-bit Sun Java plugin on 64-bit firefox on 64-bit Fedora Core 11 Linux (which happens to use 64 bits)</title><link>https://evan.wtf/2009/10/21/how-to-install-the-64-bit-sun-java-plugin-on-64-bit-firefox-on-64-bit-fedora-which-happens-to-use-64-bits/</link><pubDate>Wed, 21 Oct 2009 17:45:09 +0000</pubDate><guid>https://evan.wtf/2009/10/21/how-to-install-the-64-bit-sun-java-plugin-on-64-bit-firefox-on-64-bit-fedora-which-happens-to-use-64-bits/</guid><description>&lt;p&gt;I&amp;rsquo;m giddy! I found &lt;a href="http://plugindoc.mozdev.org/linux-amd64.html"&gt;this post&lt;/a&gt; on mozdev.org which was magical.&lt;/p&gt;&#10;&lt;blockquote&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;[evan@ehoffman ~]$ java -version&#10;java version &amp;#34;1.6.0_17&amp;#34;&#10;Java(TM) SE Runtime Environment (build 1.6.0_17-b04)&#10;Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)&#10;&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;&#10;&lt;blockquote&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;[root@ehoffman plugins]# uname -a&#10;Linux ehoffman 2.6.30.8-64.fc11.x86_64 #1 SMP Fri Sep 25 04:43:32 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux&#10;[root@ehoffman plugins]# pwd&#10;/usr/lib64/mozilla/plugins&#10;[root@ehoffman plugins]# ln -s /usr/java/jdk1.6.0_16/jre/lib/amd64/libnpjp2.so&#10;&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;&#10;&lt;p&gt;The main thing I was missing was that the plugin isn&amp;rsquo;t libpluginjava_oji.so, or whatever I thought it was, but libnpjp2.so. Once I created the symlink into /usr/lib64/mozilla/plugins it worked (as verified on &lt;a href="http://www.java.com/en/download/help/testvm.xml"&gt;http://www.java.com/en/download/help/testvm.xml&lt;/a&gt; and &lt;a href="http://www.java.com/en/download/installed.jsp"&gt;http://www.java.com/en/download/installed.jsp&lt;/a&gt;).&lt;/p&gt;</description></item></channel></rss>