I build the INET project and everything goes fine. When I try to run it, I get this error:
Starting...
$ cd /home/user/Desktop/omnetpp-5.0/temp/inet/tutorials/wireless
$ opp_run -r 0 -n ../../examples:../../src:.. -l ../../src/INET --debug on-errors=false omnetpp.ini
<!> Warning: opp_run: Cannot check library ../../src/INET:../../src//libINET.so: undefined symbol: _ZN3osg5Group11removeChildEPNS_4NodeE
<!> Error during startup: Cannot load library '../../src//libINET.so': ../../src//libINET.so: undefined symbol: _ZN3osg5Group11removeChildEPNS_4NodeE.
OMNeT++ Discrete Event Simulation (C) 1992-2016 Andras Varga, OpenSim Ltd.
Version: 5.0, build: 160414-aa4629c, edition: Academic Public License -- NOT FOR COMMERCIAL USE
See the license for distribution terms and warranty disclaimer
End.
INET is a fresh installation in a new workspace (/temp). I have another workspace where it works fine without any problem. There is also a third workspace where it was working fine and then suddenly after clicking on "clean project" for a different project that is using INET, it doesn't work anymore and it gives the same error as the one reported here.
I don't understand where is the problem coming from.