[Tile-serving] [openstreetmap/mod_tile] Compile error on Ubuntu 16.04 against Mapnik 3.0 (#130)
SomeoneElseOSM
notifications at github.com
Thu Jul 21 22:06:57 UTC 2016
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 https://github.com/mapnik/mapnik/issues/3462 , but the mapnik in 16.04 "just worked").
My sequence of events:
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
(that mod_tile is pretty similar to this one)
---
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/130#issuecomment-234398943
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20160721/bd5f2af3/attachment.html>
More information about the Tile-serving
mailing list