LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Acrobat: error loading plug-in PPKLite.api (https://www.linuxquestions.org/questions/linux-software-2/acrobat-error-loading-plug-in-ppklite-api-411041/)

jrdioko 02-02-2006 06:06 PM

Acrobat: error loading plug-in PPKLite.api
 
I was having some trouble with things not displaying properly in PDFs, so I downloaded the latest version of Acrobat from Adobe. When I try to open any pdf, I get a dialog saying:

Code:

There was an error while loading the plug-in 'PPKLite.api'. The plug-in failed to initialize.
Any ideas?

Hammett 02-02-2006 06:35 PM

It seems that latest version for Acrobat is broken. You should fall back to previous version (IMHO)

megaspaz 02-03-2006 12:20 AM

well, the plugin errors are no big deal. you can just keep clicking ok and when all the plugin errors are done notifying, the pdf should open up. I had plugins problem when i was using gcc3-3.1-5, glibc3.1-5 and libstdc++3-3.1-5. I had on the whim found gcc3-3.2-7, glibc3.2-7 and libstc++3-3.2-7 packages for my redhat 7.3 box and upgraded that - plugin errors went away. It seems to me that the glibc and libstdc++ upgrade fixed it and it's my guess that adobe needs a glibc version of at least 3.2.

Although, when you said you got the latest one, did you mean from adobe.com or the latest from your distro repository?

jrdioko 02-03-2006 01:25 AM

Latest from adobe.com. I know you can click OK and it works fine, but it doesn't seem like something that should be happening. I have glibc 2.3.5. This page says "The current version is 2.3.6."

Since it's not that big of an issue, maybe I'll just ignore it and watch for the next release of acrobat.

bathory 02-03-2006 02:08 AM

I had the same problem and the solution is to delete (or move somewhere else) PPKLite.api, so it stops complaining.

Regards

/bin/bash 04-05-2006 01:10 PM

Doesn't seem related but this is due to missing libldap.so library.
I installed the openldap-client package and the error went away. You may need to do an ldconfig after installing.

jrdioko 04-05-2006 02:11 PM

I seem to have it already:

Code:

/opt/openoffice.org2.0/program/libldap50.so
/usr/lib/mozilla-1.7.12/libldap50.so
/usr/lib/netscape/libldap50.so
/usr/local/thunderbird/libldap50.so

I have done an ldconfig. Is there a way to have acroread see it? And when is Adobe going to release a new version, anyway?

reddazz 04-05-2006 02:17 PM

Quote:

Originally Posted by jrdioko
I seem to have it already:

Code:

/opt/openoffice.org2.0/program/libldap50.so
/usr/lib/mozilla-1.7.12/libldap50.so
/usr/lib/netscape/libldap50.so
/usr/local/thunderbird/libldap50.so

I have done an ldconfig. Is there a way to have acroread see it? And when is Adobe going to release a new version, anyway?

You need to install openldap which is a different package from the ones on your system.

therealjonken 05-23-2006 05:04 AM

Change access permission for PPKLite.api, this worked for me:

su -
cd /usr/local/Adobe/Acrobat7.0/Reader/intellinux/plug_ins/
chmod -x PPKLite.api

Now, acrobat works just fine.

jrdioko 05-23-2006 04:06 PM

That's odd, why does that fix it?

therealjonken 05-25-2006 06:18 AM

It seems that PPKLIte doesn't affect Reader's functionality, I just had to close the window every time and then Reader started up.
So what I did was to remove the execute permission forr PPKLite.api and not making it executable. I guess another way would be to delete the file entirely-again, since it seems that acrobat works fine without it.

I guess that installing the OpenLDAP suite also fixes the problem, but this seemed quicker. I found some info on it in a Brazilian e-zine, slackwarezine.com.br

Theta13579 07-07-2006 03:56 AM

solution x
 
Reader 7.0.5
cd /usr/local/Adobe/Acrobat7.0/Reader/intellinux/plug_ins/

chmod -v 777 PPKLite.api = problem rwxrwxrwx
chmod -v 766 * = no problem rwxrw-rw-
chmod -v 755 * = problem rwxr-x-r-x
chmod -v 744 * = no problem rwxr--r--
chmod -v 733 * = no problem rwx-wx-wx
chmod -v 722 * = no problem rwx-w--w-
chmod -v 711 * = no problem rwx--x--x
chmod -v 700 * = no problem rwx------

Now if someone wants to add that OpenLDAP program to... oh yah I did from linuxpackages.org before doing this test... That is unless it needs some symbolic links to certian lib-files?

PS. 5 min after my post:
--7.0.8 is now out so this should no longer be a problem.

TZRick 11-04-2006 05:23 AM

FYI: I am running Ubuntu 6.06 and just downloaded the .rpm from Adobe's site (7.0.8 version; uninstalled the 7.0.1 version available from the default repositories). I was having this error and I installed libldap2-dev version 2.1.30-12ubuntu3 using Synaptic Package Manager and the error went away.

Hope this can help someone...

Earl Parker II 01-25-2007 02:07 PM

I had the same problem with Adobe 7.0.9 on a Slacware 10.2 box. Changing the name to xPPKLite.api didn't help, nor did changing permissions to 644 (though, to be fair, I didn't try all of the various permissions like Theta13579 did). Moving the file to another directory worked, as did changing '.api' to '.000' (or probably anything else, for that matter).

kolarm3 04-12-2007 09:05 AM

Hi,

I don't know what PPKLite.api pluging is doing but I deleted it and
error message disappeared. :scratch:
What easy. Can you tell me what PPKLite.api is doing.

Thank you.

Martin


All times are GMT -5. The time now is 06:26 PM.