Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mention troubled cooperation with libroxml #3

Open
matkoniecz opened this issue Mar 31, 2016 · 0 comments
Open

mention troubled cooperation with libroxml #3

matkoniecz opened this issue Mar 31, 2016 · 0 comments
Labels

Comments

@matkoniecz
Copy link
Contributor

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

and compilation

make
Compiled coordsTransform.cpp successfully!
Compiled main.cpp successfully!
Compiled osm.cpp successfully!
Compiled rules.cpp successfully!
Compiled timer.cpp successfully!
Compiled xmap.cpp successfully!
Compiled xml.cpp successfully!
Linking complete!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants