Re: UUID-OSSP Contrib Module Compilation Issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UUID-OSSP Contrib Module Compilation Issue
Дата
Msg-id 829.1225239149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на UUID-OSSP Contrib Module Compilation Issue  (Bruce McAlister <bruce.mcalister@blueface.ie>)
Ответы Re: UUID-OSSP Contrib Module Compilation Issue  (Bruce McAlister <bruce.mcalister@blueface.ie>)
Список pgsql-general
Bruce McAlister <bruce.mcalister@blueface.ie> writes:
> I am trying to build the uuid-ossp contrib module for PostgreSQL 8.3.4.
> I am building on Solaris x86 with Sun Studio 12.

> I built the ossp-uuid version 1.6.2 libraries and installed them,
> however, whenever I attempt to build the contrib module I always end up
> with the following error:
> "uuid-ossp.c", line 29: #error: OSSP uuid.h not found

Um ... did you run PG's configure script with --with-ossp-uuid?
It looks like either you didn't do that, or configure doesn't know
to look in the place where you put the ossp-uuid header files.

            regards, tom lane

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

Предыдущее
От: Klint Gore
Дата:
Сообщение: Re: Username and Password authentication using pqxx library.
Следующее
От: Bruce McAlister
Дата:
Сообщение: Re: UUID-OSSP Contrib Module Compilation Issue