I've been trying to set up GPU enabled Tensorflow for a while and I'm stuck at this point. when I try to import tensorflow into my program I get the following error:
ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory
I've checked /usr/local/cuda/lib64/ and sure enough libcudnn.so.5 is there and it is readable by anyone so that should be fine. I'm installing Tensorflow using virtualenv so I thought perhaps it was looking for it somewhere else but I can't figure out where else it would look for the file. Anyone have any idea of what the problem could be?