linux ossp-uuid

From: Николай Ижиков <nizhikov(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: linux ossp-uuid
Date: 2010-12-21 09:11:15
Message-ID: AANLkTimHrcw-ucbe=6zOAkev9au-1bC5bmGTqXGEGKMG@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I build and install postgresql from source with --with-ossp-uuid flag.

After installation I try to execute:

=======
create or replace function uuid_generate_v1() returns uuid as
'$libdir/uuid-ossp', 'uuid_generate_v1' volatile strict language C
=======

and got error

"could not load libraty /usr/lib/postgresql/uuid-ossp.so":
/usr/lib/postgresql/uuid-ossp.so: undefined symbol: uuid_error"

How I can fix it?

--
С уважением, Николай Ижиков
NIzhikov(at)gmail(dot)com

Browse pgsql-novice by date

  From Date Subject
Next Message Machiel Richards 2010-12-21 09:35:36 Problem with select statement for duplicate data
Previous Message mark 2010-12-18 02:10:00 Re: Very Large Table Partitioning