2. Prerequisites

2.1. General

To be continued

All major distributions will include this general prerequisites

2.2. Distribution specific

2.3. OpenSSL

2.3.3. Building and installing

cd /usr/local
tar -xvzf openssl-0.9.6c.tar.gz
 
cd openssl-0.9.6c
 
./config shared 
 
make
make test
make install

echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
ldconfig

2.4. MySQL

2.5. Building mm

2.5.3. Building and installing

cd /usr/local
 
tar -xvzf mm-1.1.3.tar.gz
 
cd mm-1.1.3
 
./configure
make
make test
make install

ldconfig