Archlinux, ossp-uuid

Поиск
Список
Период
Сортировка
От Николай Ижиков
Тема Archlinux, ossp-uuid
Дата
Msg-id AANLkTik7YVQ-Oa17kLd5688Nh5-bCSs+LZxGxydcBC72@mail.gmail.com
обсуждение исходный текст
Ответы Re: Archlinux, ossp-uuid  (Robert Haas <robertmhaas@gmail.com>)
Список 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@gmail.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: unlogged tables v5
Следующее
От: David Fetter
Дата:
Сообщение: Re: WIP patch for parallel pg_dump