[Tile-serving] [mod_tile] error build on debian with mapnik2 (#100)
progserega
notifications at github.com
Thu Apr 16 05:55:36 UTC 2015
1. In Debian 7 no package apache2-dev:
# dpkg-buildpackage -B -rfakeroot -us -uc
Result:
dpkg-source --before-build mod_tile.orig
dpkg-checkbuilddeps: Unmet build dependencies: apache2-dev (>= 2.4.0)
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I fix it by patch (replace apache2-dev by apache2-prefork-dev | apache2-threaded-dev)
Try again. Then next error:
/usr/bin/make
make[1]: Entering directory `/opt/osm/mod_tile'
Makefile:359: *** missing separator. Stop.
make[1]: Leaving directory `/opt/osm/mod_tile'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
I fix it by change else/if construction.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150415/0f755e7b/attachment.html>
More information about the Tile-serving
mailing list