From owner-freebsd-questions@freebsd.org Thu Jan 12 23:07:16 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB3A7CADDAD for ; Thu, 12 Jan 2017 23:07:16 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 891BA10BE for ; Thu, 12 Jan 2017 23:07:16 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id 8FE0E62236 for ; Thu, 12 Jan 2017 12:09:59 -0500 (EST) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kUFkwNRA8baF for ; Thu, 12 Jan 2017 12:09:57 -0500 (EST) Received: from webmail.harte-lyne.ca (inet04.hamilton.harte-lyne.ca [216.185.71.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPSA id 1C4286216A for ; Thu, 12 Jan 2017 12:09:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harte-lyne.ca; s=dkim_hll; t=1484240997; bh=sUX6pQ8/y2wzQjwxkk0/U/N62S44VobPg3/ieUeVgTU=; h=Date:Subject:From:To:Reply-To; b=fIkoQm77cVt5o3d7+bjE/fC8ZioFcsC81OX73i2uaqn3i8UjhCkcEHgkQjcdDCzSQ AnaYl5+uungkAf3hr7IYWSQNQ7rfyXhJAZ1POt6q828pvweOyMjLjJFLoUXnzjzQgv VJ443HP+6gIlBBOyR1O5wVbIoGSXR733LASjajaae5TuYuq4oD6o+MsjJAXK1jYkm/ oqEA2SATUNE0vGEUgmeGm5Ov0NwDsmUAzPLs+Lwpib6hQevCqg5J2JwKNJR05ywHU0 eg2Kqf2fTQhvpqRaT7EkEZpPuosu4MHyJ0V2zhx3diDgE9oSHiA0SNfyPvU5Sd7Dpv Oiu3FeYOruhnA== Received: from 216.185.71.44 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Thu, 12 Jan 2017 12:09:57 -0500 Message-ID: <7dfc56f488bc98d1da4636bd22c43b6e.squirrel@webmail.harte-lyne.ca> Date: Thu, 12 Jan 2017 12:09:57 -0500 Subject: going around in circles From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 23:07:16 -0000 I know that I successfully built p5-DBD-pg against Pg96 in the past because I have both installed and working together. However, I can no longer repeat the process. When I try to build p5-DBD-pg from the ports collection after setting the default value for postgresql to 9.6 in make.conf I get this error. In file included from quote.c:10: ./Pg.h:35:10: fatal error: 'libpq-fe.h' file not found #include "libpq-fe.h" So, where to get 'libpq-fe.h'? postgresql-libpgeasy maybe? Ok, but how to install? pkg install postgresql-libpgeasy. However, this leads to this: The following 3 package(s) will be affected (of 0 checked): New packages to be INSTALLED: postgresql-libpgeasy: 3.0.4_1 postgresql93-client: 9.3.15_1 and postgresql93-client: 9.3.15_1 leads to this: perl5.20: 5.20.3_15 whereas I have 5.24 installed. So, If I build libeasy from ports instead I see this: make install clean . . . checking for PQconnectdb in -lpq... no Error: libpq.so not found ===> Script "configure" failed unexpectedly. . . . I know that I did not run into this back in December. There was a massive update to the ports collection applied today and I am guessing that just maybe that has something to do with this. My understanding may be faulty but I was under the impression that if one used the ports system then this sort of stuff was not supposed to happen. That if there were dependencies then the port build process would pull them in automatically. This is not happening in this instance and I am not sure whether this is a real problem or if I am somehow missing a step or using the wrong command. Is Postgresql96 not supported on FreeBSD? -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3