Re: postgres.h missing?

Поиск
Список
Период
Сортировка
От Matthew Kolb
Тема Re: postgres.h missing?
Дата
Msg-id 20010514135945.A78336@phaedrus.gaslightmedia.com
обсуждение исходный текст
Ответ на postgres.h missing?  ("Jack McKinney" <jackmc-pg-php@lorentz.com>)
Список pgsql-php
On Sun, May 13, 2001 at 08:04:09PM -0500, Jack McKinney wrote:
>      I searched the archives, but could not find anything on this.
>
>      I installed postgres-7.1 to /var/pgsql on my system, and then
> configured php with './configure ... -pgsql=/var/pgsql'.  The compile
> fails complaining that it cannot find postgres.h.  If I look in
> /var/pgsql/include, I indeed find no such file:
>
> $ ls /var/pgsql/include
> c.h          ecpgtype.h   libpgtcl.h   os.h            sql3types.h
> config.h     iodbc        libpq        postgres_ext.h  sqlca.h
> ecpgerrno.h  lib          libpq-fe.h   postgres_fe.h
> ecpglib.h    libpgeasy.h  libpq-int.h  pqexpbuffer.h
>

change ext/pgsql/php_pgsql.h to include postgres_fe.h instead of postgres.h
small bug.

./muk

--
Matthew Kolb
muk@phaedrus.gaslightmedia.com

В списке pgsql-php по дате отправления:

Предыдущее
От: "Jack McKinney"
Дата:
Сообщение: postgres.h missing?
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: postgres.h missing?