<?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>Ketan&#039;s Musings &#187; nspluginwrapper</title>
	<atom:link href="http://ketan.padegaonkar.name/tag/nspluginwrapper/feed" rel="self" type="application/rss+xml" />
	<link>http://ketan.padegaonkar.name</link>
	<description>Where he blogs about his eclipse musings</description>
	<lastBuildDate>Sat, 26 Feb 2011 18:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Flash Player on 64-bit FireFox on Linux</title>
		<link>http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html</link>
		<comments>http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 08:37:45 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[experiences]]></category>
		<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash-player]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nspluginwrapper]]></category>
		<category><![CDATA[sun-microsystems]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html</guid>
		<description><![CDATA[Here&#8217;s how to get your firefox running on a 64 bit Linux machine to work with 32 bit plugins. I&#8217;ve tried this with gentoo, it should work with ubuntu or kubuntu or any other distro of your choice. Download and install nspluginwrapper from http://gwenole.beauchesne.info/projects/nspluginwrapper/. For ubuntu, there are some instructions on how to do this [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to get your firefox running on a 64 bit Linux machine to work with 32 bit plugins. I&#8217;ve tried this with gentoo, it should work with ubuntu or kubuntu or any other distro of your choice.</p>
<p>Download and install nspluginwrapper from <a href="http://gwenole.beauchesne.info/projects/nspluginwrapper/">http://gwenole.beauchesne.info/projects/nspluginwrapper/</a>.</p>
<p>For ubuntu, there are some instructions on how to do this here (<a href="http://ubuntuforums.org/showthread.php?t=341727">http://ubuntuforums.org/showthread.php?t=341727</a>). On gentoo I had to
<pre> #emerge nspluginwrapper</pre>
<p>Download the flash installer from the website here: <a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz">http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz</a>. Untar the installer:</p>
<pre>$ tar -zxvf install_flash_player_9_linux.tar.gz</pre>
<p>Step into the installer directory:</p>
<pre>cd install_flash_player_9_linux</pre>
<p>Edit the installer file:</p>
<pre>vi flashplayer-installer #use nano or gedit if you like</pre>
<p>Navigate to line 47 (this inside the function exit_cpu) and comment out the line that says exit 1.</p>
<pre># the architecture is not supported
exit_cpu () {
  echo ""
  echo "ERROR: Your architecture, \'$1\', is not supported by the"
  echo "       $PRODUCT installer."
  echo ""
  #exit 1   # this was line 47
}</pre>
<p>Install the flash plugin, I used the default paths, you can choose the paths according to what you have on your computer (I used /home/ketan/.mozilla)</p>
<pre>./flashplayer-installer</pre>
<p>Now verify that the plugin actually got installed in the directory that you specified</p>
<pre>$ ls /home/ketan/.mozilla/plugins</pre>
<p>Use nspluginwrapper to create a 64-bit wrapper around this 32 bit plugin. (thanks to <a href="#comment-1037">Lance</a> for a typo update)</p>
<pre>$ nspluginwrapper -i /home/ketan/.mozilla/plugins/libflashplayer.so</pre>
<p>Now restart firefox, that should get you to run firefox with flash player.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Flash+Player+on+64-bit+FireFox+on+Linux&amp;link=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;notes=Here%27s%20how%20to%20get%20your%20firefox%20running%20on%20a%2064%20bit%20Linux%20machine%20to%20work%20with%2032%20bit%20plugins.%20I%27ve%20tried%20this%20with%20gentoo%2C%20it%20should%20work%20with%20ubuntu%20or%20kubuntu%20or%20any%20other%20distro%20of%20your%20choice.%0A%0ADownload%20and%20install%20nspluginwrapper%20from%20http%3A%2F%2Fgwenole.beauchesne.info%2Fprojects%2Fnspluginwrapper%2F.%0A%0AF&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Flash+Player+on+64-bit+FireFox+on+Linux&amp;link=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;notes=Here%27s%20how%20to%20get%20your%20firefox%20running%20on%20a%2064%20bit%20Linux%20machine%20to%20work%20with%2032%20bit%20plugins.%20I%27ve%20tried%20this%20with%20gentoo%2C%20it%20should%20work%20with%20ubuntu%20or%20kubuntu%20or%20any%20other%20distro%20of%20your%20choice.%0A%0ADownload%20and%20install%20nspluginwrapper%20from%20http%3A%2F%2Fgwenole.beauchesne.info%2Fprojects%2Fnspluginwrapper%2F.%0A%0AF&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Flash+Player+on+64-bit+FireFox+on+Linux&amp;link=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;notes=Here%27s%20how%20to%20get%20your%20firefox%20running%20on%20a%2064%20bit%20Linux%20machine%20to%20work%20with%2032%20bit%20plugins.%20I%27ve%20tried%20this%20with%20gentoo%2C%20it%20should%20work%20with%20ubuntu%20or%20kubuntu%20or%20any%20other%20distro%20of%20your%20choice.%0A%0ADownload%20and%20install%20nspluginwrapper%20from%20http%3A%2F%2Fgwenole.beauchesne.info%2Fprojects%2Fnspluginwrapper%2F.%0A%0AF&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=RT+%40ketanpkr+%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Flash+Player+on+64-bit+FireFox+on+Linux&amp;link=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;notes=Here%27s%20how%20to%20get%20your%20firefox%20running%20on%20a%2064%20bit%20Linux%20machine%20to%20work%20with%2032%20bit%20plugins.%20I%27ve%20tried%20this%20with%20gentoo%2C%20it%20should%20work%20with%20ubuntu%20or%20kubuntu%20or%20any%20other%20distro%20of%20your%20choice.%0A%0ADownload%20and%20install%20nspluginwrapper%20from%20http%3A%2F%2Fgwenole.beauchesne.info%2Fprojects%2Fnspluginwrapper%2F.%0A%0AF&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.shareaholic.com/api/share/?title=Flash+Player+on+64-bit+FireFox+on+Linux&amp;link=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;notes=Here%27s%20how%20to%20get%20your%20firefox%20running%20on%20a%2064%20bit%20Linux%20machine%20to%20work%20with%2032%20bit%20plugins.%20I%27ve%20tried%20this%20with%20gentoo%2C%20it%20should%20work%20with%20ubuntu%20or%20kubuntu%20or%20any%20other%20distro%20of%20your%20choice.%0A%0ADownload%20and%20install%20nspluginwrapper%20from%20http%3A%2F%2Fgwenole.beauchesne.info%2Fprojects%2Fnspluginwrapper%2F.%0A%0AF&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=102&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

