[Tile-serving] [openstreetmap/mod_tile] [centos7 container image] mod_tile gives "no datasource plugin directories have been successfully registered" (Issue #433)

Hummeltech notifications at github.com
Tue May 14 18:51:22 UTC 2024


Hello @edwin, that `Dockerfile` does not install the required dependencies for interacting with a `PostGIS` database, so those will need to be installed in order for it to work for your needs.

There is currently an undocumented example in the `docker-compose.yml` file for working with a `PostGIS` database, but it doesn't support `CentOS`:
https://github.com/openstreetmap/mod_tile/blob/c3453bc1e19247c145b0e87742710d5e076e338e/docker/docker-compose.yml#L276-L302

You can see the additional package dependencies for `Ubuntu` on line 282, `CentOS` will likely require the same (I.E. `postgresql` & `osm2pgsql`).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/433#issuecomment-2110917647
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/mod_tile/issues/433/2110917647 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240514/5e215391/attachment.htm>


More information about the Tile-serving mailing list