From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 19:34:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E8316A4CE for ; Wed, 18 Aug 2004 19:34:48 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDE143D58 for ; Wed, 18 Aug 2004 19:34:48 +0000 (GMT) (envelope-from jason.n.taylor@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so156992rnl for ; Wed, 18 Aug 2004 12:34:47 -0700 (PDT) Received: by 10.38.99.75 with SMTP id w75mr33394rnb; Wed, 18 Aug 2004 12:34:47 -0700 (PDT) Message-ID: Date: Wed, 18 Aug 2004 20:34:47 +0100 From: Jason Taylor To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: php postgres issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jason@aber.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 19:34:48 -0000 On Wed, 18 Aug 2004 12:45:03 -0400, Rail mail 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