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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cath Lawrence <Cath(dot)Lawrence(at)anu(dot)edu(dot)au>
Cc: pgsql-novice(at)postgresql(dot)org, darcy(at)PyGreSQL(dot)org, pygresql(at)Vex(dot)Net
Subject: Re: Going mad with python pygresql, where is postgres.h???
Date: 2003-10-15 15:45:01
Message-ID: 15913.1066232701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Cath Lawrence <Cath(dot)Lawrence(at)anu(dot)edu(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bantamess 2003-10-15 16:15:36 Running Postgresql
Previous Message Cath Lawrence 2003-10-15 06:50:47 Going mad with python pygresql, where is postgres.h???