| View previous topic :: View next topic |
| Author |
Message |
wayne1932 Xplorer
Joined: 21 Oct 2004 Posts: 143 Location: Richardson TX
|
Posted: Fri Mar 25, 2005 10:17 am Post subject: Acrobat reader v 7.0 for Linux |
|
|
I would like to see this package added. I have downloaded the RPM but have been reluctant to try to install it via XN. I have come to depend on my Xandros system too much. I don't want to break it.
Has anyone already loaded it with good results or did it break something. If so -- what did it break? |
|
| Back to top |
|
 |
Arne Anka Xanspiration

Joined: 21 Mar 2004 Posts: 4186 Location: Stockholm, Sweden
|
|
| Back to top |
|
 |
satyen Xandrosian

Joined: 03 Jan 2004 Posts: 195
|
Posted: Fri Mar 25, 2005 2:25 pm Post subject: |
|
|
| Yes. I downloaded the .gz package. Unpacked and installed in /opt/Acrobat7.0. Absolutely no problem. It got many other features and runs great. |
|
| Back to top |
|
 |
judyz Xendrosian

Joined: 23 Jan 2005 Posts: 1243 Location: Brantford Ontario
|
Posted: Fri Mar 25, 2005 9:56 pm Post subject: |
|
|
Me too. I was still using 5.0 Thanks for the tip! _________________ Judyz
Never try to teach a pig to sing. It wastes your time, and it annoys the pig.
Xandros 4 Premium and Every Other OS I Can Get.
Ontario, Canada
 |
|
| Back to top |
|
 |
dibldabl Xplorer
Joined: 30 May 2004 Posts: 3
|
Posted: Sat Mar 26, 2005 11:48 am Post subject: |
|
|
To add my story...
I opted to install the RPM version of the Adobe Acrobat Reader 7 file downloaded from the FTP link earlier in this thread. I have Xandros 2.0 on my laptop. Anyway, I used the Xandros Networks app to install the RPM. It created the DEB version and installed. I received errors about the failure of the post install script to create two symbolic links.
I tested the install by typing 'acroread' into a terminal window. Reader 7 started, complained about a missing plugin, but I was able to continue past it and successfully read several PDF files.
Reader 7 was also added to the Xandros menu. |
|
| Back to top |
|
 |
Arne Anka Xanspiration

Joined: 21 Mar 2004 Posts: 4186 Location: Stockholm, Sweden
|
Posted: Sat Mar 26, 2005 3:37 pm Post subject: |
|
|
There is a bug in the RPM package of acrobat causing the install and run of acrobat to generate error messages. To get rid of the plug-in error message, I had to do following things after installation.
- Ensure you have /usr/lib/liblber.so.2 and /usr/lib/libldap.so.2.
- Open a root console.
- cd ACROPATH/Reader/intellinux/lib
- ACROPATH refers to the directory where you installed acrobat.
- ln -s /usr/lib/liblber.so.2 liblber.so
- ln -s /usr/lib/libldap.so.2 libldap.so
Now you shouold not get any error messages when you run Acrobat. |
|
| Back to top |
|
 |
dibldabl Xplorer
Joined: 30 May 2004 Posts: 3
|
Posted: Sat Mar 26, 2005 5:26 pm Post subject: |
|
|
| Arne Anka wrote: |
- Ensure you have /usr/lib/liblber.so.2 and /usr/lib/libldap.so.2.
- Open a root console.
- cd ACROPATH/Reader/intellinux/lib
- ACROPATH refers to the directory where you installed acrobat.
- ln -s /usr/lib/liblber.so.2 liblber.so
- ln -s /usr/lib/libldap.so.2 libldap.so
Now you shouold not get any error messages when you run Acrobat. |
Thank you for your response. I followed your instructions and still get the plug-in initiialization error message "Error loading plug-in PPKLite.api. Plug-in failed to initiialize."
I did some research and someone recommended renaming PPKLite.api to PPKLite.api.old. This worked; the error message disappeared. Certainly not an elegant solution though.
Evidently PPKLite is a handler used by Reader to verify a PDF standard signature. I'm not sure what this means but at least if I get an error message to that effect when loading a PDF, I'll know where to start looking.
Also, on my machine the ACROPATH is /usr/local/Adobe/Acrobat7.0 and PPKLite. api is located in /usr/local/Adobe/Acrobat7.0/Reader/intellinux/plug_ins |
|
| Back to top |
|
 |
Arne Anka Xanspiration

Joined: 21 Mar 2004 Posts: 4186 Location: Stockholm, Sweden
|
Posted: Sat Mar 26, 2005 6:10 pm Post subject: |
|
|
| That was the solution I used to fix the PPKLite.api error and now it works for me. Have you tried the tar ball instead ? Because the PPKLite.api seem to only occur with the RPM. |
|
| Back to top |
|
 |
dibldabl Xplorer
Joined: 30 May 2004 Posts: 3
|
Posted: Sat Mar 26, 2005 6:56 pm Post subject: |
|
|
| Arne Anka wrote: | | That was the solution I used to fix the PPKLite.api error and now it works for me. Have you tried the tar ball instead ? Because the PPKLite.api seem to only occur with the RPM. |
I started out first using the tarball but got a lot of errors when I tried to unpack it; probably a bad download. No MD5Sum on the Adobe FTP server to check <sigh> so I tried the RPM next and the rest is history.
I really appreciate your help. My success with Linux over the past year has been directly proportional to the number of solutions posted in this and other forums around the Internet. The body of knowledge, number and quality of solutions posted, has reached a critical mass in my opinion and I hope will provide an informal 'knowledgebase' for others who want to venture away from Windows into the land of Linux. |
|
| Back to top |
|
 |
