Skip to content

Libdl does not recognise homedir #24152

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

Closed
AShedko opened this issue Oct 15, 2017 · 1 comment
Closed

Libdl does not recognise homedir #24152

AShedko opened this issue Oct 15, 2017 · 1 comment

Comments

@AShedko
Copy link

AShedko commented Oct 15, 2017

When installing mxnet it did not install correctly, so i used a source distribution.
This line returns a ""
Libdl.find_library(["libmxnet", "libmxnet.so"], ["~/mxnet/lib"])
while
Libdl.find_library(["libmxnet", "libmxnet.so"], ["/home/ashedko/mxnet/lib"])
does return "/home/ashedko/mxnet/lib/libmxnet"

maybe consider permitting one to use ~ in paths in Libdl, as well as other

@yuyichao
Copy link
Contributor

Dup of #1136. No function will do that automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants