Re: Going mad with python pygresql, where is postgres.h???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Going mad with python pygresql, where is postgres.h???
Дата
Msg-id 15913.1066232701@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Going mad with python pygresql, where is postgres.h???  (Cath Lawrence <Cath.Lawrence@anu.edu.au>)
Список pgsql-novice
Cath Lawrence <Cath.Lawrence@anu.edu.au> writes:
> Where is postgres.h? I can't rebuild pygresql without it, but it's not
> on my system. I'm running postgres 7.2.1 - which seems to be working
> perfectly nicely without having a postgres.h in its include directory.

Sounds like you didn't install the server-side header files.  As of
somewhere around 7.2, you need to say "make install-all-headers" after
"make install" to get the server-side include files copied into the
installation tree.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Cath Lawrence
Дата:
Сообщение: Going mad with python pygresql, where is postgres.h???
Следующее
От: "Bantamess"
Дата:
Сообщение: Running Postgresql