merlinnot / nominatim-docker

Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
MIT License
55 stars 35 forks source link

Build stopped working #9

Open hellysmile opened 6 years ago

hellysmile commented 6 years ago
docker build github.com/merlinnot/nominatim-docker   -t nominatim   --build-arg BUILD_THREADS=1   --build-arg BUILD_MEMORY=2GB   --build-arg OSM2PGSQL_CACHE=1000 --build-arg PBF_URL=http://download.geofabrik.de/europe/monaco-latest.osm.pbf   --build-arg REPLICATION_URL=http://download.geofabrik.de/monaco-updates

returns

"$libdir/postgis-2.5": No such file or directory  
ERROR: pgsql returned with error code (3)
hellysmile commented 6 years ago

Bump POSTGIS_VERSION to 2.5 fixes issue

merlinnot commented 6 years ago

Thanks for a report, I’ll take a look next week.

hellysmile commented 6 years ago

Is it safe to run against POSTGIS_VERSION=2.5 ?

merlinnot commented 6 years ago

Didn’t test it, but it should be safe. Note the issue with files >8GBs in Docker, see the other open issue.