Rate This Document
Findability
Accuracy
Completeness
Readability

Installing libgd

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the cd command to go to the directory where the installation package is saved.
  3. Decompress the installation package.
    unzip gd-2.2.5.zip
  4. Go to the directory generated after the decompression.
    cd libgd-gd-2.2.5
  5. Perform the compilation and installation.
    ./bootstrap.sh
    ./configure --enable-shared
    make
    make install
  6. Check whether the installation is successful.
    gdlib-config --version

    If the correct version information is displayed, the installation is successful.