Adobe Reader x64の依存関係がありません


10

実行後にエラーが発生しますacroread

acroread: error while loading shared libraries:
libxml2.so.2: cannot open shared object file: No such file or directory

さらに(私にとっては)sudo apt-get install libgtk2.0-0:i386はzillion i386パッケージをインストールしますが、私たちはadobe-still-32bits-in-2014コードを実行できるようにしたいと考えています。

回答:


1

libxml2ライブラリがありません。ターミナルからインストールします:

sudo apt-get install libxml2

2
to be exact... I tried to install the x32 version and noticed a few packages, that were not installed on default for x64 system. One of them was libxml2 :)
mathematiker

18

You need to install the libs:32. Execute these commands:

sudo apt-get install libstdc++6:i386
sudo apt-get install libxml2:i386

4
I wish Adobe would make packages that don't suck.
Eric Hartford

6

In addition to making sure libxml2 is installed and depending on which version of Ubuntu you are running -- I upgraded from 10.04 to 12.04 -- you also might need to have ia32-libs installed as noted here.

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.