GNU mHash 0.9.9

PDF GNU mHash 0.9.9 compiled from source code distribution. Visit the mHash website on mhash.sourceforge.net to download the mHash source distribution.

QIG - GNU mHash 0.9.9

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

    Change working directory:
    • cd /usr/local/src

    Using tar, unpack files from the archive:

    • tar --gunzip -xvf mhash-0.9.9.tar.gz

    Change working directory:

    • cd /usr/local/src/ mhash-0.9.9

    Prepare the installation:

    • ./configure

    Compile, test and install:

    • make
    • make check
    • make install



mCrypt 2.6.6

mCrypt 2.6.6 compiled from source code distribution. Visit the mCrypt website on mcrypt.sourceforge.net to download the mCrypt toolkit source distribution.

    QIG - mCrypt 2.6.6

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

    Change working directory:

    • cd /usr/local/src

    Using tar, unpack files from the archive:

    • tar --gunzip -xvf mcrypt-2.6.6.tar.gz

    Change working directory:

    • cd /usr/local/src/mcrypt-2.6.6

    Prepare the installation:

    • ./configure

    Compile, test and install:

    • make
    • make check
    • make install


Apache 2.2.6

Apache 2.2.6 Web Server is compiled from source code distribution with SSL support enabled. Visit the Apache website on www.apache.org to download the Apache web server source distribution.

    QIG - Apache 2.2.6

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


    Change working directory:

    • cd /usr/local/src

    Using tar, unpack files from the archive:

    • tar --gunzip -xvf httpd-2.0.59.tar.gz

    Change working directory:

    • cd /usr/local/src/httpd-2.0.59

    Prepare the installation:

    • ./configure --prefix=/usr/local/apache2 --enable-so --enable-cgi \
    • --enable-info --enable-rewrite --enable-speling --enable-usertrack \
    • --enable-deflate --enable-ssl --enable-mime-magic

    Compile and install:

    • make
    • make install