Re: configuring psqlodbc-08.03.0100

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brent Austin <brent1a(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: configuring psqlodbc-08.03.0100
Date: 2008-02-17 02:15:28
Message-ID: 1427.1203214528@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Brent Austin <brent1a(at)yahoo(dot)com> writes:
> I'm trying to configure psqlodbc-08.03.0100 on OS X 10.5.2 and I'm getting this error:
> checking for pg_config... no
> configure: error: pg_config not found (set PG_CONFIG environment variable)

> How do I "set the PG_CONFIG environment variable"?

Well, the literal answer is that you issue a command like

export PG_CONFIG=/path/to/pg_config

but probably this is not the core of the problem. The real question is
why pg_config wasn't found automatically, ie somewhere in your PATH.
Do you even have Postgres installed?

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Christian Stalp 2008-02-17 18:30:48 Problem while inserting a varchar
Previous Message Brent Austin 2008-02-17 01:07:25 configuring psqlodbc-08.03.0100