# mod_perl -
perl Makefile.PL \
USE_APXS=1 \
WITH_APXS=/usr/local/apache/bin/apxs \
EVERYTHING=1 \
USE_DSO=1

# PHP -
./configure --with-apxs=/usr/local/apache/bin/apxs \
� --enable-force-cgi-redirect \
� --enable-discard-path \
� --with-pear \
� --enable-safe-mode \
� --with-openssl \
� --enable-bcmath \
� --with-bz2 \
� --with-gdbm \
� --with-ndbm \
� --enable-dio \
� --enable-ftp \
� --with-ldap \
� --with-mysql=/usr/local/ \
� --with-pgsql \
� --enable-memory-limit

???/Sx ?

Reply via email to