Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300 - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
Date
Msg-id 2f4958ff0810280623v21db6129gca1bbd817dae8890@mail.gmail.com
Whole thread Raw
In response to Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300  (Brent Austin <brent1a@yahoo.com>)
List pgsql-general


just type in 'pg_config' ,without quotes in terminal and see if it runs. if not, you gotta find it. For instance by using:
find /usr -name pg_config
than if it does come up with whereabouts of it - stick it into PG_CONFIG env variable:
export PG_CONFIG=/path/path/pg_config
and rerun configure in the same terminal (important, the env variable PG_CONFIG will only be seen in that scope/terminal).

pgsql-general by date:

Previous
From: Brent Austin
Date:
Subject: Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
Next
From: Sam Mason
Date:
Subject: Re: How to know the password for the user 'postgres'