View Full Version : Arobat Reader 7.0 error while loading the plug-in 'PPKLite.api'
Dennis Castanos
2006-05-16, 04:10 AM CDT
I installed Arobat Reader 7.0 and get this message along with the download pop up window in firefox when I try to open Arobat. I used Stanton Finley Instruction notes. Can anyone tell me how to fix it?
Dennis
There was an error while loading the plug-in 'PPKLite.api'. The plug-in fail to initialize.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Mauricio Vergara Ereche
2006-05-16, 05:20 AM CDT
El Martes, 16 de Mayo de 2006 06:03, Dennis Castanos escribio:
> I installed Arobat Reader 7.0 and get this message along with the
> download pop up window in firefox when I try to open Arobat. I used
> Stanton Finley Instruction notes. Can anyone tell me how to fix it?
> Dennis
> There was an error while loading the plug-in
> 'PPKLite.api'. The plug-in fail to initialize.
I had the same problem, but I couldn't fix it in the right way.
After hours and hours googling, the solution was to remove (or rename) the
file, so it can be loaded at the beginning.
The thing I understand is that the problem is made because a library version
differs with the installed on the system... so, it would work if the people
of adobe made the new package with the new libs provided in FC5. We need
just to wait.
--
Mauricio Vergara Ereche User #188365 counter.li.org
NIC Chile mave [@] nic [.] cl
Agustinas 1357 Piso 4, Santiago CHILE +56 2 9407721
Codigo Postal: 834-0432 http://www.nic.cl
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Rex Dieter
2006-05-16, 05:50 AM CDT
Dennis Castanos wrote:
> I installed Arobat Reader 7.0 and get this message along with the download pop up window in firefox when I try to open Arobat. I used Stanton Finley Instruction notes. Can anyone tell me how to fix it?
> Dennis
> There was an error while loading the plug-in 'PPKLite.api'. The plug-in fail to initialize.
It's in the ReadMe.htm:
PPKLite.api fails to load:
PPKLite requires the installation of the OpenLDAP package and fails to
initialize in its absence. If you get this error when acroread starts,
you need to install the LDAP libraries (OpenLDAP package). If PPKLite
still fails to load, make a link to the installed libldap.so.X and
liblber.so.X in <INSTALL_PATH>/Reader/intellinux/lib with the names
'libldap.so' and 'liblber.so'.
-- Rex
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Stephen Liu
2006-05-16, 06:00 PM CDT
Hi Rex Dieter,
FC5_64
=3D=3D=3D=3D=3D=3D
I got similar problem. On starting Arobat Reader following warning
popup;
There was an error while loading the plug-in 'PPKLite.api'. The
plug-in failed to initialize. =20
Clicking [OK] started "Acrobat Reader"
> PPKLite.api fails to load:
> PPKLite requires the installation of the OpenLDAP package and fails
> to=20
> initialize in its absence. If you get this error when acroread
> starts,=20
> you need to install the LDAP libraries (OpenLDAP package). =20
# yum list installed openldap
Loading "installonlyn" plugin
Installed Packages
openldap.x86_64 2.3.19-4 =20
installed
openldap.i386 2.3.19-4 =20
installed
* End *
What additional package do I need?
> If
> PPKLite=20
> still fails to load, make a link to the installed libldap.so.X and=20
> liblber.so.X in <INSTALL_PATH>/Reader/intellinux/lib with the names=20
> 'libldap.so' and 'liblber.so'.
# find / -name libldap.so
find: WARNING: Hard link count is wrong for /selinux: this may be a bug
in your filesystem driver. Automatically turning on find's -noleaf
option. Earlier results may have failed to include directories that
should have been searched.
/usr/lib64/libldap.so
/root/libldap.so
Can't find 'liblber.so.X'
TIA
B.R.
SL
--=20
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Ian Mortimer
2006-05-16, 07:00 PM CDT
On Wed, 2006-05-17 at 08:54 +0800, Stephen Liu wrote:
> What additional package do I need?
You need openldap-devel (and cyrus-sasl-devel as a dependency).
Why it depends on a devel package, I don't know.
--
Ian
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Stephen Liu
2006-05-16, 09:40 PM CDT
Hi Ian,
> > What additional package do I need?
>=20
> You need openldap-devel (and cyrus-sasl-devel as a dependency).
> Why it depends on a devel package, I don't know.
# yum search openldap-devel | grep openldap-devel
openldap-devel.x86_64 2.3.19-4 core
openldap-devel
The openldap-devel package includes the development libraries and
openldap-devel.x86_64 2.3.19-4 installed
openldap-devel
The openldap-devel package includes the development libraries and
# yum search cyrus-sasl-devel | grep cyrus-sasl-devel
cyrus-sasl-devel.x86_64 2.1.21-10 core
cyrus-sasl-devel
The cyrus-sasl-devel package contains files needed for developing and
cyrus-sasl-devel.x86_64 2.1.21-10 installed
cyrus-sasl-devel
The cyrus-sasl-devel package contains files needed for developing and
They are alreay there.
B.R.
SL
--=20
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Ian Mortimer
2006-05-16, 09:40 PM CDT
On Wed, 2006-05-17 at 12:33 +0800, Stephen Liu wrote:
> # yum search openldap-devel | grep openldap-devel
> ...
> # yum search cyrus-sasl-devel | grep cyrus-sasl-devel
> ...
> They are alreay there.
In a repository but not necessarily installed. What does
this show:
rpm -q openldap-devel
--
Ian
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Stephen Liu
2006-05-16, 10:00 PM CDT
Hi Ian,
> In a repository but not necessarily installed. What does
> this show:
>=20
> rpm -q openldap-devel
# rpm -q openldap-devel
openldap-devel-2.3.19-4
It is there.
# yum list installed openldap-devel
Loading "installonlyn" plugin
Installed Packages
openldap-devel.x86_64 2.3.19-4 installed
version correct, 64 bits
B.R.
SL
--=20
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Ian Mortimer
2006-05-16, 10:10 PM CDT
On Wed, 2006-05-17 at 12:51 +0800, Stephen Liu wrote:
> openldap-devel.x86_64 2.3.19-4 installed
>
> version correct, 64 bits
And that's the problem. acroread is a 32 bit application.
--
Ian
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Stephen Liu
2006-05-16, 10:30 PM CDT
Hi Ian,
> > version correct, 64 bits
>=20
> And that's the problem. acroread is a 32 bit application.
Noted with tks.
I have a 32bit FC5 box which is working without much problem. This
AMD64 box is for testing only, not for production.
http://www.gibix.net/dokuwiki/en:projects:nspluginwrapper
nspluginwrapper may assit making 32 bit Acrobat Reader working on 64bit
box. I haven't tried yet. I'm still figuring making the 32 bit
flash-plugin to work on 64bit Firefox.
Anyway tks for your advice.
B.R.
SL
--=20
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Wong Kwok-hon
2006-05-17, 12:30 AM CDT
On 5/17/06, Stephen Liu <satimis@yahoo.com> wrote:
> Hi Ian,
>
> > > version correct, 64 bits
> >
> > And that's the problem. acroread is a 32 bit application.
>
> Noted with tks.
>
>
> I have a 32bit FC5 box which is working without much problem. This
> AMD64 box is for testing only, not for production.
>
>
> http://www.gibix.net/dokuwiki/en:projects:nspluginwrapper
> nspluginwrapper may assit making 32 bit Acrobat Reader working on 64bit
> box. I haven't tried yet. I'm still figuring making the 32 bit
> flash-plugin to work on 64bit Firefox.
>
>
> Anyway tks for your advice.
>
I have this problem before and now fixed after download it from adobe.com
--=20
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Stephen Liu
2006-05-17, 12:40 AM CDT
Hi,
Wong Kwok-hon <kwokhon@gmail.com> wrote:
> I have this problem before and now fixed after download it from
> adobe.com
Whether you meant download "Adobe Reader" on
http://www.adobe.com/products/acrobat/readstep2.html
# yum list installed acroread
Loading "installonlyn" plugin
Installed Packages
acroread.i386 7.0.5-2.2.fc4.rf installed
* End *
The abover version is now running on this FC5_64 box.
TIA
B.R.
SL
--=20
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Dennis Castanos
2006-05-17, 05:30 AM CDT
Thanks, Dennis
Stephen Liu <satimis@yahoo.com> wrote: Hi,
Wong Kwok-hon wrote:
> I have this problem before and now fixed after download it from
> adobe.com
Whether you meant download "Adobe Reader" on
http://www.adobe.com/products/acrobat/readstep2.html
# yum list installed acroread
Loading "installonlyn" plugin
Installed Packages
acroread.i386 7.0.5-2.2.fc4.rf installed
* End *
The abover version is now running on this FC5_64 box.
TIA
B.R.
SL
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.