Archlinux, ossp-uuid

From: Николай Ижиков <nizhikov(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Archlinux, ossp-uuid
Date: 2010-12-25 17:55:58
Message-ID: AANLkTik7YVQ-Oa17kLd5688Nh5-bCSs+LZxGxydcBC72@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, guys.

I try to build postgresql on archlinux server.

I use "--prefix=user --with-ossp-uuid" flags
Build process succeed, but when I try to execute following query

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

I 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?t

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2010-12-25 18:14:40 Re: WIP patch for parallel pg_dump
Previous Message Maxim Boguk 2010-12-25 05:09:32 PD_ALL_VISIBLE flag was incorrectly set happend during repeatable vacuum