Re: Going mad with python pygresql, where is postgres.h??? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Going mad with python pygresql, where is postgres.h???
Date
Msg-id 15913.1066232701@sss.pgh.pa.us
Whole thread Raw
In response to Going mad with python pygresql, where is postgres.h???  (Cath Lawrence <Cath.Lawrence@anu.edu.au>)
List 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 by date:

Previous
From: Cath Lawrence
Date:
Subject: Going mad with python pygresql, where is postgres.h???
Next
From: "Bantamess"
Date:
Subject: Running Postgresql