Test Installation History 

pkg:zlib 

Info 

zlib 1.1.3 is a general purpose data compression library. All the code is thread safe.

Build, Test run & Installation 

For Unix: "configure; make test; make install" should work for most machines.

Steps 
configure; make test
               *** zlib test OK ***
pkg=zlib
make -n install | tee ../../logs/$pkg.log.0
make install | tee ../../logs/$pkg.log.1
Help 

Test Run 

cmd:PAM (Pluggable Authentication Modules) 

Info 

PAM is standard on Redhat and Debian Linux and on Solaris.

Installation 

Configuration & Twisting 

First thing to do (I assume you have successfully unpacked it!) is to run:

make check
# dir default.defs
lrwxrwxrwx   1 500      group1         16 Sep 28 11:49 default.defs -> defs/redhat.defs

Next, check the above symbolic link points to the file that best describes your system. Yes.

Build 

Second, try to compile it.

make

The first time you type make, it is likely to complain. This is to remind you to remove any libraries from previous versions of the distribution that are likely to confuse this make… Type 'make' again.

make

Test Run 

dir /etc/pam.conf

— not exist! so go ahead

Installation 

pkg=pam
make -n install | tee ../../logs/$pkg.log.0
make install | tee ../../logs/$pkg.log.1

pkg:OpenSSL 

Redhat rpm file. Need source installation.

openssl-devel-0.9.5a-3.i386.rpm can't be installed.

Use: openssl-0.9.5a-3.i386.rpm!