2012年02月27日 chrome on Slackware-13.37 [長年日記]
_ chrome on Slackware-13.37
google-chrome-stable_current_i386.rpmを取得後、tgz形式に変換。
# rpm2tgz google-chrome-stable_current_i386.rpm
生成された google-chrome-stable_current_i386.tgz をインストールする。
# installpkg google-chrome-stable_current_i386.tgz
/opt/google/chrome/以下にインストールされる。
起動してみる。
$ /opt/google/chrome/chrome /opt/google/chrome/chrome: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
libgconf-2.so.4が無いとのたまう。
必要な物(ORBit2-2.14.19.tar.bz2、GConf-2.32.4.tar.bz2)をビルドする。
$ tar xvjf ORBit2-2.14.19.tar.bz2 $ cd ORBit2-2.14.19 $ ./configure && make # make install && ldconfig
$ tar xvjf GConf-2.32.4.tar.bz2 $ cd GConf-2.32.4 $ ./configure && make # make install && ldconfig
再度起動してみる。
$ /opt/google/chrome/chrome [1:1:723723261587:ERROR:nacl_fork_delegate_linux.cc(104)] Bad NaCl helper startup ack (0 bytes) [31698:31705:723726302155:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
何やらエラーメッセージらしき物は出てるが、無事起動。