- Added parts are displayed like this.
- Deleted parts are displayed
like this.
~$ acroreadこれまでLinuxはAMD64のDebianを使ってきて、問題になったことはなかったのですが
/opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory今回Adobe Readerをインストールしようとしたところエラーが出た。
そこで次のように強制的にインストールした。
http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id292205 dpkg --force-architecture -i AdobeRdr9.1.3-1_i386linux_jpn.deb
The quick way次に32bitアプリを動かすための32ビットライブラリーをインストール
apt-get install ia32-libs ia32-libs-gtk
これでやっと動いた
----
[[技術的な覚書き]]へ戻る
There is already a minimal set of IA32 libraries packaged for use in a 64bit Debian system. Simply type:[[OTO-Ohshima Tamashima Observatory-]]トップへ戻る
apt-get install ia32-libs
and you will be able to run most 32bit binaries within your system. In other words, you don't need a whole chroot to run quite a few programs: installing ia32-libs is a solution for most cases.{{counter}}