Postgre7.1 release build problem

Started by Uros Gruberabout 25 years ago2 messagesgeneral
Jump to latest
#1Uros Gruber
uros@sir-mag.com

Hi!

I installed new version of postresql. I noticed differend
files and dirs in include dir.

When i want install php with postgre it stoped with error
"can't find postgres.h". I checked for that file and there
is no such file. But in src does exist. When i copied it, it
stoped again with error, because it can't find files in dir
utils.

In version 7.0.3 was utils dir in include. Is there
something wrong with buil proces. I need some help how to
solve this.

Where is this directory and why build proces didn't copy
this files and dir.

--

uros mailto:uros@sir-mag.com

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Uros Gruber (#1)
Re: Postgre7.1 release build problem

uros@sir-mag.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