Author: Scott
Date: 29-08-02 01:05
I just installed PostgreSQL on a FreeBSD box, with many thanks to your article for the great information :-)
When i needed to get PHP re-installed to work with my fresh new Postgres install, the following command (when executed in the php-4.2.2 dir) worked quite well. (PHP v4.0 and apache were already installed and functional on the machine).
(My setup, with graphics functionality and mysql)
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/ --with-gd=/usr/local/ --with-freetype --with-imap --with-jpeg-dir=/usr/local/ --with-png-dir=/usr/local/ --with-zlib --with-pgsql=/usr/local/pgsql/
|
|