Archlinux, ossp-uuid

From: Николай Ижиков <nizhikov(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Archlinux, ossp-uuid
Date: 2010-12-23 09:57:39
Message-ID: AANLkTimmgJF=f2gaUrPnNWoD2vpmr4qfHTGrUzwNPKwp@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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?

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

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Watson 2010-12-23 14:14:20 Client_encoding
Previous Message Snoop 2010-12-23 00:12:39 Re: PostgreSQL in Shared Disk Failover mode on FreeBSD+CARP+RAIDZ