Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Tom Lane
"Kevin Grittner" writes: > *** ** wrote: >> 2010/12/27 Kevin Grittner >>> Did you configure --with_ossp_uuid? Did you get any errors or >>> warnings when you ran ./configure? >> yes. I configure with this flag. >> Configure ends successfull. > Oh, by the way, my copy/paste of the swi

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Kevin Grittner
*** ** wrote: > 2010/12/27 Kevin Grittner >> Did you configure --with_ossp_uuid? Did you get any errors or >> warnings when you ran ./configure? > yes. I configure with this flag. > Configure ends successfull. Odd. I don't have the required packages installed (which on my system wo

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Николай Ижиков
Yes. I install ossp-uuid package. [/usr/src/postgresql-9.0.2] $ ls /usr/lib | grep uuid drwxr-xr-x 3 root root4,0K Дек 20 22:39 ossp_uuid -rw-r--r-- 1 root root 17K Авг 2 18:27 libuuid.a lrwxrwxrwx 1 root root 22 Дек 23 21:35 libuuid.so -> /usr/lib/libuuid.so.16 lrwxrwxr

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Николай Ижиков
yes. I configure with this flag. Configure ends successfull. It print a lot to output so where I have to see for warning messages? 2010/12/27 Kevin Grittner > *** ** wrote: > > > Can you tell me what I doing wrong? > > Did you configure --with_ossp_uuid? Did you get any errors or > war

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Tom Lane
=?KOI8-R?B?7snLz8zByiDp1snLz9c=?= writes: > Hello? > Any body here? > I just want to build postgresql from source. > Can you tell me what I doing wrong? contrib/uuid-ossp relies on OSSP's uuid library, which you don't seem to have installed. See http://www.ossp.org/pkg/lib/uuid/ Most Linux distr

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Kevin Grittner
*** ** wrote: > Can you tell me what I doing wrong? Did you configure --with_ossp_uuid? Did you get any errors or warnings when you ran ./configure? -Kevin -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgre

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Николай Ижиков
Hello? Any body here? I just want to build postgresql from source. Can you tell me what I doing wrong? 27 декабря 2010 г. 12:28 пользователь Николай Ижиков написал: > I got following error when try your advice. > > uuid-ossp.c:29:2: ошибка: #error OSSP uuid.h not found > uuid-ossp.c:35:2: ошибк

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-27 Thread Николай Ижиков
I got following error when try your advice. uuid-ossp.c:29:2: ошибка: #error OSSP uuid.h not found uuid-ossp.c:35:2: ошибка: #error UUID length mismatch uuid-ossp.c:68:27: ошибка: expected ')' before 'rc' uuid-ossp.c:83:22: предупреждение: type defaults to 'int' in declaration of 'uuid_t' uuid-oss

Re: [HACKERS] Archlinux, ossp-uuid

2010-12-26 Thread Robert Haas
On Dec 25, 2010, at 12:55 PM, Николай Ижиков wrote: > 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? cd contrib/uuid-ossp make install ...Robert

[HACKERS] Archlinux, ossp-uuid

2010-12-25 Thread Николай Ижиков
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 lan