Hello colleagues,
i'm trying to debug a strange case where ccall-s by julia fail (with an error message from the called function) and the implementation in C succeeds. My first guess is, that actually different versions of a libXXX.so are called. How can i read which library julia is accessing?
