Re: enabling uuid-ossp in centos 7

From: "sivapostgres(at)yahoo(dot)com" <sivapostgres(at)yahoo(dot)com>
To: Postgresql General Group <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: enabling uuid-ossp in centos 7
Date: 2020-03-02 11:00:38
Message-ID: 576790916.4465797.1583146838375@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,Installed postgresql 11 in CentOS 7 through 

yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum install postgresql11
yum install postgresql11-server
/usr/pgsql-11/bin/postgresql-11-setup initdb

Now the commandcreate extension if not exists "uuid-ossp";gives the following error
could not open extension control file "/usr/pgsql-11/share/extension/uuid-ossp.control": No such file or directorySQL state: 58P01
What to do to enable this extension?
In windows, this works fine.  Issue is when installing under Linux only.
Happiness AlwaysBKR Sivaprakash

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2020-03-02 13:59:36 Re: enabling uuid-ossp in centos 7
Previous Message Peter J. Holzer 2020-02-29 20:03:59 Re: trouble making PG use my Perl