From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 09:20:47 2011 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> 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 4F1D2106564A for <freebsd-questions@freebsd.org>; Tue, 25 Oct 2011 09:20:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) by mx1.freebsd.org (Postfix) with ESMTP id 946D18FC16 for <freebsd-questions@freebsd.org>; Tue, 25 Oct 2011 09:20:46 +0000 (UTC) Received: from server.idefix.lan (ppp-88-217-27-88.dynamic.mnet-online.de [88.217.27.88]) (authenticated bits=0) by anny.lostinspace.de (8.14.5/8.14.4) with ESMTP id p9P9KdB2028665 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for <freebsd-questions@freebsd.org>; Tue, 25 Oct 2011 11:20:43 +0200 (CEST) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (localhost [IPv6:::1]) by server.idefix.lan (Postfix) with ESMTP id 423286BC23 for <freebsd-questions@freebsd.org>; Tue, 25 Oct 2011 11:20:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at fechner.net Received: from server.idefix.lan ([127.0.0.1]) by server.idefix.lan (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IS7fhw_Ix9Et for <freebsd-questions@freebsd.org>; Tue, 25 Oct 2011 11:20:38 +0200 (CEST) Received: from [192.168.2.105] (p5DC7D8F5.dip.t-dialin.net [93.199.216.245]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 7C2526BC1B for <freebsd-questions@freebsd.org>; Tue, 25 Oct 2011 11:20:38 +0200 (CEST) Message-ID: <4EA67F65.50207@fechner.net> Date: Tue, 25 Oct 2011 11:20:37 +0200 From: Matthias Fechner <idefix@fechner.net> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <CABL6qKct-eS7tqc97GROa5TgGRJUZHqxyjsi8AWQOg-GeM8DDA@mail.gmail.com> In-Reply-To: <CABL6qKct-eS7tqc97GROa5TgGRJUZHqxyjsi8AWQOg-GeM8DDA@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (anny.lostinspace.de [80.190.182.2]); Tue, 25 Oct 2011 11:20:43 +0200 (CEST) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on anny.lostinspace.de Subject: Re: Problems with php5-pdo_pgsql, libpq etc. after upgrading postgresql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 25 Oct 2011 09:20:47 -0000 Dear list, Am 24.10.11 07:20, schrieb Jon Theil Nielsen: > databases/php5-pdo_pgsql, I got this error: > ... > checking for gawk... gawk > checking for PostgreSQL support for PDO... yes, shared > checking for pg_config... /usr/local/bin/pg_config > checking for openssl dependencies... no > checking for PQparameterStatus in -lpq... no > Unable to build the PDO PostgreSQL driver: libpq 7.4+ is required > ===> Script "configure" failed unexpectedly. I have exactly the same problem. Is there already a solution for this available? Bye Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook