8.3 and uuid: unable to run uuid-ossp.sql

From: Giorgio Valoti <giorgio_v(at)mac(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: 8.3 and uuid: unable to run uuid-ossp.sql
Date: 2008-02-13 11:27:00
Message-ID: 8E5FE0C8-41FA-4444-9A97-6790A7319EC3@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,
I’m trying to enable the uuid module with a SUSE Linux. I’ve
installed the uuid library with the default settings and configured/
compiled/installed pgsql with these flags:

./configure --prefix=/opt/local/pgsql --with-perl --with-tcl --with-
tclconfig=/opt/local/lib --with-openssl --with-readline --with-zlib --
enable-thread-safety --enable-integer-datetimes --with-ossp-uuid

Then I’ve installed the uuid shared library from the contrib
directory and the .so file is located under /opt/local/pgsql/lib/uuid-
ossp.so.
When I try to install the uuid functions I get this error:

psql:share/contrib/uuid-ossp.sql:9: ERROR: could not load library "/
opt/local/pgsql/lib/uuid-ossp.so": libuuid.so.16: cannot open shared
object file: No such file or directory

Can somebody help me to solve this problem? Or give some hints?

Thank you in advance

--
Giorgio Valoti

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-13 11:35:07 Re: 8.3 and uuid: unable to run uuid-ossp.sql
Previous Message Richard Huxton 2008-02-13 10:28:41 Re: show time consumed by query in psql