<p>For info, a build of mod_tile 11 days ago against what was in 16.04 LTS worked for me to (as an aside, I had a problem trying to build mapnik itself, and created <a href="https://github.com/mapnik/mapnik/issues/3462" class="issue-link js-issue-link" data-url="https://github.com/mapnik/mapnik/issues/3462" data-id="164737571" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">mapnik/mapnik#3462</a> , but the mapnik in 16.04 "just worked").</p>

<p>My sequence of events:</p>

<pre><code> sudo apt-get install autoconf apache2-dev libtool libxml2-dev libbz2-dev libgeos-dev libgeos++-dev libproj-dev gdal-bin libgdal1-dev
 The following NEW packages will be installed
   gdal-bin libgdal1-dev
 sudo apt-get install libmapnik-dev mapnik-utils python-mapnik

cd ~/src
git clone git://github.com/SomeoneElseOSM/mod_tile.git
cd mod_tile
./autogen.sh
./configure
make
sudo make install
sudo make install-mod_tile
sudo ldconfig
</code></pre>

<p>(that mod_tile is pretty similar to this one)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/mod_tile/issues/130#issuecomment-234398943">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AD2-7gt5vzO5-7UfLqdPWj4cHG20deNYks5qX-2BgaJpZM4JN1TO">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AD2-7rnR2B5BdGSMSprt0t5vHMP4RxfGks5qX-2BgaJpZM4JN1TO.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/openstreetmap/mod_tile/issues/130#issuecomment-234398943"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>