Re: [GENERAL] Re: php Compile question

2001-04-04 Thread Martín Marqués
On Wednesday 04 April 2001 22:52, Alex Howansky wrote: > > This has been discussed quite a few times recently (in fact, I posted a > > similar reply yesterday). From Tom Lane: > > > > "Change php_pgsql.h to refer to postgres_fe.h not postgres.h." > > ... or symlink postgres.h to postgres_fe.h ...

Re: [GENERAL] Re: php Compile question

2001-04-04 Thread Tom Lane
"Gregory Wood" <[EMAIL PROTECTED]> writes: > This has been discussed quite a few times recently (in fact, I posted a > similar reply yesterday). From Tom Lane: > "Change php_pgsql.h to refer to postgres_fe.h not postgres.h." Or just remove that #include entirely, which is what I believe the PHP

[GENERAL] Re: php Compile question

2001-04-04 Thread Alex Howansky
> This has been discussed quite a few times recently (in fact, I posted a > similar reply yesterday). From Tom Lane: > > "Change php_pgsql.h to refer to postgres_fe.h not postgres.h." ... or symlink postgres.h to postgres_fe.h ... -- Alex Howansky Wankwood Associates http://www.wankwood.com/

[GENERAL] Re: php Compile question

2001-04-04 Thread Gregory Wood
This has been discussed quite a few times recently (in fact, I posted a similar reply yesterday). From Tom Lane: "Change php_pgsql.h to refer to postgres_fe.h not postgres.h." Greg - Original Message - From: "Gordon A. Runkle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

[GENERAL] Re: php Compile question

2001-04-04 Thread Gordon A. Runkle
In article <[EMAIL PROTECTED]>, "Joseph" <[EMAIL PROTECTED]> wrote: > I am switching from rpm install of postgres to the compiled version. I > have this running fine, but now my php4 quit working. > > So I am trying to compile it and have the error that it cannot find > postgres.h > > Does it n