Re: UUID-OSSP Contrib Module Compilation Issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bruce(dot)mcalister(at)blueface(dot)ie
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: UUID-OSSP Contrib Module Compilation Issue
Date: 2008-10-29 00:12:29
Message-ID: 829.1225239149@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Bruce McAlister <bruce(dot)mcalister(at)blueface(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce McAlister 2008-10-29 00:24:12 Re: UUID-OSSP Contrib Module Compilation Issue
Previous Message Klint Gore 2008-10-28 23:21:02 Re: Username and Password authentication using pqxx library.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce McAlister 2008-10-29 00:24:12 Re: UUID-OSSP Contrib Module Compilation Issue
Previous Message Hannu Krosing 2008-10-28 23:58:27 Re: SQL/MED compatible connection manager