Quantcast
Channel: Ubuntu Forums - Installation & Upgrades
Viewing all articles
Browse latest Browse all 26379

[kubuntu] How to resolve shared lib error with Acrobat

$
0
0
On Kubuntu 13.10 (X64), I downloaded and installed Reader 9.5.5 from Adobe's website using the provided *.run file.

On execution the following error occurs:
Code:

acroread
/opt/Adobe/Reader9/Reader/intellinux/bin/acroread:
  error while loading shared libraries: libgdk_pixbuf_xlib-2.0.so.0: cannot open shared object file: No such file or directory

Locate what package contains the required shared so.0 library:

Code:

sudo apt-file search libgdk_pixbuf_xlib-2.0.so.0
libgdk-pixbuf2.0-0: /usr/lib/x86_64-linux-gnu/libgdk_pixbuf_xlib-2.0.so.0
libgdk-pixbuf2.0-0: /usr/lib/x86_64-linux-gnu/libgdk_pixbuf_xlib-2.0.so.0.2800.1

Install the required pkg:

Code:

sudo apt-get install libgdk-pixbuf2.0-0
Reading package lists... Done
Building dependency tree     
Reading state information... Done
libgdk-pixbuf2.0-0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 67 not upgraded.

I'm at a loss. The package manager is telling me the dependency is already installed but acrobat cannot identify it. What do I need to do to get Adobe Acrobat Reader working?

Viewing all articles
Browse latest Browse all 26379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>