0
votes

Recently, I downloaded OMNET 5 in ubuntu 14.04 & automatically downloaded INET 3.4 .when iam trying to run any example in INET the follwing error appears:

!> Warning: opp_run: Cannot check library ../../src/INET: ../../src//libINET.so: cannot open shared object file: No such file or directory

Error during startup: Cannot load library '../../src//libINET.so': ../../src//libINET.so: cannot open shared object file: No such file or directory.

I tried to reconfigure the INET framework and also downloaded INET manually but i still facing the same problem. could anyone help me to fix it ?

2

2 Answers

1
votes

You probably did not build INET. Select Project and Build Project.

1
votes

the problem was that inet didn't build properly due to some missing system libraries, after checking the build log and installing the missing system libraries the build went ok and i could run examples without any problems