Re: Missing uuid_generate_v1()

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:46:16
Message-ID: AANLkTi=Hh_Qm0MbV7XG7ayb+=yhg8sdH_jiSJPvePkNK@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 6, 2010 at 6:42 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Mike Christensen <mike(at)kitchenpc(dot)com> writes:
>> Oh btw, the file does actually exist..  Maybe it's missing some
>> permission or something?
>
>> ls -l /opt/PostgreSQL/9.0/lib/postgresql/uuid-ossp.so
>> -rwxr-xr-x 1 root daemon 12648 Oct  3 20:03
>> /opt/PostgreSQL/9.0/lib/postgresql/uuid-ossp.so
>
> What does "ldd /opt/PostgreSQL/9.0/lib/postgresql/uuid-ossp.so"
> say?
>
>                        regards, tom lane
>

# 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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-10-07 01:48:44 Re: Missing uuid_generate_v1()
Previous Message Tom Lane 2010-10-07 01:42:14 Re: Missing uuid_generate_v1()