10

I get the error after executing acroread:

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

3 Answers3

17

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

sudo apt-get install libstdc++6:i386
sudo apt-get install libxml2:i386
Eric Carvalho
  • 55,453
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.

1

You are missing libxml2 library. Install it from terminal:

sudo apt-get install libxml2