Problem linking against inet while dockerizing #955
phdavis1027
started this conversation in
General
Replies: 1 comment 7 replies
-
If you have an executable that uses the libINET.so as a shared library you must either:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a Docker image from the tag
omnetpp/inet:o6.0-4.4.1
. Once I move model into the container, I run the executable generated by opp_makemake's makefile with the flag-l $INET_ROOT/src/INET
, but I get an error message saying that nolibINET.so
can be found. Any insight would be appreciated, I'm still very confused by the omnetpp CLI.Best,
Phillip
Beta Was this translation helpful? Give feedback.
All reactions