Skip to content

Instantly share code, notes, and snippets.

@ibndias
Last active April 26, 2021 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndias/e76d57b5df81e6f6aaef1b9858086caf to your computer and use it in GitHub Desktop.
Save ibndias/e76d57b5df81e6f6aaef1b9858086caf to your computer and use it in GitHub Desktop.
Solve build gnutls when error with Nettle

Follow GNUTLS README

Nettle (from source)

wget https://ftp.gnu.org/gnu/nettle/nettle-3.5.tar.gz
tar xvfz nettle-3.5.tar.gz
cd nettle-3.5
./configure
make
sudo make install
sudo ldconfig

Install

git clone https://gitlab.com/gnutls/gnutls.git
cd gnutls
git checkout kepcokdn
./bootstrap
./configure
make
sudo make install
make check (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment