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

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
Дата
Msg-id 2f4958ff0810280623v21db6129gca1bbd817dae8890@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300  (Brent Austin <brent1a@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Brent Austin
Дата:
Сообщение: Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
Следующее
От: Sam Mason
Дата:
Сообщение: Re: How to know the password for the user 'postgres'