Philip, POSTGIS_ENABLE_OUTDB_RASTERS=1 is an environment variable not to be in postgresql.conf.
The same is true for POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL https://wiki.postgresql.org/wiki/PostgreSQL_on_RedHat_Linux Based upon the above, it looks like you should add POSTGIS_ENABLE_OUTDB_RASTERS=1 POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL to /etc/sysconfig/pgsql/postgresql The above assumes you're using the packages provided by PostgreSQL. http://www.postgresql.org/download/linux/redhat/ -bborie On Wed, Feb 25, 2015 at 10:10 AM, Phil Hurvitz <[email protected]> wrote: > Hi all, I am having trouble starting PostGIS with out-db raster support > > In my /usr/local/pgsql/data/postgresql.conf file I include the line > > POSTGIS_ENABLE_OUTDB_RASTERS=1 > > after which PostGIS won't start (service postgresql start). > > Software is > > postgis_full_version > ----------------------------------------------------------------------- > POSTGIS="2.1.3 r12547" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.7.1, 23 > September 2009" GDAL="GDAL 1.11.2, released 2015/02/10" LIBXML="2.7.6" > TOPOLOGY RASTER > > > Also PostGIS won't start when I specify > > POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL > > Any help would be appreciated! > > -- > -P. > > ************************************************************** > Philip M. Hurvitz, PhD | Research Assistant Professor | UW-CBE > Urban Form Lab | 1107 NE 45th Street, Suite 535 | Box 354802 > University of Washington, Seattle, Washington 98195-4802, USA > [email protected] | http://gis.washington.edu/phurvitz > "What is essential is invisible to the eye." -de Saint-Exupéry > ************************************************************** > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
