Building PG 8.4.1 with ossp-uuid on Centos 5.3

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Building PG 8.4.1 with ossp-uuid on Centos 5.3
Дата
Msg-id FAE0D29E-8387-46EA-B9C9-DFB0546A4C08@thebuild.com
обсуждение исходный текст
Ответы Re: Building PG 8.4.1 with ossp-uuid on Centos 5.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@thebuild.com


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

Предыдущее
От: Michal Szymanski
Дата:
Сообщение: Re: transaction ID wraparound - should I use 'VACUUM' or 'VACUUM FULL' ?
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Prepared statements with a variable number of parameters