使用バージョン:CentOS 5.1, FireFox 2.0.0.12
ググった情報を参考に、下記の手順でアップデートしてみる。
参考1
参考2
参考3
FireFox2のダウンロード |
FireFoxのダウンロードサイトからfirefox-2.0.0.12.tar.gzをダウンロードして、~root/Desktopに置く。 |
tarballを解凍して/usr/lib/に配置 |
rootになる。 # cd ~/Desktop # gunzip firefox-2.0.0.12.tar.gz # mv firefox /usr/lib/firefox-2.0.0.12 |
FireFox1.5の起動スクリプトをのける |
# mv /usr/bin/firefox /usr/bin/firefox.old |
FireFox2.0の起動スクリプトへのシンボリックリンク作成 |
# ln -s /usr/lib/firefox-2.0.0.12/firefox /usr/bin/firefox |
必要に応じてプラグインをコピる |
Then you need to take care of any plugins you have installed ... by moving them from /usr/lib/mozilla/plugins and /usr/lib/firefox-1.5.{version}/plugins to /usr/lib/firefox-2.0.4/plugins/ |
/usr/lib/libstdc++.so.5とやらをインストール |
# yum install /usr/lib/libstdc++.so.5 Loading "installonlyn" plugin Setting up Install Process Setting up repositories extras 100% |=========================| 1.1 kB 00:00 updates 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 Reading repository metadata in from local files Parsing package install arguments Importing additional filelist information filelists.xml.gz 100% |=========================| 199 kB 00:00 ################################################## 338/338 filelists.xml.gz 100% |=========================| 1.2 MB 00:59 ################################################## 361/361 filelists.xml.gz 100% |=========================| 2.7 MB 00:04 ################################################## 2400/2400 filelists.xml.gz 100% |=========================| 150 B 00:00 Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for compat-libstdc++-33 to pack into transaction set. compat-libstdc++-33-3.2.3 100% |=========================| 7.2 kB 00:00 ---> Package compat-libstdc++-33.i386 0:3.2.3-61 set to be updated --> Running transaction check Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: compat-libstdc++-33 i386 3.2.3-61 base 232 k Transaction Summary ============================================================================= Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 232 k Is this ok [y/N]: y Downloading Packages: (1/1): compat-libstdc++-3 100% |=========================| 232 kB 00:00 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: compat-libstdc++-33 ######################### [1/1] Installed: compat-libstdc++-33.i386 0:3.2.3-61 Complete! # 断平一盃58の1本・・・ってとこだな。 |