Thread: problem with postgis package

problem with postgis package

From
Tudor Barascu
Date:
Hello,
On a fresh install.
When installing postgis from http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/,
I get an error when  I try to execute the command Create Extension postgis;.


I noticed that others also have this problem:
http://gis.stackexchange.com/questions/71302/error-when-trying-to-run-create-extension-postgis

postgres=# create extension postgis;
ERROR:  could not open extension control file "/usr/pgsql-9.3/share/extension/postgis.control": No such file or directory

The package is somehow broken.
All the best,
Tudor

Re: problem with postgis package

From
Devrim GÜNDÜZ
Date:
Hi,

This is a known and widely reported issue :( I am working with upstream
to fix this issue. Bad news is, we need to update GDAL in EPEL in order
to get some stuff working, but not sure how we can do it :(

Regards, Devrim
On Sat, 2013-09-21 at 08:34 -0700, Tudor Barascu wrote:
> Hello,
> On a fresh install.
> When installing postgis from http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/,
> I get an error when  I try to execute the command Create Extension postgis;.
>
>
> I noticed that others also have this problem:
> http://gis.stackexchange.com/questions/71302/error-when-trying-to-run-create-extension-postgis
>
>
> postgres=# create extension postgis;
> ERROR:  could not open extension control file "/usr/pgsql-9.3/share/extension/postgis.control": No such file or
directory
>
> The package is somehow broken.
> All the best,
> Tudor


--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

Re: problem with postgis package

From
Christoph Berg
Date:
Re: Devrim GÜNDÜZ 2013-09-23 <1379941806.3222.19.camel@lenovo01-laptop03.gunduz.org>
> This is a known and widely reported issue :( I am working with upstream
> to fix this issue. Bad news is, we need to update GDAL in EPEL in order
> to get some stuff working, but not sure how we can do it :(

We have the same issue for apt.postgresql.org. We thought about
several ways around the issues, but utimately figured we need to
provide both gdal and geos backports, so that's what we did.

Christoph
--
cb@df7cb.de | http://www.df7cb.de/

Attachment

Re: problem with postgis package

From
Devrim GÜNDÜZ
Date:
Hi,

On Mon, 2013-09-23 at 15:33 +0200, Christoph Berg wrote:

> We have the same issue for apt.postgresql.org. We thought about
> several ways around the issues, but utimately figured we need to
> provide both gdal and geos backports, so that's what we did.

I was trying to avoid that -- but agreed, that seemed to be the only
way. Updated GDAL to 1.9.3 in our repo. Pushing out new RPMs shortly.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment