diff --git a/src/Products.jl b/src/Products.jl index 18e007c..4d9cfff 100644 --- a/src/Products.jl +++ b/src/Products.jl @@ -177,7 +177,11 @@ function locate(lp::LibraryProduct; verbose::Bool = false, end if verbose - @info("$(dl_path) cannot be dlopen'ed") + try + dlopen(dl_path) + catch dlopen_result + @info("$(dl_path) cannot be dlopen'ed",dlopen_result) + end end else # If the current platform doesn't match, then just trust in our