GeoKnow / LinkedGeoData

OpenStreetMap for the Semantic Web
http://linkedgeodata.org
GNU General Public License v3.0
133 stars 32 forks source link

Bash scripts should automatically detect correct postgis version #2

Closed Aklakan closed 11 years ago

Aklakan commented 11 years ago

Currently it assumes postgis 2.0, but on another Ubuntu 12.04 system, the postgis version was 1.5

edwardchanjw commented 11 years ago

Ya, facing the same problem too... I think there had some other minor linking and dependencies problem too.

Aklakan commented 11 years ago

The postgis files should now be located automatically (at least on Ubuntu). There will be issues with multiple postgis versions though as the lgd-createdb script would just pick an arbitrary one, but in that case one can still configure the /etc/linkedgeodata/lgd.conf.dist file manually (assuming a deb package install)

Aklakan commented 11 years ago

Issue has been addressed, and no further complaints arrived - closed ;)