Installing Libgpg-error

  1. Download the libgpg-error installation file.

# wget https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.59.tar.bz2
image-20260520-042527.png

Downloading libgpg-error

  1. Extract the file.

# tar -xjf libgpg-error-1.59.tar.bz2
  1. Go to the directory where the file is extracted.

# cd libgpg-error-1.59
  1. Run the following command to compile and install.

# ./configure --prefix=/usr/local
# make 
# make install 
image-20260520-042757.png

Installing libgpg-error

image-20260520-042912.png


Installing libgpg-error continued

image-20260520-043031.png

Installing libgpg-error_make

image-20260520-043405.png

Installing libgpg-error_make continued

image-20260520-043428.png

Installing libgpg-error_make install

image-20260520-043434.png

Installing libgpg-error_make install continued

image-20260520-043936.png


Libgpg-error version