Обсуждение: Postgre7.1 release build problem

Поиск
Список
Период
Сортировка

Postgre7.1 release build problem

От
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



Re: Postgre7.1 release build problem

От
Tom Lane
Дата:
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