#!/bin/bash

cvs up
./cvsclean
./buildconf

"./configure" \
"--with-apxs=/www/apache/bin/apxs" 
"--prefix=/www/php-modules" \
"--with-config-file-path=/www/apache/conf" \
"--with-crack=/usr/src/cracklib.2.7" \
"--with-oci8=/home/ora_user/OraHome1" \
"--with-srm=/www/srm" \
"--with-fdftk=/www/fdftk" \
"--with-imap=/www/imap-2000" \
"--with-imap-ssl=/www/openssl" \
"--with-kerberos" \
"--with-curl=/www/curl" \
"--with-mysql=/www/mysql" \
"--with-mcal=/www/mcal" \
"--with-mhash=/www/mhash" \
"--with-ming=/www/ming" \
"--with-ldap=/www/openldap2" \
"--with-gd=/www/gd" \
"--with-ttf" \
"--with-pdflib=/www/pdflib" \
"--with-jpeg-dir=/www/jpeg" \
"--with-xpm-dir=/usr/X11R6" \
"--with-tiff-dir=/usr" \
"--with-png-dir=/usr" \
"--with-zlib=/www/zlib" \
"--with-snmp" \
"--with-db3=/www/db3" \
"--with-gdbm" \
"--with-ndbm" \
"--with-openssl=/www/openssl" \
"--with-dom=/www/libxml" \
"--with-gettext=/www/gettext" \
"--with-java" \
"--with-mcrypt=/www/mcrypt" \
"--with-expat-dir=/www/expat" \
"--with-sablot=/www/sablot" \
"--with-pspell" \
"--with-bz2=/www/bzip2" \
"--with-zziplib=/www/zziplib" \
"--enable-ftp" \
"--enable-memory-limit" \
"--enable-sigchild" \
"--enable-sockets" \
"--enable-calendar" \
"--enable-ctype" \
"--enable-dbase" \
"--enable-exif" \
"--enable-filepro" \
"--enable-gd-native-ttf" \
"--enable-trans-sid" \
"--enable-debug" \
"--enable-bcmath" \
"--enable-shmop" \
"--enable-yp" \
"--enable-wddx" \
"--enable-sysvsem" \
"--enable-sysvshm" \
"--enable-pear" 

