LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-22-2012, 03:26 PM   #1
RAFAL
Member
 
Registered: Feb 2006
Location: Warsaw, Poland
Distribution: Archlinux, Debian
Posts: 139

Rep: Reputation: 16
Acrobat Reader issue - Debian


Hi
I have just installed the latest available file from ADOBE page:
AdbeRdr9.5.1-1_i486linux_enu.bin

Installation went well, but when I execute "acroread" I get an error:
/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

I have this file here:
libgdk_pixbuf_xlib-2.0.so.0

here command and result:
"uname -r" shows "2.6.32-5-amd64"

I am using Debian 6.0.4 Squeeze

What can i do in order to make Adobe working fine ?
I do not see any other version of Adobe of their page.

regards
Rafal
 
Old 04-22-2012, 03:54 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The problem is that you installed the 32 bit version of Acrobat Reader on a 64 bit OS. The needed library is installed in a 64 bit version, but the application is asking for the 32 bit version. You can solve that problem with installing the 32 bit version of that library:
Code:
apt-get install ia32-libs-gtk
 
1 members found this post helpful.
Old 04-22-2012, 08:17 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Add the debian-multimedia.org repo to your sources.list
apt-get update
apt-get install acroread



$ apt-cache policy acroread
acroread:
Installed: 9.5.1-0.1
Candidate: 9.5.1-0.1
 
Old 04-22-2012, 08:35 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
evince is installed by default for fedora.
 
Old 04-22-2012, 09:43 PM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Cool

Quote:
Originally Posted by schneidz View Post
evince is installed by default for fedora.
And that has to do with the Op how?
Quote:
I am using Debian 6.0.4 Squeeze
 
Old 04-23-2012, 12:34 AM   #6
RAFAL
Member
 
Registered: Feb 2006
Location: Warsaw, Poland
Distribution: Archlinux, Debian
Posts: 139

Original Poster
Rep: Reputation: 16
Solved

Quote:
Originally Posted by TobiSGD View Post
The problem is that you installed the 32 bit version of Acrobat Reader on a 64 bit OS. The needed library is installed in a 64 bit version, but the application is asking for the 32 bit version. You can solve that problem with installing the 32 bit version of that library:
Code:
apt-get install ia32-libs-gtk
Yes !
This solved my issue ;-)


Thanks a lot

regards
Rafal
 
Old 04-23-2012, 06:55 AM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by craigevil View Post
And that has to do with the Op how?
i was suggesting an alternative to the acrobat pdf reader created by adobe (in my opinion evince is less bloated and more streamlined than acrobat).
 
Old 06-14-2012, 08:16 AM   #8
tonytraductor
LQ Newbie
 
Registered: Sep 2008
Location: new haven, ct, usa
Distribution: Debian Stable
Posts: 8

Rep: Reputation: 0
no acroread in multimedia

I'm using Squeeze on AMD64, with multimedia enabled, and the ia32 libs installed.
I do not find acroread in the repos.
aptitude search acroread
gives me nothing found.

I have evince and pdfedit, so probably I have everything I need, but a client wants me to "add notes to a pdf file",
and I'm not certain if pdfedit's "add text" is what they want/need, and/or if Adobe's product (add comment) would resolve this matter.
I have the acroread installed on a 32bit laptop with peppermint os (mint/ubu remixed for netbooks and laptops), but I'd much rather work on my amd64 desktop workhorse.
 
Old 06-14-2012, 08:17 AM   #9
tonytraductor
LQ Newbie
 
Registered: Sep 2008
Location: new haven, ct, usa
Distribution: Debian Stable
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by schneidz View Post
i was suggesting an alternative to the acrobat pdf reader created by adobe (in my opinion evince is less bloated and more streamlined than acrobat).
Indeed, evince is what I use most for reading pdf files, and it is good stuff.
It might be that the OP needs something that evince (or epdfviewer or xpdf or any of the other excellent FLOSS alternatives) doesn't offer, however.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
debian (Etch) PDFs broken / elongated / in ImageMagick / Acrobat Reader stu7 Debian 3 10-28-2008 07:45 AM
acrobat reader 7 alaios Debian 4 05-19-2005 10:48 AM
Another Acrobat Reader Issue Gringo Linux - Newbie 5 06-21-2004 10:50 PM
where is my acrobat reader ycli00 Linux - Networking 4 02-29-2004 07:42 AM
Acrobat reader 5.06 helenvale Linux - Newbie 10 07-27-2003 05:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration