-
Download the
libgcryptinstallation file.
# wget https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
Downloading libgcrypt
-
Extract the file.
# tar -xjf libgcrypt-1.11.0.tar.bz2
-
Go to the directory where the file is extracted.
# cd /usr/local/src/libgcrypt-1.11.0
-
Run the following command to compile and install.
# ./configure --prefix=/usr/local
# make
# make install
Installing libgcrypt
Installing libgcrypt continued
Installing libgcrypt_make
Installing libgcrypt_make install
Installing libgcrypt_make install continued