libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] configure unable to find gnutls


From: jesse_wang
Subject: [libmicrohttpd] configure unable to find gnutls
Date: Mon, 29 Dec 2014 14:06:18 +0800

Hello,

I'm trying to cross compile libmicrohttpd to be used on a set-top-box, but the configure script is unable to find gnutls.

Configure script output excerpt:

checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for gnutls_priority_set in -lgnutls... no
checking whether to support HTTPS... no (lacking libgnutls)

Gnutls is installed in /opt/opensource/target and PKG_CONFIG_PATH is set  to /opt/opensource/target/pkgconfig. I have also tried setting --with-gnutls=/opt/opensource/target and LDFLAGS="-L/opt/opensource/target/lib" but I get the same thing.

objdump says that libgnutls.so.28.41.3 has a gnutls_priority_set symbol.

Any idea why configure isn't finding gnutls?

Thanks for any help,
Jes
reply via email to

[Prev in Thread] Current Thread [Next in Thread]