LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-02-2006, 06:06 PM   #1
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Rep: Reputation: 30
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?
 
Old 02-02-2006, 06:35 PM   #2
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
It seems that latest version for Acrobat is broken. You should fall back to previous version (IMHO)
 
Old 02-03-2006, 12:20 AM   #3
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
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?
 
Old 02-03-2006, 01:25 AM   #4
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
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.
 
Old 02-03-2006, 02:08 AM   #5
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

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

Regards
 
Old 04-05-2006, 01:10 PM   #6
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
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.
 
Old 04-05-2006, 02:11 PM   #7
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
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?
 
Old 04-05-2006, 02:17 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
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.
 
Old 05-23-2006, 05:04 AM   #9
therealjonken
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
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.
 
Old 05-23-2006, 04:06 PM   #10
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
That's odd, why does that fix it?
 
Old 05-25-2006, 06:18 AM   #11
therealjonken
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
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
 
Old 07-07-2006, 03:56 AM   #12
Theta13579
Member
 
Registered: Aug 2005
Location: Milky Way Galaxy
Distribution: Slackware
Posts: 34

Rep: Reputation: Disabled
Lightbulb 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.
 
Old 11-04-2006, 05:23 AM   #13
TZRick
LQ Newbie
 
Registered: Aug 2006
Location: Tamarac, FL, USA
Distribution: Ubuntu 6.10 Edgy Eft
Posts: 20

Rep: Reputation: 0
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...
 
Old 01-25-2007, 02:07 PM   #14
Earl Parker II
Member
 
Registered: Jan 2002
Location: Shelby, NC, US
Distribution: Linux Mint 19.2
Posts: 130

Rep: Reputation: 17
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).
 
Old 04-12-2007, 09:05 AM   #15
kolarm3
LQ Newbie
 
Registered: Apr 2007
Posts: 1

Rep: Reputation: 0
Cool

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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Adobe acrobat error on new install joe83 Slackware 0 11-04-2004 04:56 PM
Loading modules error after loading compiled kernel td0l2 Linux - Newbie 12 07-28-2004 11:10 AM
Acrobat print error message rsamurti Slackware - Installation 0 01-24-2004 11:39 PM
Loading Java Plug-in's with Mandrake? dolphans1 Mandriva 3 10-28-2003 01:32 AM
Acrobat execution error on RH8.0 SML Linux - Newbie 2 12-27-2002 10:44 PM

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

All times are GMT -5. The time now is 04:52 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