Re: Installing uuid-ossp on 9.2

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Mike Christensen <mike(at)kitchenpc(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Installing uuid-ossp on 9.2
Date: 2012-09-30 09:18:18
Message-ID: 0D55FA4F-9AF6-40F1-82C0-BC94095584FD@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 30 Sep 2012, at 2:24, Mike Christensen wrote:

> I built 1.6 directly from the source and ran a make install. I'm
> pretty sure this library is installed:
>
> root(at)Database:~# locate libuuid.so
> /lib/x86_64-linux-gnu/libuuid.so.1
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
> /usr/lib/x86_64-linux-gnu/libuuid.so

Looks like you have an old version lying around that's earlier in the library-path.
Does Linux have ldd? To see where the OS is looking, check the output of:
ldd /opt/PostgreSQL/9.2/lib/postgresql/uuid-ossp.so

> /usr/local/lib/libuuid.so
> /usr/local/lib/libuuid.so.16
> /usr/local/lib/libuuid.so.16.0.20

Alban Hertroys

--
The scale of a problem often equals the size of an ego.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2012-09-30 09:51:24 Re: transitive pruning optimization on the right side of a join for partition tables
Previous Message Alexander Farber 2012-09-30 07:48:29 Re: Would my postgresql 8.4.12 profit from doubling RAM?