| From: | Christophe Pettus <xof(at)thebuild(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org mailing list" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Building PG 8.4.1 with ossp-uuid on Centos 5.3 |
| Date: | 2009-10-10 16:46:43 |
| Message-ID: | FAE0D29E-8387-46EA-B9C9-DFB0546A4C08@thebuild.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Greetings,
I'm attempting to build a version of PG 8.4.1 with the OSSP uuid
libraries on Centos 5.3 (I'm building PG from source). I simply
cannot seem to find the right libraries to install; even very
promising candidates seem to be a different version than the one PG is
expecting. Configuring PG after installing them with --with-ossp-uuid
returns the error:
configure: error: library 'ossp-uuid' or 'uuid' is required for OSSP-
UUID
However, it *is* finding the libraries correctly, but not the symbol
uuid-export:
conftest.c:(.text+0x7): undefined reference to `uuid_export'
Any thoughts?
--
-- Christophe Pettus
xof(at)thebuild(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Raymond O'Donnell | 2009-10-10 17:24:51 | Prepared statements with a variable number of parameters |
| Previous Message | Christophe Pettus | 2009-10-10 16:22:36 | Re: Best data type to use for sales tax percent |