LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Adobe Acrobat Reader 7 for Linux available (https://www.linuxquestions.org/questions/linux-software-2/adobe-acrobat-reader-7-for-linux-available-301931/)

reddazz 04-02-2005 12:19 AM

If you read the installation and release notes, they tell you which packages to install on your system to prevent that plugin error.

ashusharma 04-08-2005 06:48 AM

Quote:

Originally posted by Terje
I've had the exact same problem with the PPKLite.api plugin not initializing on my Slackware 10.0 (2.4.26) system running Acroread v7.0.0. Everything seems to work as expected, but I'd like to know what that plugin is and what it does.
Terje

"The PPKLite plug-in provides signature and encryption services. Supported services include: public key encryption and decryption, public key signatures and signature verification, direct support for industry standard PKCS#12, password-protected private key storage files, and support for the Adobe Policy Server."

amon 04-16-2005 06:07 AM

my problems sorted and my 2c
 
I tried downloading the RPM and using alien to convert it to a deb file then installing with dpkg. this lead to all sorts of problems. i found the best solution was to (first of all uninstall the rpm) then follow through this list which can be run as a user (but best to be done as root so all users on a system can use the program)

Code:

wget ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/AdbeRdr70_linux_enu.tar.gz
gunzip -d AdbeRdr70_linux_enu.tar.gz
tar -xf AdbeRdr70_linux_enu.tar
cd AdobeReader
./INSTALL

This stopped me getting the error:
Quote:

There was an error while loading the plug-in 'PPKLite.api'. The plug-in failed to initialize.
As for adobe reader 7, on my system it loads fast (unlike 6 on windows) I like it and am keen to encourage companies to port their software to Linux. while for some users xpdf or gv are faster for more people to convert to Linux things like this are important. windows (L)users are easily put off when they are faced with something like xpdf which is not as easy to use as adobe reader 7 for Linux (which is identical to 7 for windows). Good one adobe, i like adobe reader 7. I'd recommend to the nay Sayers install it. try it for a couple of days then make your judgment call. it is an improvement on adobe 5 which was an ugly afterthought.

added this new:
forgot to say, if you install that way you will need to make a link to it. if you install as root and use the defult settings then this will get you a link to it (as root):
Code:

cd /usr/bin/
ln -s /usr/local/Adobe/Acrobat7.0/bin/acroread



All times are GMT -5. The time now is 02:13 PM.