Attention is currently required from: pespin.
1 comment:
File _testenv/testenv/podman_install.py:
Patch Set #1, 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.
To view, visit change 39934. To unsubscribe, or for help writing mail filters, visit settings.