Invalid engine???
Michael Weiss
michael@silicontao.com
Mon Apr 7 22:44:02 2003
Hello all,
I am developing a small automated data exchange program and I am trying to
get gpgme working.
I have gnupg-1.2.1 and gpgme-0.3.15 on a Mandrake 8.2 system
Everythings seems to work when I use gpg from the command line or gpa
but when I try gpgme I get errors.
'gpgme_get_engine_info'
returns:
<EngineInfo>
<engine>
<protocol>OpenPGP</protocol>
<version>1.0.6</version>
<path>/usr/bin/gpg</path>
</engine>
</EngineInfo>
BUT:
'gpgme_engine_check_version(GPGME_PROTOCOL_OpenPGP)'
returns:
Invalid Engine
Can anyone tell me what I am doing wrong?
Michael Weiss