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/01/12 00:56:38 UTC

[GitHub] lichen11 opened a new issue #13859: Newly updated Makefile generate path errors

lichen11 opened a new issue #13859: Newly updated Makefile generate path errors
URL: https://github.com/apache/incubator-mxnet/issues/13859
 
 
   I am following the steps (https://mxnet.incubator.apache.org/install/ubuntu_setup.html#install-the-mxnet-package-for-r) to update my mxnet  R version to 1.3 on my Centos 7.6. I am able to finish steps 1-4, but for step 5
       sudo make rpkg
   
   I receive the following errors:
   
   ** testing if installed package can be loaded
   [1] "Loading local: inst/libs/libmxnet.so"
   Error: package or namespace load failed for ‘mxnet’:
    .onLoad failed in loadNamespace() for 'mxnet', details:
     call: dyn.load("R-package/inst/libs/libmxnet.so", local = FALSE)
     error: unable to load shared object '/home/username/incubator-mxnet/R-package/R-package/inst/libs/libmxnet.so':
     libmklml_intel.so: cannot open shared object file: No such file or directory
   Error: loading failed
   Execution halted
   ERROR: loading failed
   * removing ‘/usr/lib64/R/library/mxnet’
   make: *** [rpkg] Error 1
   
   I am executing the code in incubator-mxnet folder. For some reason, the path has two R-packages. I can identify libmxnet.so in /home/username/incubator-mxnet//R-package/inst/libs. Which file should I fix to edit the extra "R-package" path? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services