13 Apr
2017
13 Apr
'17
14:40
On 13.04.2017 13:56, Roger Oberholtzer wrote:
I am trying to link an application that uses libpthread and libtbb. I have these installed (OPB standard packages) on an up-to-date Tumbleweed.
For some reason I cannot understand, these libs are not found. When I run ldd on a program of library, I get:
linux-vdso.so.1 (0x00007ffd23d17000) libpthread.so.0 => not found libiomp5.so => /opt/rsoft/lib/libiomp5.so (0x00007f82fb669000) libtbb.so.2 => not found
you could try to run strace -f -e open my_binary to watch the program search for the libraries.