merlinnot / nominatim-docker

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

postgis error #13

Open openmotion opened 5 years ago

openmotion commented 5 years ago

when i launch the script with the monaco example i have this error :

2019-03-08 21:21:21 == module path: /srv/nominatim/Nominatim/build/module 2019-03-08 21:21:21 == Create DB 2019-03-08 21:21:23 == Setup DB Postgres version found: 9.06 ERROR: could not access file "$libdir/postgis-2.5": No such file or directory

harryhahn commented 5 years ago

the same ERROR

harryhahn commented 5 years ago

set POSTGIS_VERSION=2.5 solve the Problem

fjbardelli commented 4 years ago

How?

ryan-morris commented 4 years ago

@fjbardelli add a build arg like shown in the README