This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Error when execute osmjs - osmium

0

i got a error in osmjs , I am following these instructions lines https://wiki.openstreetmap.org/wiki/Osmium/Quick_Start

ruben@ruben-pc:~/osmium/osmjs$ ./osmjs -l sparsetable -j js/objects.js file.osm
./osmjs: error while loading shared libraries: libgeos-3.3.6.so: cannot open shared object file: No such file or directory
ruben@ruben-pc:~/osmium/osmjs$

asked 07 Jan '13, 15:46

Rub21's gravatar image

Rub21
11356
accept rate: 0%

edited 08 Jan '13, 00:13

cartinus's gravatar image

cartinus
7.0k1066105


One Answer:

0

I'm install sudo apt-get install libgeos-3.2.2, fixing the problem, I hope this good

answered 07 Jan '13, 16:43

Rub21's gravatar image

Rub21
11356
accept rate: 0%

Source code available on GitHub .