Skip to content
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

libcudnn missing #7

Open
randomm opened this issue Mar 8, 2016 · 4 comments
Open

libcudnn missing #7

randomm opened this issue Mar 8, 2016 · 4 comments

Comments

@randomm
Copy link

randomm commented Mar 8, 2016

Following install instructions and resulting with libcudnn missing on el capitan.

@hobofan
Copy link
Member

hobofan commented Mar 8, 2016

Could you show me the error? Do you have libcudnn installed and which instructions did you follow?

@Marviel
Copy link

Marviel commented Mar 10, 2016

Having same issue on Yosimite. Can't report full error at this time, but will if it persists.

@hobofan
Copy link
Member

hobofan commented Mar 10, 2016

I spent some time learning more about dynamic linking and am now working on writing a small guide on how to correctly install cudnn so it can be found by the linker at build time.

If you have cudnn installed you should be able to compile it with

CUDNN_LIB_DIR=/path/to/cudnn/lib cargo build

alternatively you can also create a symlink in your default lib path:

sudo ln -s /path/to/cudnn/libcudnn.so /usr/lib/libcudnn.so

@jakelee8
Copy link

Cross-post from autumnai/leaf#105

This Stack Overflow answer fixed that problem for me.

export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/

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

4 participants