linux. ossp-uuid - Mailing list pgsql-sql

From Николай Ижиков
Subject linux. ossp-uuid
Date
Msg-id AANLkTinSwYKvOaVQajxnfxcgpvTG8c=_EgJ=YMkza6q+@mail.gmail.com
Whole thread Raw
Responses Re: linux. ossp-uuid
Re: linux. ossp-uuid
List 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@gmail.com

pgsql-sql by date:

Previous
From: acurtis416
Date:
Subject: Help with Function in plpgsql
Next
From: Trinath Somanchi
Date:
Subject: Re: linux. ossp-uuid