This was my config line, if you're looking for inspiration or something. Beware, t his is on a Slackware box, so all the stuff that seems to be in /usr/local on other distros is in /usr here. This compiled it as an apache (1.x) module with the php.ini in /etc/apache (where the other apache conf files are).
'./configure' '--prefix=/usr' '--disable-static' '--with-apxs=/usr/sbin/apxs' '--enable-discard-path' '--with-config-file-path=/etc/apache' '--enable-safe-mode' '--with-openssl' '--enable-bcmath' '--with-bz2' '--with-pic' '--enable-calendar' '--enable-ctype' '--with-gdbm' '--with-db3' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png' '--with-gmp' '--with-mysql=shared,/usr' '--with-xml=shared,/usr' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop' '--enable-sockets' '--with-regex=php' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp' '--enable-memory-limit' '--with-tsrm-pthreads' '--disable-debug' '--with-zlib=/usr' '--with-pgsql=shared,/usr/local/pgsql' '--with-pspell=shared,/usr' '--with-openssl=shared,/usr' '--with-curl=shared,/usr' '--enable-mbstring' '--with-ncurses=shared,/usr'
--regolith
|