[Tile-serving] [openstreetmap/mod_tile] ERROR: Module tile does not exist! (#241)

Marcelo notifications at github.com
Mon Jul 19 07:23:36 UTC 2021


Hi, I am trying to build a docker image following  the read me instructions, but at the end when I run `a2enmod tile` the output is `ERROR: Module tile does not exist!`

The built is bases on debian: 10 and the command `./autogen.sh && ./configure && make && make install && make install-mod_tile` have ran with no erros.

Here is the libraries I have installed

```
apt-get update && \
    apt-get install -y \
    libboost-all-dev \
    git \
    tar \
    unzip \
    wget \
    bzip2 \
    build-essential \
    autoconf \
    apache2 \
    apache2-dev \
    libgdal-dev \
    libcairo2-dev \
    libcurl4-gnutls-dev \
    libiniparser-dev \
    libmapnik-dev \
    npm
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/241
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210719/a2b18f89/attachment.htm>


More information about the Tile-serving mailing list