From 11e0d9ec14d0dd6afbcccd3b3867496e0f09762e Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 14 May 2019 19:45:56 +0200 Subject: [PATCH] FAQ entry about managed database services --- docs/admin/Faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/admin/Faq.md b/docs/admin/Faq.md index db5e101c..36a6c45e 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` -- 2.39.5