GDAL OGR does not have PostgreSQL support

From: daryl herzmann <akrherz(at)iastate(dot)edu>
To: pgsql-pkg-yum(at)postgresql(dot)org
Subject: GDAL OGR does not have PostgreSQL support
Date: 2014-08-19 20:51:06
Message-ID: alpine.LRH.2.03.1408191547420.4767@iastate.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Howdy,

I'm on RHEL6 64bit PGSQL 9.3 and the provided gdal does not appear to
support PostgreSQL.

$ rpm -q gdal
gdal-1.9.2-5.rhel6.x86_64
$ ogrinfo --formats | grep Postgres
$
$ rpm -q gdal-python
gdal-python-1.9.2-5.rhel6.x86_64

A simple python test like so fails as well:

>>> from osgeo import ogr
>>> print ogr.Open("PG:host=myhostname dbname=postgis user=nobody")
None

thanks,
daryl

--
/**
* Daryl Herzmann
* Assistant Scientist -- Iowa Environmental Mesonet
* http://mesonet.agron.iastate.edu
*/

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Craig Ringer 2014-08-20 01:58:57 Re: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp
Previous Message Jeff Frost 2014-08-19 20:22:44 Re: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp