linux. ossp-uuid

From: Николай Ижиков <nizhikov(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: linux. ossp-uuid
Date: 2010-12-21 08:31:12
Message-ID: AANLkTinSwYKvOaVQajxnfxcgpvTG8c=_EgJ=YMkza6q+@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi, guys.

I have linux server. Package uuid installed

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Trinath Somanchi 2010-12-21 11:06:12 Re: linux. ossp-uuid
Previous Message Andreas Kretschmer 2010-12-18 14:01:04 Re: Table name as a variable in SELECT query