On Wed, 18 Aug 2004 12:45:03 -0400, Rail mail <[EMAIL PROTECTED]> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to