php postgres issues

Jason Taylor jason.n.taylor at gmail.com
Wed Aug 18 12:34:48 PDT 2004


On Wed, 18 Aug 2004 12:45:03 -0400, Rail mail <railmail at gmail.com> wrote:
> I am having issues with getting postgress extensions for php4
> 
> do you have to configure it via ports/compiling or can you get away
> with with just pkg_dd -r
> 
> Iv'e tried
> 
> pkg_add -r apache
> pkg_add -r mod_php4
> 
> and the ports way
> 
> cd /usr/ports/www/mod_php4
> make
> cd work/php-4.3.8
> ../configure --with-pgsql
> cd ../../
> make install
> 
> and variations of that

Try:

cd /usr/ports/databases/php4-pgsql && make install

Jason


More information about the freebsd-questions mailing list