| 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 02:00:37 |
| Message-ID: | AANLkTi=v2cw9uaEsHHVmkqhWEP8EP-_LNY61X1GALzKt@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Oct 6, 2010 at 6:59 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Mike Christensen <mike(at)kitchenpc(dot)com> writes:
>> However, libuuid.so.16 is still "not found"..
>
> So have you got libuuid.anything in /usr/lib (or /usr/lib64 as the case
> may be)?
>
> regards, tom lane
>
/usr/lib# ls -l libuuid*
-rw-r--r-- 1 root root 28068 Mar 22 2010 libuuid.a
lrwxrwxrwx 1 root root 21 Oct 7 01:54 libuuid.so -> /lib/libuuid.so.1.3.0
/usr/lib64# ls -l libuuid*
-rw-r--r-- 1 root root 28068 Mar 22 2010 libuuid.a
lrwxrwxrwx 1 root root 21 Oct 7 01:54 libuuid.so -> /lib/libuuid.so.1.3.0
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Craig Ringer | 2010-10-07 02:00:58 | Re: Windows 2008/IIS cannot connect to Postgres 9.0 |
| Previous Message | Tom Lane | 2010-10-07 01:59:02 | Re: Missing uuid_generate_v1() |