Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email )
Change subject: sccp: testenv: fix run with asan + latest binaries ......................................................................
Patch Set 1:
(1 comment)
File _testenv/testenv/podman_install.py:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934/comment/ba0046d0_7e995... : PS1, Line 141: configure_cmd = ["./configure", "--enable-static", "--disable-shared"] Without this I had:
/home/user/.cache/osmo-ttcn3-testenv/git/build_against_osmocom:latest/libosmo-sigtran/examples/.libs/sccp_demo_user: error while loading shared libraries: libosmo-sigtran.so.11: cannot open shared object file: No such file or directory
I investigated, and it was caused by the libtool script not setting LD_LIBRARY_PATH correctly when there is a : in the directory (as in osmocom:latest). I've replaced the : instead and added a comment about it.