Fwd: Re: CVS dirmngr installation

Luca M. G. Centamore luca.centamore at inps.it
Wed Oct 22 10:46:03 CEST 2003


On Tuesday 21 October 2003 19:07, Werner Koch wrote:
> On Tue, 21 Oct 2003 15:04:35 +0200, Luca M G Centamore said:
> > I'm forwarding to gpa-dev, after Bernhard advice.
> >
...snip
> It is possible that I forgot to change the include files after
> removing Assuan.
>
> Okay I fixed this and another problem and the CVS version build.  I
> was not able to do any real testing because Dirmngr is still lacking a
> testsuite.
>
> Thanks,
>
>   Werner

Thank to Bernhard, again, I had the tarballed CVS version.
I'm afraid I'm out of luck in building it, though.

When I do ./configure I got this error message:
configure:
***
*** You need libgpg-error to build this program.
**  This library is for example available at
***   ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgpg-error
*** (at least version 0.2 is required.)
***
configure: error:
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***
It occurred also in the previous CVS version, but I forgot to mention. I 
edited manually configure this way. I figured out that if have_gpg_error test 
was succesfull, didn't make sense to set have_gpg_error=no

[luca at p27250000 dirmngr]$ diff configure configure.orig
3411c3411
<     :
---
>     have_gpg_error=no

then I was able to run:
./configure  --enable-maintainer-mode
make; make install
without errors.

Then I run:
[luca at p27250000 dirmngr]$ gpgsm --call-dirmngr LOADCRL \ 
~/cert/x509/ThawtePersonalFreemailIssuingCA.crl

resulting as follows

Secure memory is not locked into core
dirmngr[1593]: DBG: digest algo: 1.2.840.113549.1.1.4
dirmngr[1593]: DBG: Inquiring 
1.2.840.113549.1.9.1=#706572736F6E616C2D667265656D61696C407468617774652E636F6D,CN=Thawte 
Personal Freemail CA,OU=Certification Services Division,O=Thawte 
Consulting,L=Cape Town,ST=Western Cape,C=ZA
dirmngr[1593]: Error in assuan_inquire(): invalid value
dirmngr[1593]: DBG: No result from inquire
dirmngr[1593]: error fetching certificate for issuer: rc=302
dirmngr[1593]: DBG: Could not cert CRL issuer cert!!!
dirmngr[1593]: DBG: crl_parse_insert CRL_SIG_ERROR
gpgsm: response of dirmngr: bad signature

With dirmngr-0.4.5 I got almost the same error message, quoting from my 
previous message:
Secure memory is not locked into core
dirmngr[8087]: DBG: digest algo: 1.2.840.113549.1.1.4
dirmngr[8087]: DBG: Inquiring 
1.2.840.113549.1.9.1=#706572736F6E616C2D667265656D61696C407468617774652E636F6D,CN=Thawte 
Personal Freemail CA,OU=Certification Services Division,O=Thawte 
Consulting,L=Cape Town,ST=Western Cape,C=ZA
dirmngr[8087]: Error in assuan_inquire(), rc = 3
dirmngr[8087]: DBG: No result from inquire
dirmngr[8087]: error fetching certificate for issuer: rc=302
dirmngr[8087]: DBG: Could not cert CRL issuer cert!!!
dirmngr[8087]: DBG: crl_parse_insert CRL_SIG_ERROR
gpgsm: response of dirmngr: bad signature


Any hint?

Best regards





More information about the Gpa-dev mailing list