Firefox 5 のインストールと起動
まずは Firefox 5 のページにアクセスして Linux i686 版の firefox-5.0.1-tar.bz2 をダウンロードする。
そして、展開してスクリプトで起動!
[paraches@localhost myTest]$ tar -jxvf firefox-5.0.1.tar.bz2 [paraches@localhost myTest]$ cd firefox [paraches@localhost firefox]$ ./firefox /home/paraches/myTest/firefox/run-mozilla.sh: /home/paraches/myTest/firefox/firefox-bin: /lib/ld-linux.so.2: bad ELF interpreter: そのようなファイルやディレクトリはありません /home/paraches/myTest/firefox/run-mozilla.sh: line 141: /home/paraches/myTest/firefox/firefox-bin: 成功です [paraches@localhost firefox]$
エラー! どういうこと?
どうも 32bit 用のリンカ?がないということらしい。けど、自分のシステムは x86_64 なんだけど…。なんでそうなるんだろう?
あ、Firefox 5 が i686 版だ!