| From: | Mike Christensen <mike(at)kitchenpc(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Missing uuid_generate_v1() |
| Date: | 2010-10-07 01:49:45 |
| Message-ID: | AANLkTimAzpXi7AWJQoDr0M5putpmWc9b_89_PdzgGhXE@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Oct 6, 2010 at 6:48 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Mike Christensen <mike(at)kitchenpc(dot)com> writes:
>> On Wed, Oct 6, 2010 at 6:42 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>> What does "ldd /opt/PostgreSQL/9.0/lib/postgresql/uuid-ossp.so"
>>> say?
>
>> # ldd /opt/PostgreSQL/9.0/lib/postgresql/uuid-ossp.so
>> linux-vdso.so.1 => (0x00007fff5a5ff000)
>> libuuid.so.16 => not found
>> libc.so.6 => /lib/libc.so.6 (0x00007f5398e08000)
>> /lib64/ld-linux-x86-64.so.2 (0x00007f5399392000)
>
> So you don't have libuuid installed. Go forth and get it ...
>
> regards, tom lane
>
What's the easiest way to do that? Is there a .bin file I can run?
Or a URL I can wget? Thanks!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-10-07 01:51:04 | Re: Missing uuid_generate_v1() |
| Previous Message | Tom Lane | 2010-10-07 01:48:44 | Re: Missing uuid_generate_v1() |