Digi-Sign, The Certificate Corporation
Published on Digi-Sign, The Certificate Corporation (http://www2.digi-sign.com)

Home > cURL 7.16.1

By Digi-Sign
Created Feb 25 2008 - 13:36

cURL 7.16.1

PDF [1] The recommended URL syntax based Network Communication Tool is cURL 7.16.1 and this should be compiled from source code distribution with SSL support enabled. Visit the cURL website on curl.haxx.se to download the cURL source distribution.


QIG - cURL 7.16.1

Change working directory to the location where you saved the cURL source distribution release. For the purpose of this installation guide, we will assume you have saved the cURL in /usr/local/src directory.

Change working directory:

  • cd /usr/local/src

Using tar, unpack files from the archive:

  • tar --gunzip -xvf curl-7.16.4.tar.gz

Change working directory:

  • cd /usr/local/src/curl-7.16.4

Prepare the installation:

  • ./configure --prefix=/usr/local/curl –with -ssl=/usr/local/ssl

Compile, test and install:

  • make
  • make test
  • make install



stunnel 4.20

stunnel 4.20 compiled from source code distribution with SSL support enabled. Visit the sTunnel website on www.stunnel.org [2] to download the sTunnel source distribution.

    QIG - stunnel 4.20

    Change working directory to the location where you saved the sTunnel source distribution release. For the purpose of this installation guide, we will assume you have saved the sTunnel in /usr/local/src directory.

    Change working directory:

    • cd /usr/local/src

    Using tar, unpack files from the archive:

    • tar --gunzip -xvf stunnel-4.20.tar.gz

    Change working directory:

    • cd /usr/local/src/stunnel-4.20

    Prepare the installation:

    • ./configure --prefix=/usr/local/stunnel --with-ssl=/usr/local/ssl

    Compile, test and install:

    • make
    • make test
    • make install



libmcrypt 2.5.8

The recommended Hashing & Encryption Tools and Libraries are from libmcrypt 2.5.8 compiled from source code distribution. Visit the mCrypt website on mcrypt.sourceforge.net to download the mCrypt library source distribution.

    QIG - libmcrypt 2.5.8

    Change working directory to the location where you saved the mCrypt library source distribution release. For the purpose of this installation guide, we will assume you have saved the mCrypt library in /usr/local/src directory.

    Change working directory:

    • cd /usr/local/src

    Using tar, unpack files from the archive:

    • tar --gunzip -xvf libmcrypt-2.5.8.tar.gz

    Change working directory:

    • cd /usr/local/src/libmcrypt-2.5.8

    Prepare the installation:

    • ./configure

    Compile, test and install:

    • make
    • make check
    • make install



Source URL: http://www2.digi-sign.com/digi-ca/administrator/server/preparation/curl

Links:
[1] http://www2.digi-sign.com/downloads/digi-ca admin
[2] http://www.stunnel.org