From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 16:45:17 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 2665116A4CF for ; Wed, 18 Aug 2004 16:45:17 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E5043D39 for ; Wed, 18 Aug 2004 16:45:16 +0000 (GMT) (envelope-from railmail@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so253892rnk for ; Wed, 18 Aug 2004 09:45:04 -0700 (PDT) Received: by 10.38.99.20 with SMTP id w20mr431715rnb; Wed, 18 Aug 2004 09:45:03 -0700 (PDT) Message-ID: Date: Wed, 18 Aug 2004 12:45:03 -0400 From: Rail mail To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: php postgres issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rail mail List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 16:45:17 -0000 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 I also thought that I might have wanted something from lang/php4-extensions make config //choose pgsql make install I havn't seemed to have any luck the ol sys admin already set up httpd.conf I was mucking around with php.ini trying to get it to use pgsql.so what is the best direction to take I'd like to stick to packages or ports I found tutorials on how to do it with rpms or tar.gz and do it by hand, but freebsd has set up a nice system with ports and packages and I would like to stick to that if I can thanks for any help