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@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-linu
Ack! This fixed it:
ln -s /usr/local/lib/libuuid.so.16 /lib/x86_64-linux-gnu/libuuid.so.16
I dream of the day where UUIDs just work out of the box in Postgres..
Mike
On Sat, Sep 29, 2012 at 5:24 PM, Mike Christensen wrote:
> I built 1.6 directly from the source and ran a make install. I'm
>
I built 1.6 directly from the source and ran a make install. I'm
pretty sure this library is installed:
root@Database:~# locate libuuid.so
/lib/x86_64-linux-gnu/libuuid.so.1
/lib/x86_64-linux-gnu/libuuid.so.1.3.0
/root/uuid/uuid-1.6.0/.libs/libuuid.so
/root/uuid/uuid-1.6.0/.libs/libuuid.so.16
/ro
Yea, this is already installed.. I can type "uuid" from the command
line and get a UUID generated..
On Sat, Sep 29, 2012 at 5:07 PM, Adrian Klaver wrote:
> On 09/29/2012 04:54 PM, Mike Christensen wrote:
>>
>> I'm having problems installing the uuid-ossp extension on 9.2, running
>> on Ubuntu.
On 09/29/2012 04:54 PM, Mike Christensen wrote:
I'm having problems installing the uuid-ossp extension on 9.2, running
on Ubuntu. This is a fresh install, and I downloaded the binaries off
of EnterpriseDB (I did not build from source).. According to:
select * from pg_available_extensions;
The