2009年11月29日日曜日

vine4.2+opera10

さてNHKの日曜将棋を見ながら、firefoxよりも軽量なブラウザoperaのインストール。
将棋に見取れて、vine seedやplusにあるか調べ忘れて・・・本家operaのページからopera10をダウンロードしてから、apt-get install。
#apt-get install opera-10.10.gcc4.shared.qt3.i386.rpm

The following extra packages will be installed:
libmng opera qt
The following NEW packages will be installed:
libmng opera qt
0 upgraded, 3 newly installed, 0 removed and 0 not upgraded.
Need to get 5359kB/19.0MB of archives.
After unpacking 44.3MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://updates.vinelinux.org 4.2/i386/plus libmng 1.0.9-0vl1 [215kB]
Get:2 http://updates.vinelinux.org 4.2/i386/plus qt 3.3.5-0vl9.5 [5144kB]
Fetched 5359kB in 16s (330kB/s)
Committing changes...
Preparing... ########################################### [100%]
1:libmng ########################################### [ 33%]
2:qt ########################################### [ 67%]
3:opera ########################################### [100%]
Done.

ここで、インストール完了と思って、operaを起動してみると、
# opera &
[1] 2932
[root@localhost Desktop]# ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD canno t be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/opera: error while loading shared libraries: libqt-mt.so.3: canno t open shared object file: No such file or directory

[1]+ Exit 127 opera

うっ・・・。エラーだ。
なぜ?依存性エラーがでなかったんだ!!
と不審に思いながら、あやしいjavaをインストール

]# apt-get install java
Reading Package Lists... Done
Building Dependency Tree... Done
Selecting java-1.6.0-sun for 'java'
The following extra packages will be installed:
java-1.6.0-sun java-1.6.0-sun-alsa java-1.6.0-sun-fonts java-1.6.0-sun-jdbc
java-1.6.0-sun-plugin jpackage-utils
The following NEW packages will be installed:
java-1.6.0-sun java-1.6.0-sun-alsa java-1.6.0-sun-fonts java-1.6.0-sun-jdbc
java-1.6.0-sun-plugin jpackage-utils
0 upgraded, 6 newly installed, 0 removed and 0 not upgraded.
Need to get 33.9MB of archives.
After unpacking 91.2MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://updates.vinelinux.org 4.2/i386/plus jpackage-utils 1.7.4-2jpp1vl4 [ 63.2kB]
Get:2 http://updates.vinelinux.org 4.2/i386/nonfree java-1.6.0-sun-plugin 1.6.0. 07-1vl4 [593kB]
Get:3 http://updates.vinelinux.org 4.2/i386/nonfree java-1.6.0-sun-jdbc 1.6.0.07 -1vl4 [21.9kB]
Get:4 http://updates.vinelinux.org 4.2/i386/nonfree java-1.6.0-sun-fonts 1.6.0.0 7-1vl4 [1257kB]
Get:5 http://updates.vinelinux.org 4.2/i386/nonfree java-1.6.0-sun 1.6.0.07-1vl4 [31.9MB]
Get:6 http://updates.vinelinux.org 4.2/i386/nonfree java-1.6.0-sun-alsa 1.6.0.07 -1vl4 [29.0kB]
Fetched 33.9MB in 1m13s (463kB/s)
Committing changes...
Preparing... ########################################### [100%]
1:jpackage-utils ########################################### [ 17%]
2:java-1.6.0-sun-plugin ########################################### [ 33%]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ja_JP.eucJP"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
3:java-1.6.0-sun-jdbc ########################################### [ 50%]
4:java-1.6.0-sun-fonts ########################################### [ 67%]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ja_JP.eucJP"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
5:java-1.6.0-sun ########################################### [ 83%]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ja_JP.eucJP"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ja_JP.eucJP"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ja_JP.eucJP"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ja_JP.eucJP"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
6:java-1.6.0-sun-alsa ########################################### [100%]
Done.

ここで、operaを起動してみる。
# opera &
[1] 3187
[root@localhost Desktop]# /usr/lib/opera/opera: error while loading shared libra ries: libqt-mt.so.3: cannot open shared object file: No such file or directory
# /usr/lib/opera/opera: error while loading shared libraries : libqt-mt.so.3: cannot open shared object file: No such file or directory

[1]+ Exit 127 opera
[root@localhost lib]# ln -s /usr/lib/qt-3.3.5/lib/libqt-mt.so.3 /lib/libqt-mt.so .3
[root@localhost lib]# opera & [1] 3344
[root@localhost lib]# /usr/lib/opera/opera: Symbol `_ZTI7QWidget' has different size in shared object, consider re-linking
/usr/lib/opera/opera: Symbol `_ZTI10QPopupMenu' has different size in shared obj ect, consider re-linking

operaが今度は起動した。
しか〜〜し、flashPlayer10が動かないぞ〜〜。ダメヤン

[1]+ Exit 127 opera

まだ、だめだ。
ネット上で調べると、無理っぽい情報が多いので、結局諦めた。

0 件のコメント: