From owner-freebsd-questions@FreeBSD.ORG Wed Apr 29 18:31:07 2009 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 A617C1065676 for ; Wed, 29 Apr 2009 18:31:07 +0000 (UTC) (envelope-from SRS0=gIjIF4tr=A3=asarian-host.net=admin@asarian-host.net) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.freebsd.org (Postfix) with ESMTP id B66A58FC20 for ; Wed, 29 Apr 2009 18:31:05 +0000 (UTC) (envelope-from SRS0=gIjIF4tr=A3=asarian-host.net=admin@asarian-host.net) Received: from anonymizer.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.14.3/8.14.3) with ESMTP id n3TIV1CX085379 for ; Wed, 29 Apr 2009 20:31:01 +0200 (CEST) (envelope-from admin@asarian-host.net) DomainKey-Signature: q=dns; a=rsa-sha1; h=from:subject:message-id:date:x-asarian_host-trace:x-asarian_host-virus-checked:organization:to:mime-version:content-type; q=dns; c=nofws; s=anon; d=asarian-host.net; b=jYGDbFopGweY+jJLXS1GrLxU37KHf0s7qexWlqtrFBifnhy+qBViwD+fMvRYlSIR73OU+oHWfRECNzfy4HQIPhxLmg2An5G+kHv71egIj2n3DjoePqTF056qKiVBqxalFAcBShZf3jTWShPDExRD1OYnYBgjitFWx/i1tewamYY= From: Mark Message-Id: <200904291831.n3TIGfjm084494@asarian-host.net> Date: Wed, 29 Apr 2009 18:31:00 GMT X-ASARIAN_HOST-Trace: WR3PMRwAjJN9DwmkqToyloDPuKF8ngfycMV0LdY/NxY= X-ASARIAN_HOST-Complaints-To: abuse@asarian-host.net X-ASARIAN_HOST-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint X-ASARIAN_HOST-Virus-Checked: Scanned by ClamAV on asarian-host.net Organization: Asarian-host To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PostgreSQL 8.3.7 builds incomplete 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: Wed, 29 Apr 2009 18:31:08 -0000 I'm new to PostgreSQL. Just installed the latest version, 8.3.7 (client + server) on my new FreeBSD 7.1 system. Gotta say, there's something seriously broken with this package. First of all, it doesn't install 'include' files anywhere (real useful for installing DBD-Pg-2.13.1, later on). And worse, it generates no 'pg_config' file (also needed for installing DBD-Pg-2.13.1, later on). PostgreSQL actually installs, and runs. But as a result of the totally incomplete install/compile, I can't build DBD-Pg-2.13.1 (for Perl) thereafter. So, how do I get /usr/ports/databases/postgresql84-server/ to build normally? Thanks, - Mark