[Tile-serving] [osm2pgsql] Unnecessary inclusion of libdl (#141)
Jochen Topf
notifications at github.com
Mon May 5 17:42:14 UTC 2014
Yes, I compiled with lua support. (In fact, I don't know how to disable it.) It seems liblua depends on libdl. So having an extra dependency on libdl from osm2pgsql itself probably doesn't really matter. There might be some startup cost or so, but maybe not. Building `osm2pgsql` without `-ldl` works fine, but it still depends on `libdl` as can be seen with `ldd osm2pgsql`.
As a side note: Playing around with this I noticed something else: `nodecachefilereader` is linked with the same libs as `osm2pgsql`, half of which are probably unnecessary.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/141#issuecomment-42215149
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140505/7b97362f/attachment.html>
More information about the Tile-serving
mailing list