#!/bin/sh
#
# This Script configures the PHP-Source-Tree.
#
# Copyright (C) 2005-2008 www.undef.de

./configure \
--with-apxs2=/usr/local/apache/current/bin/apxs \
--with-ldap=/usr/local/openldap/current \
--with-pgsql=/usr/local/postgresql/current \
--with-mysql=/usr/local/mysql/current \
--with-openssl=/usr/local/openssl/current \
--with-gd=/usr/local \
--with-mm=/usr/local \
--with-libxml-dir=/usr/local \
--with-zlib-dir=/usr/local \
--enable-mbstring \
--enable-sockets \
--enable-ftp \
--enable-sysvshm \
--enable-sysvsem \
--enable-force-cgi-redirect \
--enable-fastcgi \
--with-config-file-path=/etc

