From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 08:00:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 649B51065679 for ; Thu, 10 Nov 2011 08:00:27 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 69BD68FC17 for ; Thu, 10 Nov 2011 08:00:24 +0000 (UTC) Received: by ywt32 with SMTP id 32so3772442ywt.13 for ; Thu, 10 Nov 2011 00:00:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=dMYJIAJVd8QKK3D+0eT56NZW004NDUsJaJoHHA3zrT4=; b=r5Gyo6ITZ4oCmA3J6o5Y2JtOh98hfIN1Zr4ABGgyOCqc+6wKIaNrVA62EqFhyyfYGf bkmvHGrSY20J70e2R5mfaGDacJUA9YrbDgsLgMlDvVdvWe6z9L7ud/cxSriTNBSLR55n 9PUZotaY/PdptB26Q9lUjh1dmuNvV5+hLEKv4= MIME-Version: 1.0 Received: by 10.100.80.7 with SMTP id d7mr2850633anb.91.1320912023941; Thu, 10 Nov 2011 00:00:23 -0800 (PST) Received: by 10.100.138.9 with HTTP; Thu, 10 Nov 2011 00:00:23 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Nov 2011 03:00:23 -0500 Message-ID: From: Robert Simmons To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: php5-pgsql and postgresql 9.1.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 08:00:27 -0000 On Thu, Nov 10, 2011 at 2:30 AM, Robert Simmons wrote= : > I'm trying to get the php5-pgsql module to work with postgresql 9.1.1, > the current version in ports. =A0It seems that when I install php5-pgsql > from ports it depends on postgresql 8.4.9. =A0I don't see anything in > the Makefile that allows me to change this. > > How do I get the php5-pgsql port to see that I have postgres 9.1.1 instal= led? I figured it out. You just need to have the database installed before the php module.