-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libdl.dlopen throwing a "no error" error #11374
Comments
Works for me on Ubuntu 14.04 with
|
This is also the error thrown when it cannot find the file I've got the following error when running the test on a fresh checkout. The error is obviously file not exist but the error is confusing....
|
Possibly related: #11441? |
Ah, so it appears that "no error" from I am beginning to suspect that there may be something about the way that that
Could there be cross-talk between the versions of libraries, especially BLAS and LAPACK, used by julia and used by R? |
@dmbates I see in the original issue for |
You could also try merging the patch from #7940, and see if that gives more information? |
The description of the situation is in JuliaInterop/RCall.jl#55
On a Debian/Ubuntu system with the r-base package installed, the
libR.so
file is/usr/lib/R/lib/libR.so
. Under Julia 0.3.8 I can dlopen that file successfully. In a recent development version a call to Libdl.dlopen fails with error "no error".The text was updated successfully, but these errors were encountered: