[Modules] Difficulties with gnutls: version issue?
Jeff Rice
python at finity.org
Thu Jul 3 14:01:23 EDT 2008
Steven Chamberlain wrote:
> Jeff Rice wrote:
> > OK, I'm taking that approach but running into a different error. I
> > downloaded and install gnutls 2.5.1, and mod_utils 0.5.2.
>
> > But what I'm seeing now is:
> > ...
> > /usr/lib/apache2/modules/mod_gnutls.so: undefined symbol:
> > gnutls_openpgp_crt_get_fingerprint
> > failed!
>
> mod_gnutls 0.5.2 apparently requires gnutls >= 2.4.0 for 'better OpenPGP
> support' according to the change log. The error message would fit in
> with that.
>
> I'd personally keep the gnutls 2.5.1 and downgrade to mod_gnutls 0.5.2.
> But you may prefer to upgrade gnutls to >= 2.4.0 and recompile
> mod_gnutls against that instead.
>
> The configure script is generally supposed to detect and warn against
> such things, so I'd call it a bug.
You have me confused! I am running gnutls 2.5.1 and mod_gnutls 0.5.2.
gnutls 2.5.1 should satisfy >= 2.4, correct? That is what I compiled
against.
Maybe I should try with --disable-openpgp-authentication.
Jeff
More information about the Modules
mailing list