For some reason, Libdl.find_library is not searching in the Libdl.DL_LOAD_PATH paths
The following commands: push!(Libdl.DL_LOAD_PATH, "/path_to_my_lib") Libdl.find_library(["libmy_lib.so"]) returns an empty string. Although, putting "/path_to_my_lib" into the LD_LIBRARY_PATH works fine. My julia version is 0.4.6 and I'm running Fedora 22.