Invalid engine???

Michael Weiss michael@silicontao.com
Mon Apr 7 21:25:02 2003


I figured out that I have an older version of gnupg installed.

That is probably what  was causing the error.

I have installed gnupg-1-2-1 a whole bunch of times
I get no errors, but it doesn't seem to overwrite version 1.0.6

On Sunday 06 April 2003 10:06 am, I wrote:
> 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