Ongoing post:
1. Download Apache ( http://httpd.apache.org )
tar -xvjf httpd-2.2.21.tar.bz2
cd httpd-2.2.21
I like Slackware, but I also like the Apache layout installed in Debian distributions, so:
./configure --enable-layout=Debian--enable-module=most --enable-mods-shared=most --enable-ssl=shared
make
make install
2. PostgreSQL
./configure –with-perl –with-openssl
gmake all
gmake install
PHP
./configure –with-pgsql –enable-soap –enable-zip –with-mysql=/usr/local/mysql/ –with-mcrypt –enable-mbstring –with-gd –enable-ftp –with-jpeg-dir –with-png-dir –with-bz2 –with-zlib –enable-safe-mode –with-apxs2=/usr/sbin/apxs
make
make install