[Tile-serving] [openstreetmap/osm2pgsql] New dependency on osmium (#864)

Sarah Hoffmann notifications at github.com
Tue Aug 28 22:00:47 UTC 2018


Works fine here. libosmium comes packaged with the osm2pgsql in `contrib/libosmium`, so should just be there. Two guesses why you see this error:
* You have updated from a very old version of osm2pgsql and not cleared out the build directory, thus using an outdated cmake cache.
* You have set EXTERNAL_LIBOSMIUM from previous trials with an external libosmium.

In both cases, remove the build directory and start the build from scratch (`mkdir build && cd build && cmake .. && make`).

-- 
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/osm2pgsql/issues/864#issuecomment-416755131
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180828/eab51d92/attachment.html>


More information about the Tile-serving mailing list