Nick Khamis <[email protected]> writes: > Hello Everyone, > > I built nettle 2.4 from source, and it is located in > /usr/include/nettle however, when > trying to build GNUTLS 3.0.8 using: > > ./congiure or, > ./configure --prefix=/usr --with-libnettle-prefix=/usr/include/nettle > > I am recieving the following error: > > configure: error: > *** > *** Libnettle 2.4 was not found.
Use --with-libnettle-prefix=/usr (or just try without it). I'm assuming you didn't install libnettle.so under /usr/include/nettle. Also, did you run ldconfig after installing Nettle? /Simon _______________________________________________ Help-gnutls mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnutls
