Re: UUID-OSSP Contrib Module Compilation Issue - Mailing list pgsql-general

From Tom Lane
Subject Re: UUID-OSSP Contrib Module Compilation Issue
Date
Msg-id 829.1225239149@sss.pgh.pa.us
Whole thread Raw
In response to UUID-OSSP Contrib Module Compilation Issue  (Bruce McAlister <bruce.mcalister@blueface.ie>)
Responses Re: UUID-OSSP Contrib Module Compilation Issue  (Bruce McAlister <bruce.mcalister@blueface.ie>)
List 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 by date:

Previous
From: Klint Gore
Date:
Subject: Re: Username and Password authentication using pqxx library.
Next
From: Bruce McAlister
Date:
Subject: Re: UUID-OSSP Contrib Module Compilation Issue