Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2004 20:34:47 +0100
From:      Jason Taylor <jason.n.taylor@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: php postgres issues
Message-ID:  <cb9e0fa7040818123452800709@mail.gmail.com>
In-Reply-To: <c35bdefa040818094562fc2b74@mail.gmail.com>
References:  <c35bdefa040818094562fc2b74@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Aug 2004 12:45:03 -0400, Rail mail <railmail@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb9e0fa7040818123452800709>