[postgis-users] Error adding raster support
Luis
luis.a.de.sousa at gmail.com
Wed Jun 6 06:22:19 PDT 2012
Hello everyone,
I have Postgres 9.1 and Postgis 2.0 on Ubuntu Server 10.04. I'd like to add
raster support to a spatial database, feeding the raster SQL file:
$ psql -f /usr/share/postgresql/9.1/contrib/postgis-2.0/rtpostgis.sql -d
mydatabase
But I'm getting the following error:
psql:/usr/share/postgresql/9.1/contrib/postgis-2.0/rtpostgis.sql:70: ERROR:
could not load library "/usr/lib/postgresql/9.1/lib/rtpostgis-2.0.so":
libgdal.so.1: cannot open shared object file: No such file or directory
I thought this was a permission issue, but it is not:
$ ls -la /usr/lib/postgresql/9.1/lib/rtpostgis-2.0.so
-rwxr-xr-x 1 root root 1275398 2012-06-05 16:33
/usr/lib/postgresql/9.1/lib/rtpostgis-2.0.so
So what's going on here? Can it be solved somehow?
Thank you very much.
--
View this message in context: http://postgis.17.n6.nabble.com/Error-adding-raster-support-tp4998034.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
More information about the postgis-users
mailing list