Обсуждение: Missing files on Postgres8.0.4 Win32 Installation

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

Missing files on Postgres8.0.4 Win32 Installation

От
Gaetano Mendola
Дата:
Hi all,
I installed postgres 8.0.4 on a  win32 box and I found out:
libpq-fe.h  and libpqdll.lib are missing.

Is that normal?


Regards
Gaetano Mendola






Re: Missing files on Postgres8.0.4 Win32 Installation

От
"Magnus Hagander"
Дата:
> Hi all,
> I installed postgres 8.0.4 on a  win32 box and I found out:
> libpq-fe.h  and libpqdll.lib are missing.
>
> Is that normal?

This sounds like you didn't include the development files. They are not
installed by defauly, you have to select it on the feature selection
screen.

//Magnus