#!/bin/sh ./configure \ --prefix=/opt/php/5.2.17 \ --with-mysql=/opt/mysql/5.1 \ --with-mysqli=/opt/mysql/5.1/bin/mysql_config \ --with-pdo-mysql=/opt/mysql/5.1 \ --enable-fastcgi \ --enable-force-cgi-redirect \ --enable-bcmath \ --enable-calendar \ --with-curl \ --with-curlwrappers \ --enable-exif \ --enable-ftp \ --with-gd \ --enable-gd-native-ttf \ --with-gmp \ --with-mhash \ --with-openssl \ --with-kerberos \ --with-imap \ --with-imap-ssl \ --enable-mbstring \ --with-mcrypt \ --with-pspell \ --with-xsl \ --enable-zip \ --with-pear