Re: pgcrypto-0.4.2 Compile problems under Suse Linux 7.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgcrypto-0.4.2 Compile problems under Suse Linux 7.2
Дата
Msg-id 5573.1010554971@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgcrypto-0.4.2 Compile problems under Suse Linux 7.2  ("Phil Geer" <philg@gearcc.com>)
Список pgsql-general
"Phil Geer" <philg@gearcc.com> writes:
>     I'm fairly new to compiling programs under Linux so please forgive me i=
> f there is an easy answer to this problem. When I try and compile pgcrypto-=
> 0.4.2 on my SuSE 7.2 box I get the following error message.=20

> checking for PostgreSQL backend headers... not found!

To install the backend headers you should do "make install-all-headers"
along with "make install" when you build/install Postgres.  The basic
install only installs headers for compiling client applications, not
those needed to compile server addons.  pgcrypto evidently falls in the
latter class...

            regards, tom lane

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

Предыдущее
От: "Phil Geer"
Дата:
Сообщение: pgcrypto-0.4.2 Compile problems under Suse Linux 7.2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: what is in ../data/base ??