On Wed, Oct 6, 2010 at 6:48 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Mike Christensen <mike@kitchenpc.com> writes:
>> On Wed, Oct 6, 2010 at 6:42 PM, Tom Lane <tgl@sss.pgh.pa.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!