<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install Firefox 2.0.0.9 in CentOS 5 / RHEL 5</title>
	<atom:link href="http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/</link>
	<description>Blogging for knowledge</description>
	<lastBuildDate>Sat, 24 Jul 2010 13:02:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mats Hellman</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-733</link>
		<dc:creator>Mats Hellman</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:14:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-733</guid>
		<description>Math, I would remember that Firefox 3 is included in RHEL/CentOS 5.
But good to hear you got it working by installing it in /opt. This article is starting to get quite old :)</description>
		<content:encoded><![CDATA[<p>Math, I would remember that Firefox 3 is included in RHEL/CentOS 5.<br />
But good to hear you got it working by installing it in /opt. This article is starting to get quite old <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Math</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-732</link>
		<dc:creator>Math</dc:creator>
		<pubDate>Tue, 01 Dec 2009 09:43:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-732</guid>
		<description>I followed the steps and it dint work for me, so i installed it in /opt directory.</description>
		<content:encoded><![CDATA[<p>I followed the steps and it dint work for me, so i installed it in /opt directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-252</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-252</guid>
		<description>works fine with me.. more power..</description>
		<content:encoded><![CDATA[<p>works fine with me.. more power..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diezel</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-253</link>
		<dc:creator>Diezel</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-253</guid>
		<description>Good to hear. 

Cheers</description>
		<content:encoded><![CDATA[<p>Good to hear. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AD</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-254</link>
		<dc:creator>AD</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-254</guid>
		<description>I&#039;ve also installed Firefox 2 on my CentOS 5 server. I thought I&#039;d include here a variant of the above instructions for those that are very new to *nix. These instructions will maintain both the 1.5 and the 2 versions intact and wont cause problems with the 1.5 installation even after it is updated (or so I think... I  haven&#039;t had a 1.5 update since doing this yet :)  All previously installed plug-ins (mozplugger, mplayerplug-in etc.) seem to be working.

Running Firefox 2 and Firefox 1.5 on RHEL 5 or CentOS 5:

1) Download the tar.gz file from Mozilla.org into a temporary directory.

2) Unzip and untar the archive.

3) Rename the new firefox directory as firefox2_aux

4) As root copy the firefox2_aux directory to /usr/lib

5) Do a cp &quot;/usr/bin/firefox /usr/bin/firefox_2_test&quot;

6) Edit the /usr/bin/firefox_2_test file and change all references to the firefox-1.5.0.12 directory (or whatever the current version of firefox 1.5 is) to firefox2_aux (i.e. replace all &quot;firefox-1.5.0.12&quot; with &quot;firefox2_aux&quot;).

7) Provided you have the flash plug-in installed, go into /usr/lib/firefox2_aux/plugins/ do a &quot;ln -s /usr/lib/flash-plugin/libflashplayer.so ./libflashplayer.so&quot; (i.e. you want to mimick what is in the /usr/lib/firefox-1.5.0.12/plugins/ directory). If you dont have the flash plug-in installed, skip this step.

8) As a regular user, test everything out by running the &quot;firefox_2_test&quot; command from the command line.

9) If everything works and you like using firefox 2 do the following as root:
9a) &quot;mv /usr/bin/firefox /usr/bin/firefox_1_5&quot;
9b) &quot;mv /usr/bin/firefox_2_test  /usr/bin/firefox&quot;

Now, whenever the system runs the firefox command, firefox 2 will be launched.

To make sure nothing gets broken when there&#039;s an update of CentOS firefox 1.5 rpm do the following:

10) As root &quot;cp /usr/bin/firefox /usr/bin/firefox2_orig&quot;

