Closed tigerlily-he closed 7 years ago
hey @tigerlily-he I'm running linux locally, could you please provide some more info:
as per comments in https://github.com/pelias/config/issues/58#issuecomment-303099472
$ shasum build/*
$ file build/pbf2json.darwin-x64
[edit] hold off on doing anything with libleveldb
, let's try the binaries recompiled against go 1.8.3
first.
it's possible that the library has a dependency on the C lib libleveldb
, if possible, can you please try installing that and trying again?
in ubuntu it's provided by these packages:
$ dpkg -l | grep leveldb
ii libleveldb-dev:amd64 1.18-5 amd64 fast key-value storage library (development files)
ii libleveldb1v5:amd64 1.18-5 amd64 fast key-value storage library
this might also be related https://github.com/golang/go/issues/17367, which version of OSX are you running?
I compiled this with:
$ go version
go version go1.6.2 linux/amd64
I'll upgrade and recompile
ok, I recompiled against go 1.8.3
and pushed the binaries up to the recompile branch.
the new checksums are:
$ shasum build/*
3c53771424f7ddde282c22dcd393edf9ec600b72 build/pbf2json.darwin-x64
3ba1c9c28b9330d760c10db2cc5ea386912daf85 build/pbf2json.linux-arm
7c585c7dfec02279779b2e12a9958d865b8b8c28 build/pbf2json.linux-x64
9acde4aa9faaf7056c211632164ed988e4100604 build/pbf2json.win32-x64
please try 3c53771424f7ddde282c22dcd393edf9ec600b72
Encountered error when running Open Street Map importer. Tried pbf2json version 4.3.0 and version in https://github.com/pelias/pbf2json/pull/43.
OSX Version: 10.12.5 (16F73)
Go is not installed on this machine.