mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Merge pull request #1381 from mtmail/faq-entry-about-managed-database-services
FAQ entry about managed database services
This commit is contained in:
@@ -66,6 +66,14 @@ 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"
|
||||||
|
|
||||||
|
`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"
|
### I see the error: "function transliteration(text) does not exist"
|
||||||
|
|
||||||
Reinstall the nominatim functions with `setup.php --create--functions`
|
Reinstall the nominatim functions with `setup.php --create--functions`
|
||||||
|
|||||||
Reference in New Issue
Block a user