Re: Create extention CITEX failed - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: Create extention CITEX failed
Date
Msg-id 095ea106-5a4b-baec-79d3-7b3ba5fafca8@2ndquadrant.com
Whole thread Raw
In response to Create extention CITEX failed  (Mihalidesová Jana <jana.mihalidesova@cetin.cz>)
List pgsql-admin
On 2020-06-30 10:54, Mihalidesová Jana wrote:
> Hi,
> 
> I unzip the binaries for postgresl 12.2 on server. There is a directory 
> .. /postgresql-12.2/contrib with list of possible extentions. Then I 
> installed postgres using
> 
> configure --prefix=/pgsql/bin/<version>_<db_name>
> 
> make
> 
> make install

You need to run make install-world or make -C contrib install to install 
contrib modules from source.

> 
> then I created database
> 
> pg_ctl -D /<path> initdb
> 
> Now I try to create extention but I got error
> 
> clooneyt=# CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public;
> 
> ERROR:  could not open extension control file 
> "/pgsql/bin/12.2_clooneyt/share/extension/citext.control": No such file 
> or directory
> 
> And really there’s no citext.control file. How I install/create 
> extention CITEX.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-admin by date:

Previous
From: Mihalidesová Jana
Date:
Subject: Create extention CITEX failed
Next
From: Remya DJ
Date:
Subject: Reg. Postgres utility for fetching multiple rows from DB