Adobe reader x64 missing dependencies

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

Solution 1:

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

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

Solution 2:

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.

Solution 3:

You are missing libxml2 library. Install it from terminal:

sudo apt-get install libxml2