On 11/21/22 18:53, Neels Hofmeyr wrote:
diff -u -r saved_libosmo-pfcp/tests/libosmo-pfcp/pfcp_test libosmo-pfcp/tests/libosmo-pfcp/pfcp_test --- saved_libosmo-pfcp/tests/libosmo-pfcp/pfcp_test 2022-11-21 12:41:51.533363886 +0100 +++ libosmo-pfcp/tests/libosmo-pfcp/pfcp_test 2022-11-21 12:42:34.417397771 +0100 @@ -188,7 +188,7 @@
if test -f "$progdir/$program"; then # Add our own library path to LD_LIBRARY_PATH
- LD_LIBRARY_PATH="/usr/local/lib:/home/old/osmo-dev/make/libosmo-pfcp/src/libosmo-pfcp/.libs:/home/old/osmo-dev/make/libosmo-pfcp/src/libosmo-gtlv/.libs:$LD_LIBRARY_PATH"
- LD_LIBRARY_PATH="/home/old/osmo-dev/make/libosmo-pfcp/src/libosmo-pfcp/.libs:/home/old/osmo-dev/make/libosmo-pfcp/src/libosmo-gtlv/.libs:/usr/local/lib:$LD_LIBRARY_PATH"
I see no LD_LIBRARY_PATH in my version of the 'pfcp_test' script at all! In case you're curious, find it attached. I assume this might be related to the configure script finding or not finding some tools, so attaching my config.log too.
I am using:
automake (GNU automake) 1.16.5 autoconf (GNU Autoconf) 2.71 libtoolize (GNU libtool) 2.4.7 (Debian Unstable)
I have exactly the same versions (Arch Linux).
Best regards, Vadim.