compiling postgresql with uuid-ossp failure

From: Ibrahim Shaame <ishaame(at)gmail(dot)com>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: compiling postgresql with uuid-ossp failure
Date: 2019-02-28 08:33:28
Message-ID: CAJOWwD70OGHRrOSaqRvrR69Pm53gSH3Q8L3VFY8yZNd2SkNh8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have installed idempiere ERP which requires uuid-ossp library. I have
tried to recompile postgresql-11.2 with the option --with-uuid=ossp. When
run I

CREATE EXTENSION "uuid-ossp";

I get the following error:
ERROR: could not open extension control file
"/data/databases/postgres/pgsql11/share/extension/uuid-ossp.control": No
such file or directory.

select * from pg_available_extensions;

gives me this list (without uuid-ossp, of course):

name | default_version | installed_version |
comment
------------+-----------------+-------------------+-------------------------------------------
pltclu | 1.0 | | PL/TclU untrusted
procedural language
pltcl | 1.0 | | PL/Tcl procedural
language
plperl | 1.0 | | PL/Perl procedural
language
plperlu | 1.0 | | PL/PerlU untrusted
procedural language
plpythonu | 1.0 | | PL/PythonU untrusted
procedural language
plpython2u | 1.0 | | PL/Python2U untrusted
procedural language
plpgsql | 1.0 | 1.0 | PL/pgSQL procedural
language
(7 rows)

Is there a reason why this extension was not created during
compilation/installation?

Thanks

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ibrahim Shaame 2019-02-28 08:35:54 Re: compiling postgresql with uuid-ossp failure
Previous Message Peter Neave 2019-02-19 03:21:53 RE: Exclusive Locks on Insert into large Logging tables