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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-02-2006, 06:06 PM
|
#1
|
Member
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944
Rep:
|
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?
|
|
|
02-02-2006, 06:35 PM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,079
Rep:
|
It seems that latest version for Acrobat is broken. You should fall back to previous version (IMHO)
|
|
|
02-03-2006, 12:20 AM
|
#3
|
Senior Member
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054
Rep:
|
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?
|
|
|
02-03-2006, 01:25 AM
|
#4
|
Member
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944
Original Poster
Rep:
|
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.
|
|
|
02-03-2006, 02:08 AM
|
#5
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,224
|
I had the same problem and the solution is to delete (or move somewhere else) PPKLite.api, so it stops complaining.
Regards
|
|
|
04-05-2006, 01:10 PM
|
#6
|
Senior Member
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802
Rep:
|
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.
|
|
|
04-05-2006, 02:11 PM
|
#7
|
Member
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944
Original Poster
Rep:
|
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?
|
|
|
04-05-2006, 02:17 PM
|
#8
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
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.
|
|
|
05-23-2006, 05:04 AM
|
#9
|
LQ Newbie
Registered: May 2006
Posts: 2
Rep:
|
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.
|
|
|
05-23-2006, 04:06 PM
|
#10
|
Member
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944
Original Poster
Rep:
|
That's odd, why does that fix it?
|
|
|
05-25-2006, 06:18 AM
|
#11
|
LQ Newbie
Registered: May 2006
Posts: 2
Rep:
|
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
|
|
|
07-07-2006, 03:56 AM
|
#12
|
Member
Registered: Aug 2005
Location: Milky Way Galaxy
Distribution: Slackware
Posts: 34
Rep: 
|
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.
Last edited by Theta13579; 07-07-2006 at 05:09 AM.
|
|
|
11-04-2006, 05:23 AM
|
#13
|
LQ Newbie
Registered: Aug 2006
Location: Tamarac, FL, USA
Distribution: Ubuntu 6.10 Edgy Eft
Posts: 20
Rep:
|
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...
|
|
|
01-25-2007, 02:07 PM
|
#14
|
Member
Registered: Jan 2002
Location: Shelby, NC, US
Distribution: Linux Mint 19.2
Posts: 130
Rep:
|
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).
|
|
|
04-12-2007, 09:05 AM
|
#15
|
LQ Newbie
Registered: Apr 2007
Posts: 1
Rep:
|
Hi,
I don't know what PPKLite.api pluging is doing but I deleted it and
error message disappeared.
What easy. Can you tell me what PPKLite.api is doing.
Thank you.
Martin
|
|
|
All times are GMT -5. The time now is 10:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|