rnunziata opened a new issue #7567: run time error after compile on ubuntu16, 
cuda8 , cudnn6
URL: https://github.com/apache/incubator-mxnet/issues/7567
 
 
   Trying to run on ubunut 16 cuda 8 cudnn 6. compiled ok...but when I run I 
get the following . seems to be looking for cudnn 5?
   
   
   
   ```
   
LD_LIBRARY_PATH=/home/rjn/torch/install/lib:/home/rjn/catkin_ws/devel/lib:/opt/ros/kinetic/lib:/home/rjn/cudnn-6.0/lib64:/usr/local/cuda-8.0/lib64:/usr/lib/nvidia-384:/home/rjn/torch/install/lib:/usr/rjn/ImageMagick-7.0.6/lib
   CPATH=/home/rjn/cudnn-6.0/include:
   ```
   rjn@rjn-Oryx-Pro:~/opencv3-p3-code/classification_and_boxing/FCIS$ grep -r 
'libcudnn.so.5'
   Binary file mxnet/lib/libmxnet.so matches
   
   
   ```
   Traceback (most recent call last):
     File "./fcis/demo.py", line 27, in <module>
       import mxnet as mx
     File 
"/usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/__init__.py",
 line 7, in <module>
       from .base import MXNetError
     File 
"/usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/base.py", 
line 46, in <module>
       _LIB = _load_lib()
     File 
"/usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/base.py", 
line 38, in _load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL)
     File "/usr/lib/python2.7/ctypes/__init__.py", line 362, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: libcudnn.so.5: cannot open shared object file: No such file or 
directory
   
   ```
   ```
    grep -r 'libcudnn.so.5'
   Binary file mxnet/lib/libmxnet.so matches
   ```
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to