You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/28 07:54:20 UTC

[GitHub] [incubator-mxnet] yinghu5 commented on issue #14999: libiomp5.so not found

yinghu5 commented on issue #14999: libiomp5.so not found
URL: https://github.com/apache/incubator-mxnet/issues/14999#issuecomment-496406347
 
 
   Hi Larroy,  is the libmxnet.lib build from latest source code +  cmake, right?  if it is based on Intel mkl-dnn,  then  I suppose there are some steps to copy all related dll into LD search environments like LD_LIBRARY_PATH or in the lib folder. 
   
   What is the whole output   if run  ldd lib/libmxnet.so ? 
   
   Here is one on my machine. 
   ls lib  (may i had copied then manually) 
   libiomp5.so   libmkldnn.so.0       libmklml_gnu.so    libmxnet.a
   libmkldnn.so  libmkldnn.so.0.13.0  libmklml_intel.so  libmxnet.so
   
   yhu5@dell-r640:~/MXNET/incubator-mxnet$ ldd lib/libmxnet.so
           linux-vdso.so.1 (0x00007ffe89bbb000)
           libmklml_intel.so => /home/yhu5/MXNET/incubator-mxnet/lib/libmklml_intel                                                                                                                                                             .so (0x00007fb76e2ff000)
           libiomp5.so => /home/yhu5/MXNET/incubator-mxnet/lib/libiomp5.so (0x00007                                                                                                                                                             fb76df5b000)
           librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fb76dd53000)
           libmkldnn.so.0 => /home/yhu5/MXNET/incubator-mxnet/lib/libmkldnn.so.0 (0                                                                                                                                                             x00007fb76d62a000)
           libopencv_core.so.2.4 => not found
           libopencv_highgui.so.2.4 => not found
           libopencv_imgproc.so.2.4 => not found
           liblapack.so.3 => /usr/lib/liblapack.so.3 (0x00007fb76ce46000)
           libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb76c                                                                                                                                                             abd000)
           libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb76c71f000)
           libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb76c507000                                                                                                                                                             )
           libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb76c2e                                                                                                                                                             8000)
           libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb76bef7000)
           /lib64/ld-linux-x86-64.so.2 (0x00007fb77aabe000)
           libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb76bcf3000)
           libblas.so.3 => /usr/lib/libblas.so.3 (0x00007fb76bab5000)
           libatlas.so.3 => /usr/lib/libatlas.so.3 (0x00007fb76b517000)
           libgfortran.so.3 => /usr/lib/x86_64-linux-gnu/libgfortran.so.3 (0x00007f                                                                                                                                                             b76b1e6000)
           libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 (0x00007f                                                                                                                                                             b76afa6000)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services