I have downloaded adobe reader 9.5.5 and installed it using gdebi.Now if I click on any pdf it is not starting.I tried "acroread" in terminal and it is showing me this error
/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
Then I have installed libxml2.But still it is showing the same above error. My system OS is ubuntu 13.10.
Is there any solution to my problem for using Adobe reader or any other alternative pdf reader other than foxit and default(evince) or okular by using which I can highlight any text in my pdf?
I resolved this issue on my 64 bits Ubuntu (13.10) using the following terminal command:
Maybe this is an issue with symbolic link to the correct version.
Identify the library dependency of your program and locate the library like this (I don't have acroread, but should be same):
If you do not have symlink named libxml2.so.2 pointing somewhere, create one:
Change evince to acroread in your case. Hope this helps.
This also resolved it for me in Debian Buster using the following terminal command:
This link https://answers.launchpad.net/ubuntu/+source/acroread/+question/209800, post #23 and #24 can also help to solve this issue. I successfully applied both on Ubuntu 18.04, kernel 4.15.0-45-generic