Anonymous | Login | 2022-08-10 05:53 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0001033 | OMNeT++ | command line tools | public | 2018-04-12 06:32 | 2018-04-12 07:00 | ||||||||
Reporter | skirhir | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | x86_64 | OS | GNU/Linux | OS Version | ? | ||||||||
Product Version | 5.1 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0001033: nedtool can't locate shared libraries. | ||||||||||||
Description | 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 | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
|
(0001353) rhornig (administrator) 2018-04-12 07:00 |
You should take a look at WHY the oppnedxml shared library does not exist? In the make process output there MUST be an error message that can lead to cause... |
![]() |
|||
Date Modified | Username | Field | Change |
2018-04-12 06:32 | skirhir | New Issue | |
2018-04-12 07:00 | rhornig | Note Added: 0001353 |
Copyright © 2000 - 2022 MantisBT Team |