Installation of OpenSSL and MySQL/PostgreSQL

Installing OpenSSL

  1. Download OpenSSL - http://www.openssl.org
  2. Linux command : [zcat 0.96l.tar.gz | tar xvf -]
  3. Linux command : [./config]
  4. Linux command : [make]
  5. Linux command : [make install]

Installing MySQL

  1. Download MySQL - http://www.mysql.com
  2. Linux command : [./configure --with -vio --with -openssl]
  3. Linux command : [make]
  4. Linux command : [make install]

Installing PostgreSQL

  1. Download PostgreSQL - http://www.postgresql.org
  2. Linux command : [./configure --with-openssl]
  3. Linux command : [gmake]
  4. Linux command : [gmake install]

See also:
Step 2: Setting up SSL Certificate for MySQL/PostgreSQL