11) After an update to the firefox 1.5 rpm, as root &quot;cp /usr/bin/firefox2_orig /usr/bin/firefox&quot;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also installed Firefox 2 on my CentOS 5 server. I thought I&#8217;d include here a variant of the above instructions for those that are very new to *nix. These instructions will maintain both the 1.5 and the 2 versions intact and wont cause problems with the 1.5 installation even after it is updated (or so I think&#8230; I  haven&#8217;t had a 1.5 update since doing this yet <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   All previously installed plug-ins (mozplugger, mplayerplug-in etc.) seem to be working.</p>
<p>Running Firefox 2 and Firefox 1.5 on RHEL 5 or CentOS 5:</p>
<p>1) Download the tar.gz file from Mozilla.org into a temporary directory.</p>
<p>2) Unzip and untar the archive.</p>
<p>3) Rename the new firefox directory as firefox2_aux</p>
<p>4) As root copy the firefox2_aux directory to /usr/lib</p>
<p>5) Do a cp &#8220;/usr/bin/firefox /usr/bin/firefox_2_test&#8221;</p>
<p>6) Edit the /usr/bin/firefox_2_test file and change all references to the firefox-1.5.0.12 directory (or whatever the current version of firefox 1.5 is) to firefox2_aux (i.e. replace all &#8220;firefox-1.5.0.12&#8243; with &#8220;firefox2_aux&#8221;).</p>
<p>7) Provided you have the flash plug-in installed, go into /usr/lib/firefox2_aux/plugins/ do a &#8220;ln -s /usr/lib/flash-plugin/libflashplayer.so ./libflashplayer.so&#8221; (i.e. you want to mimick what is in the /usr/lib/firefox-1.5.0.12/plugins/ directory). If you dont have the flash plug-in installed, skip this step.</p>
<p> <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> As a regular user, test everything out by running the &#8220;firefox_2_test&#8221; command from the command line.</p>
<p>9) If everything works and you like using firefox 2 do the following as root:<br />
9a) &#8220;mv /usr/bin/firefox /usr/bin/firefox_1_5&#8243;<br />
9b) &#8220;mv /usr/bin/firefox_2_test  /usr/bin/firefox&#8221;</p>
<p>Now, whenever the system runs the firefox command, firefox 2 will be launched.</p>
<p>To make sure nothing gets broken when there&#8217;s an update of CentOS firefox 1.5 rpm do the following:</p>
<p>10) As root &#8220;cp /usr/bin/firefox /usr/bin/firefox2_orig&#8221;</p>
<p>11) After an update to the firefox 1.5 rpm, as root &#8220;cp /usr/bin/firefox2_orig /usr/bin/firefox&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diezel</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-257</link>
		<dc:creator>Diezel</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-257</guid>
		<description>I&#039;ll try it this way the next time I&#039;ll install CentOS and see how it goes. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try it this way the next time I&#8217;ll install CentOS and see how it goes. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diezel</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-258</link>
		<dc:creator>Diezel</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-258</guid>
		<description>Great to hear that there was no bigger problem.</description>
		<content:encoded><![CDATA[<p>Great to hear that there was no bigger problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark R</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-267</link>
		<dc:creator>Mark R</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-267</guid>
		<description>With this article and another, I was able to get Flash to work on this version of FFox 64bit.

Here&#039;s the other article:
http://justinconover.com/blog/2007/05/12/flash-with-64-bit-firefox/#comment-174

(copied below)


Since I run CentOS 5 and Fedora 7 on most of my laptop/desktop(s) I use 64 bit version for the OS. Instead of adding 32 bit firefox (installed too) you can use nspluginwrapper for flash/java/real and several other plugins.

wget http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-0.9.91.4-1.x86_64.rpm

wget http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz

sudo rpm -ivh nspluginwrapper-*

tar xvzf install_flash_player_9_linux.tar.gz

cp install_flash_player_9_linux/libflashplayer.so /usr/lib/mozilla/plugins/

cp install_flash_player_9_linux/flashplayer.xpt /usr/lib/mozilla/plugins/

nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so


Many thanks to the posters of both articles for simplifying this matter :)

Sincerely,

Mark R</description>
		<content:encoded><![CDATA[<p>With this article and another, I was able to get Flash to work on this version of FFox 64bit.</p>
<p>Here&#8217;s the other article:<br />
<a href="http://justinconover.com/blog/2007/05/12/flash-with-64-bit-firefox/#comment-174" rel="nofollow">http://justinconover.com/blog/2007/05/12/flash-with-64-bit-firefox/#comment-174</a></p>
<p>(copied below)</p>
<p>Since I run CentOS 5 and Fedora 7 on most of my laptop/desktop(s) I use 64 bit version for the OS. Instead of adding 32 bit firefox (installed too) you can use nspluginwrapper for flash/java/real and several other plugins.</p>
<p>wget <a href="http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-0.9.91.4-1.x86_64.rpm" rel="nofollow">http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-0.9.91.4-1.x86_64.rpm</a></p>
<p>wget <a href="http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm" rel="nofollow">http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm</a><br />
wget <a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz" rel="nofollow">http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz</a></p>
<p>sudo rpm -ivh nspluginwrapper-*</p>
<p>tar xvzf install_flash_player_9_linux.tar.gz</p>
<p>cp install_flash_player_9_linux/libflashplayer.so /usr/lib/mozilla/plugins/</p>
<p>cp install_flash_player_9_linux/flashplayer.xpt /usr/lib/mozilla/plugins/</p>
<p>nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so</p>
<p>Many thanks to the posters of both articles for simplifying this matter <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sincerely,</p>
<p>Mark R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-272</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-272</guid>
		<description>Hi, I had a problem with the first install. when I try to run the program I get this message: &quot;Error: the browser firefox doesn&#039;t exist. Please reconfigure&quot;. Please help me.</description>
		<content:encoded><![CDATA[<p>Hi, I had a problem with the first install. when I try to run the program I get this message: &#8220;Error: the browser firefox doesn&#8217;t exist. Please reconfigure&#8221;. Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.nixadmins.net/2007/11/22/install-firefox-2-0-0-9-in-centos-5-rhel-5/comment-page-1/#comment-273</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-273</guid>
		<description>sorry, I already solved the problem... i missed a part....</description>
		<content:encoded><![CDATA[<p>sorry, I already solved the problem&#8230; i missed a part&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
