From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Mike Christensen <mike(at)kitchenpc(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installing uuid-ossp on 9.2 |
Date: | 2012-09-30 00:07:45 |
Message-ID: | 50678D51.4020604@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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 extension is available. However, when I run:
>
> CREATE EXTENSION "uuid-ossp";
>
> I get:
>
> ERROR: could not load library
> "/opt/PostgreSQL/9.2/lib/postgresql/uuid-ossp.so": libuuid.so.16:
> cannot open shared object file: No such file or directory
>
>
> ********** Error **********
>
> ERROR: could not load library
> "/opt/PostgreSQL/9.2/lib/postgresql/uuid-ossp.so": libuuid.so.16:
> cannot open shared object file: No such file or directory
> SQL state: 58P01
http://www.postgresql.org/docs/9.2/interactive/uuid-ossp.html
This module depends on the OSSP UUID library, which can be found at
http://www.ossp.org/pkg/lib/uuid/.
>
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Christensen | 2012-09-30 00:12:24 | Re: Installing uuid-ossp on 9.2 |
Previous Message | Mike Christensen | 2012-09-29 23:54:55 | Installing uuid-ossp on 9.2 |