Christopher Shanahan wrote:
On Tuesday 22 March 2005 23:42, Darryl Gregorash wrote:
Your last two messages in this thread contain what appears to be a valid pgp signature. However, it does not seem to have been published....
Yes, my mail seems to be getting signed correctly provided I input my passphrase when prompted to do so. I have no problem with that. However, I
I'm not familiar with gpg-agent, since I'm using enigmail which seems to cache the password. Not that I've ever signed too many emails anyway :-)
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.7: undefined symbol: PKCS7_content_free kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.7: undefined symbol: OpenSSL_add_all_algorithms kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.7: undefined symbol: OpenSSL_add_all_algorithms_conf kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.7: undefined symbol: OpenSSL_add_all_algorithms_noconf gpgmeplug checkMessageSignature status flags: 80
That certainly looks like errors in the libcrypto library, not kde or qt. There are some utils in the binutils package that may be able to dump the symbol table in that library for you, no idea what information they'll give you though. Check the manpages for nm and objdump, or see 'info binutils'.