Re: Postgre7.1 release build problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Uro Gruber <uros(dot)gruber(at)sir-mag(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgre7.1 release build problem
Date: 2001-04-15 01:01:30
Message-ID: 24952.987296490@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

uros(at)sir-mag(dot)com writes:
> When i want install php with postgre it stoped with error
> "can't find postgres.h".

This is not Postgres' fault but PHP's: it should never have included
that file. Remove the include of postgres.h from the PHP header file
that's trying to include it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-15 01:13:41 Re: 7.1 on Solaris 8 run failure?
Previous Message Doug McNaught 2001-04-15 00:51:06 Re: 7.1 on Solaris 8 run failure?