Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: "Brent Austin" <brent1a(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
Date: 2008-10-28 13:23:31
Message-ID: 2f4958ff0810280623v21db6129gca1bbd817dae8890@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2008-10-28 13:27:14 Re: How to know the password for the user 'postgres'
Previous Message Brent Austin 2008-10-28 13:14:17 Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300