I'm running some tests and exported some keys from my gpg 1.4.7 instance using
the instructions here:
http://gnupg.org/documentation/faqs.en.html#q5.7
I then attempted to import into an older PGP 7.01 (command line) installation:
Now, when I receive a file and attempt to decrypt that file with
Thanks, this fixed the problem, the correct way.
Paul Crittenden
Computer Systems Manager
Simpson College
Phone: 515-961-1680
Email: [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander W. Janssen
Sent: Thursday, January 10, 2008 9:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul Crittenden wrote:
| I fixed it, perhaps not the proper fix but it now works. I made a link
| from /usr/local/lib/libgcc... to /usr/lib/libgcc...
If it's a Linux-system add /usr/local/lib to the file /etc/ld.so.conf
and run the command ldconfig o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
After checking which libraries where already in my system (from previous
installations) I downloaded gnupg-2.0.8 from gnupg.org's site, verified
the signature, and compiled the source code, using the usual commands.
At the end of ./configure:
Gnu
I fixed it, perhaps not the proper fix but it now works. I made a link
from /usr/local/lib/libgcc... to /usr/lib/libgcc...
Paul Crittenden
Computer Systems Manager
Simpson College
Phone: 515-961-1680
Email: [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTE
I ran ldd against the binary gpg and it found the file.
# ldd /usr/bin/gpg
libiconv.so.2 => /usr/local/lib/libiconv.so.2
libresolv.so.2 =>/usr/lib/libresolv.so.2
libz.so.1 => /usr/lib/libz.so.1
libreadline.so.5 => /usr/local/lib/libreadline.