From: | Alex Magnum <magnum11200(at)gmail(dot)com> |
---|---|
To: | Postgres General <pgsql-general(at)postgresql(dot)org> |
Subject: | Cannot install Extention plperl in 9.5 |
Date: | 2016-02-06 22:21:23 |
Message-ID: | CA+cR4zf9CgKJBeEh4dMTZ=+M+pcW-4jjgDipQQbTO5w-g4bkbQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I installed 9.5 as described in
http://tecadmin.net/install-postgresql-9-5-on-centos/ on centos7.
Is there a problem with the Repo or do I miss something?
[local]:template1=# \dx
List of installed extensions
Name | Version | Schema | Description
---------------+---------+------------+--------------------------------------------------------------
cube | 1.0 | public | data type for multidimensional cubes
dblink | 1.1 | public | connect to other PostgreSQL
databases from within a database
earthdistance | 1.0 | public | calculate great-circle distances on
the surface of the Earth
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(4 rows)
[local]:template1=# *CREATE EXTENSION plperl;*
ERROR: could not open extension control file
"/usr/pgsql-9.5/share/extension/plperl.control": No such file or directory
[root(at)localhost 06:14:37 extension]# *find /usr/pgsql-9.5/|grep perl*
/usr/pgsql-9.5/lib/hstore_plperl.so
/usr/pgsql-9.5/include/server/lib/hyperloglog.h
/usr/pgsql-9.5/include/server/plperl.h
/usr/pgsql-9.5/share/extension/hstore_plperl.control
/usr/pgsql-9.5/share/extension/hstore_plperlu--1.0.sql
/usr/pgsql-9.5/share/extension/hstore_plperlu.control
/usr/pgsql-9.5/share/extension/hstore_plperl--1.0.sql
Thanks for any advice
Alex
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2016-02-06 22:28:03 | Re: Cannot install Extention plperl in 9.5 |
Previous Message | Arjen Nienhuis | 2016-02-06 16:53:17 | Re: Asp.net 5 and EF6 |