Re: [GENERAL] Error During PostGIS Build From Source on Linux - Mailing list pgsql-general

From John R Pierce
Subject Re: [GENERAL] Error During PostGIS Build From Source on Linux
Date
Msg-id 805e35a3-9cbc-e37d-10cc-58c30f1ad3dc@hogranch.com
Whole thread Raw
In response to [GENERAL] Error During PostGIS Build From Source on Linux  (Osahon Oduware <osahon.gis@gmail.com>)
Responses Re: [GENERAL] Error During PostGIS Build From Source on Linux  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-general
On 4/12/2017 10:14 AM, Osahon Oduware wrote:
> Hi All,
>
> I am working on a Linux OS (Centos 6.5). I built GDAL successfully
> from source as below:
> ...
>
> I sure need the raster support to be enabled in PostGIS. Could anyone
> help me out with this.


if you install those packages from the yum repository, doesn't postgis
include raster support?

assuming you want pg 9.5 (if another, replace the 95's below with the
version you want...)

# yum install
https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
# yum install gdal{,-devel} postgresql95{,-server,-devel,-contrib}
postgis2_95{,-devel,-utils}


--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Concurrency-safe Replacing a Set of Rows (Without SERIALIZABLE)
Next
From: Osahon Oduware
Date:
Subject: Re: [GENERAL] Error During PostGIS Build From Source on Linux