Following http://wiki.openstreetmap.org/wiki/Osmium/Quick_Start on Ubuntu 10.04 LTS with libprotobuf-dev installed gives lots of "/usr/bin/ld: cannot find -lprotobuf-lite" errors. OSM-binary can be compiled using the non-Debian/Ubuntu instructions (e.g. make instead of debuild), but make osmium/examples still fails looking for -lprotobuf-lite Changing LDFLAGS on line 26 of Makefile to /usr/lib doesn't seem to help
asked 11 Sep '11, 13:33 OJW |
You seem to be missing
answered 11 Sep '11, 13:46 Derick Rethans 1
Note that this seems to be a bug in the Ubuntu libprotobuf-dev package as it should contain that link but doesn't - this should really be reported to the maintainer of that package.
(11 Sep '11, 14:50)
TomH ♦♦
(11 Sep '11, 15:41)
OJW
|