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

nedtool can't locate shared libraries. #729

Closed
rhornig opened this issue Dec 3, 2018 · 0 comments
Closed

nedtool can't locate shared libraries. #729

rhornig opened this issue Dec 3, 2018 · 0 comments
Labels
in command line tools minor Inconvenience that can be worked around res-unable to reproduce It is not possible to reproduce this with the provided information

Comments

@rhornig
Copy link
Contributor

rhornig commented Dec 3, 2018

Reported by skirhir on 12 Apr 2018 06:32

Version: 5.1

when running omnet from the compiling folder, nedtool can't locate shared libraries.

Running opp_msgc fails with
[...]/omnetpp-5.2.1/bin/nedtool: error while loading shared libraries: liboppnedxml_dbg.so: cannot open shared object file: No such file or directory

tictoc project compiles because the message headers come pre-generated.

To fix this lib path needs to be added on setenv
export LD_LIBRARY_PATH=$omnetpp_root/lib

Steps to reproduce: #Compile
tar xvf omnetpp-5.2.1-src-linux.tgz
cd omnetpp-5.2.1/
. setenv
./configure WITH_OSG=no WITH_OSGEARTH=no
make

#run
opp_msgc

#exits with
[...]/omnetpp-5.2.1/bin/nedtool: error while loading shared libraries: liboppnedxml_dbg.so: cannot open shared object file: No such file or directory

Mantis Bugtracker #1033

@rhornig rhornig added in command line tools minor Inconvenience that can be worked around labels Dec 3, 2018
@rhornig rhornig added the res-unable to reproduce It is not possible to reproduce this with the provided information label May 31, 2019
@rhornig rhornig closed this as completed May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in command line tools minor Inconvenience that can be worked around res-unable to reproduce It is not possible to reproduce this with the provided information
Projects
None yet
Development

No branches or pull requests

1 participant