Rodrigo Arias
6d584c646c
When running ovniver without LD_LIBRARY_PATH set, the loader couldn't find any ovni installation and therefore was failing to start the program. With this change we set the RUNPATH (not RPATH) of ovniver to the installation libdir, so when no other libovni library is loaded via LD_LIBRARY_PATH the one provided by the same source as ovniver is used. The value of LD_LIBRARY_PATH is also printed so we can determine where it may be loading libovni. Using LD_DEBUG=libs will give more information of the search process. Fixes: https://pm.bsc.es/gitlab/rarias/ovni/-/issues/163 |
||
---|---|---|
.. | ||
burst-stats.c | ||
clockgate.c | ||
CMakeLists.txt | ||
dummy.c | ||
empty-sort.c | ||
empty-stream.c | ||
flush-overhead.c | ||
flush-tmpdir.c | ||
flush-tmpdir.driver.sh | ||
flush.c | ||
mp-simple.c | ||
no-cpus.c | ||
ovniver.driver.sh | ||
require-bad-version.c | ||
require-compat.c | ||
require-repeated.c | ||
sort-cpus-by-loom.c | ||
sort-cpus-by-rank.c | ||
sort-first-and-full-ring.c | ||
sort-flush.c | ||
sort.c | ||
thread-crash.c | ||
tmpdir-metadata.c | ||
tmpdir-metadata.driver.sh | ||
tracedir-subdir.c | ||
tracedir-subdir.driver.sh | ||
version-bad.c | ||
version-good.c |