Merge pull request #1622 from mtmail/clang-faq-entry

Documentation: add FAQ entry about clang not found
This commit is contained in:
Sarah Hoffmann
2020-01-02 14:14:00 +01:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ server development libraries (`postgresql-server-dev-9.5` on Ubuntu)
and recompile (`cmake .. && make`). 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 `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 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 filesystem does not fully support 'mmap'. A notable candidate is virtualbox's
vboxfs. 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 ### 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 Several users [reported this](https://github.com/openstreetmap/Nominatim/issues/1168) during the initial import of the database. It's