On 2017-04-30 10:08 -0400, Harry Putnam wrote: > Attempting to build latest emacs I run into a problem gnutls not being > available. > > ./configure --prefix=/usr/local/src/vcs/git/test --with-x=yes > --with-x-toolkit=athena --with-imagemagick > --with-gpm --with-sound=no > [...] > > configure: error: The following required libraries were not found: > gnutls > Maybe some development libraries/packages are missing? > If you don't want to link with them give > --with-gnutls=no > as options to configure > > I have these gnutls related pkgs installed: > > i A libcurl3-gnutls - easy-to-use client-side URL transfer libra > i libgnutls-deb0-28 - GNU TLS library - main runtime library > i libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper > i A libneon27-gnutls - HTTP and WebDAV client library (GnuTLS ena > > I suspect it might be the dev pkgs that is needed: > > libgnutls-dev
That guess seems likely, but is wrong: libgnutls-dev exists only in oldstable, you should install libgnutls28-dev instead. Cheers, Sven