Thread: Missing include files.
Ok, I believe the postgres.h and all the files in the include/utils directory need to be copied over during the installation, it got most of the others, but missed those ones and as I've spent a good chunk trying to get PHP and a few other utils built, they kinda needed them. 7.1 release candidate 2 has this issue. Chris Bowlby, ----------------------------------------------------- Web Developer @ Hub.org. excalibur@hub.org www.hub.org 1-902-542-3657 -----------------------------------------------------
> Ok, I believe the postgres.h and all the files in the include/utils > directory need to be copied over during the installation, it got most of > the others, but missed those ones and as I've spent a good chunk trying to > get PHP and a few other utils built, they kinda needed them. > > 7.1 release candidate 2 has this issue. This has been discussed quite a few times recently. From Tom Lane: "Change php_pgsql.h to refer to postgres_fe.h not postgres.h."
See my reports earlier in the release cycle in the archives. You need to change PHP to pick up the NEW header. PHP 4.0.5 should have this fixed. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 4/3/01, 4:17:43 PM, Chris Bowlby <excalibur@hub.org> wrote regarding [GENERAL] Missing include files.: > Ok, I believe the postgres.h and all the files in the include/utils > directory need to be copied over during the installation, it got most of > the others, but missed those ones and as I've spent a good chunk trying to > get PHP and a few other utils built, they kinda needed them. > 7.1 release candidate 2 has this issue. > Chris Bowlby, > ----------------------------------------------------- > Web Developer @ Hub.org. > excalibur@hub.org > www.hub.org > 1-902-542-3657 > ----------------------------------------------------- > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > http://www.postgresql.org/users-lounge/docs/faq.html
ahh....cool, thanks Chris Bowlby, ----------------------------------------------------- Web Developer @ Hub.org. excalibur@hub.org www.hub.org 1-902-542-3657 ----------------------------------------------------- On Tue, 3 Apr 2001, Gregory Wood wrote: > > Ok, I believe the postgres.h and all the files in the include/utils > > directory need to be copied over during the installation, it got most of > > the others, but missed those ones and as I've spent a good chunk trying to > > get PHP and a few other utils built, they kinda needed them. > > > > 7.1 release candidate 2 has this issue. > > This has been discussed quite a few times recently. From Tom Lane: > > "Change php_pgsql.h to refer to postgres_fe.h not postgres.h." > >