From: Sarah Hoffmann Date: Sun, 9 Jun 2019 09:04:47 +0000 (+0200) Subject: Merge pull request #1381 from mtmail/faq-entry-about-managed-database-services X-Git-Tag: v3.4.0~38 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/a09f2a698707c366a0e93a81c84268a83bf7d7ea?hp=1f57d730dfdea8dc27c941cd040df9249ac66f38 Merge pull request #1381 from mtmail/faq-entry-about-managed-database-services FAQ entry about managed database services --- diff --git a/docs/admin/Faq.md b/docs/admin/Faq.md index f06694c6..485ba25b 100644 --- a/docs/admin/Faq.md +++ b/docs/admin/Faq.md @@ -66,6 +66,14 @@ server development libraries (`postgresql-server-dev-9.5` on Ubuntu) and recompile (`cmake .. && make`). +## 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 +this. There is currently no work-around other than installing a database +on a non-managed machine. + + ### I see the error: "function transliteration(text) does not exist" Reinstall the nominatim functions with `setup.php --create--functions`