I've tried updating the path but it doesn't do anything. I'm not super savvy with unix bash....how might I "run pg-config by hand"?
-thanks
From: Grzegorz Jaśkiewicz <gryzman@xxxxxxxxx>
To: Brent Austin <brent1a@xxxxxxxxx>
Cc: pgsql-general@xxxxxxxxxxxxxx
Sent: Tuesday, October 28, 2008 7:50:48 AM
Subject: Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
On Tue, Oct 28, 2008 at 12:22 PM, Brent Austin <brent1a@xxxxxxxxx> wrote:
Trying to install psqlodbc-08.03.0300 on Mac gets me this while I configure:
client-6X-XXX-17-X14:~ brent1a$ cd /psqlodbc-08.03.0300client-6X-XXX-17-X14:psqlodbc-08.03.0300 brent1a$ sudo ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for pg_config... noconfigure: error: pg_config not found (set PG_CONFIG environment variable)client-6X-XXX-17-X14:psqlodbc-08.03.0300 brent1a$
it is stated there in simple language - pg_config not found. Have you actually tried to run that command 'by hand' ? if not, update your PG_CONFIG or PATH
GJ