I am not sure is it something fixable or just something that should be mentioned in installation instructions, but at this moment after successful installation of libroxml:
sudo make install
[ 22%] Built target roxml-dynamic
[ 45%] Built target roxml-static
[ 47%] Built target roxml-tool
[ 70%] Built target roxml_test
[ 72%] Built target roxml.mem
[ 75%] Built target roxml.perf
[ 91%] Built target roxml_test_tiny
[ 95%] Built target roxml.tiny.unitC
[100%] Built target roxml.unitC
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/lib/libroxml.so.2
-- Up-to-date: /usr/local/lib/libroxml.so.2.3.0
-- Up-to-date: /usr/local/lib/libroxml.so
-- Up-to-date: /usr/local/lib/libroxml.a
-- Up-to-date: /usr/local/bin/roxml
-- Up-to-date: /usr/local/include/roxml.h
./bin/osm2xmap: error while loading shared libraries: libroxml.so.2.3.0: cannot open shared object file: No such file or directory
Apparently libroxml and this program have cooperation problems.
Un Ubuntu 14.10 libroxml install itself in places not detected by this program. Copying compiled libroxml to /usr/lib allowed to pass cannot open shared object file error.
I am not sure is it something fixable or just something that should be mentioned in installation instructions, but at this moment after successful installation of libroxml:
and compilation
it is not working:
./bin/osm2xmap: error while loading shared libraries: libroxml.so.2.3.0: cannot open shared object file: No such file or directory
Apparently libroxml and this program have cooperation problems.
Un Ubuntu 14.10 libroxml install itself in places not detected by this program. Copying compiled libroxml to /usr/lib allowed to pass
cannot open shared object file
error.