judyz Xendrosian

Joined: 23 Jan 2005 Posts: 1243 Location: Brantford Ontario
|
Posted: Sat Mar 26, 2005 8:44 pm Post subject: |
|
|
| dibldabl wrote: |
I started out first using the tarball but got a lot of errors when I tried to unpack it; probably a bad download. No MD5Sum on the Adobe FTP server to check <sigh> so I tried the RPM next and the rest is history.
I really appreciate your help. My success with Linux over the past year has been directly proportional to the number of solutions posted in this and other forums around the Internet. The body of knowledge, number and quality of solutions posted, has reached a critical mass in my opinion and I hope will provide an informal 'knowledgebase' for others who want to venture away from Windows into the land of Linux. |
I installed the Tarball version without any difficulties. I always figure that compiling for my system is a better fit than trying to install a rpm. _________________ Judyz
Never try to teach a pig to sing. It wastes your time, and it annoys the pig.
Xandros 4 Premium and Every Other OS I Can Get.
Ontario, Canada
 |
|
| Back to top |
|
 |
lgharriman Xandrosianling

Joined: 03 May 2003 Posts: 334 Location: Mount Airy, North Carolina
|
Posted: Mon Mar 28, 2005 12:40 am Post subject: Another Source for Adobe Acroread 7.0 for Linux |
|
|
Hey Guys,
I found another source for Acroread 7.0 for Linux.
Here is the website:
http://fileforum.betanews.com/detail/Adobe_Reader_for_Linux/942951453/4
It is in .tgz format. I first removed Acroread 5.09 via XN.
I unpacked the file to my home user directory.
Open a console and change to su root and enter your password.
Change to /home/<USRNAME>/AdobeReader/ directory
(cd /home/<USERNAME>/AdobeReader/)
I then installed using the INSTALL script in the AdobeReader directory. (./INSTALL)
The Acroread installs in /usr/local/Adobe/Acrobat7.0/bin directory by default.
Change to /usr/bin/ (cd /usr/bin/)
Create a symbolic link: ln -s /usr/local/Adobe/Acrobat7.0/bin/acroread /usr/bin/
Now to install the plugin for Mozilla or Firefox
Change Directory to /usr/local/Adobe/Acrobat7.0/Browser
Run the install_browser_plugin (./install_browser_plugin)
II installed it globally.
I didn't encouter any errors or problems. This version says it is beta. It may be a later version than the link mentioned at the top of this thread.
I hope this helps anyone having problems getting the Acroread 7.0 going in Linux.
I am running Xandros 3.0 Deluxe version.
Larry H  _________________ Registered Linux User #352037
Close Your Windows ...
The Penguins are Here ... (To Stay)
Windows No More ... In 2004
Visit My Brother's Photography Website:
www.harrimanphoto.com
Last edited by lgharriman on Mon Mar 28, 2005 8:57 pm; edited 2 times in total |
|
| Back to top |
|
 |
JimWag Xandrosianding

Joined: 06 Mar 2003 Posts: 848 Location: Mesa AZ
|
Posted: Mon Mar 28, 2005 11:23 am Post subject: |
|
|
Larry,
Thanks for your instructions. I kept getting this "too few arguments" no matter what I tried when installing. I forget everything I tried. It took awhile, but finally have it installed and it works great.
Thanks again.
Jim _________________ I am an enthusiast, but not a crank.........Wilbur Wright |
|
| Back to top |
|
 |
lgharriman Xandrosianling

Joined: 03 May 2003 Posts: 334 Location: Mount Airy, North Carolina
|
Posted: Mon Mar 28, 2005 1:12 pm Post subject: |
|
|
Hey Jim
Glad you got it going. I certainly like v7 better thatn previous version I had installed. I made another system backup in case I mess up and have to start over.
Larry H  _________________ Registered Linux User #352037
Close Your Windows ...
The Penguins are Here ... (To Stay)
Windows No More ... In 2004
Visit My Brother's Photography Website:
www.harrimanphoto.com |
|
| Back to top |
|
 |
JAwuku Xplorer
Joined: 15 Mar 2005 Posts: 27 Location: United Kingdom
|
Posted: Wed Mar 30, 2005 4:38 pm Post subject: Debian File for Adobe Reader 7.0 |
|
|
Hi everyone,
I found a copy of a debian version (.deb) for Adobe Reader 7.0. If you go to Xandros Networks and add the following line to your Application Sources:
Edit > Set Application Sources > Add button
type: deb ftp://ftp.nerim.net/debian-marillat/ testing main
and then you can download and install Adobe Reader 7.0 via XN. |
|
| Back to top |
|
 |
a7bat Xplorer
Joined: 21 Feb 2005 Posts: 24
|
Posted: Wed Mar 30, 2005 4:53 pm Post subject: |
|
|
JAwuku, did you need to do any preparation before installing this deb?
And does it work fine with FireFox, or do I need to add something to FireFox?
I hope when Adobe officially releases acrobat 7, that it considers using autopackage. It sure will be a lot easier for average users to install programs. |
|
| Back to top |
|
 |
|