The install_postgis.sh script explicitly sets PG_VERSION="8.4" but now, on Xubuntu 12.04 we have 9.1. Changing that version variable allowed the script to complete.

Also the Sahana install script references a non-existant directory /usr/share/postgresql/8.4/contrib.

THis should be 9.1, but since the PostGIS install script creates a template_postgis database, I think that running those contrib sql files is not necessary. It should be enough to add:

 -T template_postgis

to the createdb line

--

Micha

_______________________________________________
Live-demo mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/live-demo
http://live.osgeo.org
http://wiki.osgeo.org/wiki/Live_GIS_Disc

Reply via email to