X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1ead5b0f3f79a54ef80ea396ae82e2ca46c9a407..f5cbe0e6babf9b4649eb2e00717d21474052b08e:/docs/admin/Faq.md diff --git a/docs/admin/Faq.md b/docs/admin/Faq.md index 2e5a7c43..126d7977 100644 --- a/docs/admin/Faq.md +++ b/docs/admin/Faq.md @@ -68,7 +68,7 @@ server development libraries (`postgresql-server-dev-9.5` on Ubuntu) and recompile (`cmake .. && make`). -## I see the error "ERROR: permission denied for language c" +### I see the error "ERROR: permission denied for language c" `nominatim.so`, written in C, is required to be installed on the database server. Some managed database (cloud) services like Amazon RDS do not allow @@ -91,6 +91,11 @@ If you are using a flatnode file, then it may also be that the underlying filesystem does not fully support 'mmap'. A notable candidate is virtualbox's vboxfs. +### I see the error: "clang: Command not found" on CentOS + +On CentOS 7 users reported `/opt/rh/llvm-toolset-7/root/usr/bin/clang: Command not found`. +Double-check clang is installed. Instead of `make` try running `make CLANG=true`. + ### nominatim UPDATE failed: ERROR: buffer 179261 is not owned by resource owner Portal Several users [reported this](https://github.com/openstreetmap/Nominatim/issues/1168) during the initial import of the database. It's @@ -177,22 +182,6 @@ for more information. ## Running your own instance -### Can I import multiple countries and keep them up to date? - -You should use the extracts and updates from https://download.geofabrik.de. -For the initial import, download the countries you need and merge them. -See [OSM Help](https://help.openstreetmap.org/questions/48843/merging-two-or-more-geographical-areas-to-import-two-or-more-osm-files-in-nominatim) -for examples how to do that. Use the resulting single osm file when -running `setup.php`. - -For updates you need to download the change files for each country -once per day and apply them **separately** using - - ./utils/update.php --import-diff --index - -See [this issue](https://github.com/openstreetmap/Nominatim/issues/60#issuecomment-18679446) -for a script that runs the updates using osmosis. - ### Can I import negative OSM ids into Nominatim? See [this question of Stackoverflow](https://help.openstreetmap.org/questions/64662/nominatim-flatnode-with-negative-id).