Hello,
with the update of gnutls libprelude doesn't build any more:

checking for libgnutls-config... no
checking for libgnutls - version >= 1.0.17... no
*** The libgnutls-config script installed by LIBGNUTLS could not be found
*** If LIBGNUTLS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBGNUTLS_CONFIG environment variable to the
*** full path to libgnutls-config.
configure: error: libgnutls is required in order to build libprelude.


The configure script calls

  pkg-config --exists --print-errors "gnutls-extra >= 1.0.17"

which raises the error

  Package zlib was not found in the pkg-config search path

and thus finally fails.

Regards,
Markus

Reply via email to