[Tile-serving] [osm2pgsql] Compiling from source not working ... ? (#144)

kinkersnick notifications at github.com
Wed May 7 11:38:59 UTC 2014


If I run <code>otool -L</code> this is the output I get:
<pre>
/usr/local/Cellar/geos/3.4.2/lib/libgeos_c.1.dylib:
	/usr/local/lib/libgeos_c.1.dylib (compatibility version 10.0.0, current version 10.2.0)
	/usr/local/Cellar/geos/3.4.2/lib/libgeos-3.4.2.dylib (compatibility version 0.0.0, current version 0.0.0)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
</pre>

So it seems like it's linking with <code>libc++</code>, no? Nonetheless, I tried rebuilding geos anyway.
Now when I try running <code>./autogen.sh</code> in <code>osm2pgsql</code> I'm getting a <code>libtool</code> error I wasn't getting before:

<pre>
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
Can't exec "libtoolize": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 4.
autoreconf: failed to run libtoolize: No such file or directory
autoreconf: libtoolize is needed because this package uses Libtool
</pre>

What's going on?


---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/144#issuecomment-42416657
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140507/759be914/attachment.html>


More information about the Tile-serving mailing list