-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
OSX 10.11 linking issue: dyld: Library not loaded: libcaffe.so.1.0.0-rc3 and dyld: Library not loaded: @rpath/libcudart.7.5.dylib #3628
Comments
After |
@yutkin the cp command helped me. Now, I am able to runtest. |
Thank you!! solved!! |
Because I am not using the GPU, I don't have libcudart, which means when I run:
I receive the following:
|
@lettergram Please, show your |
@yutkin THX!!!!!!!! |
@yutkin Here is my Makefile.config
|
I actually have the same problem with another Mac I have:
Success
Success
Failure Receiving the following:
The issue seems to be the same as #2320. However, I do not have the option to disable csrutil. Is there some other solution I could try? |
Did you try (locating and) copying those libraries (libcudart.7.5.dylib) to /usr/local/lib/ as @yutkin suggested? Just wondering. |
@aghagol I did, it did not appear to work. |
I had the similar problem. The following steps solved the issue. (caffe is installed in ~/caffe)
hope it helps |
@rollingstone THX.
|
The
is fixed in #3696. The CUDA linking error is fixed in #3695. Note however that if you do not have a GPU you should build in CPU-only mode to save yourself the headache of installing CUDA at all. |
We ran into this problem as we build mutiple targets from the same source (cpu, cuda, opencl, alt) and each goes into a separate BUILD_DIR as specified in Makefile.config. Unfortunately, Makefile assumes all the builds go into a "build" directory. Here is a patch to Makefile - diff --git a/Makefile b/Makefile
else
mat$(PROJECT): mat |
I am receiving the following errors for both make runtest and ./examples/mnist/create_mnist.sh. Make all and make test ran fine.
I am currently running:
OX: 10.11.2
Macbook Pro 15 inch Retna Mid-2015
No GPU - Graphics Intel Iris Pro 1536 Mb
I have looked at Here to try and fix the problem, to no avail.
I have installed openBLAS and followed all the instructions.
The text was updated successfully, but these errors were encountered: