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/05 15:36:58 UTC

[GitHub] akond commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file

akond commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file
URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-451665314
 
 
   i tried building from the source. here is what I've got during `make scalapkg`: 
   ```
   [INFO] /bin/sh -c cd /home/akond/mxnet/scala-package/init-native/linux-x86_64 && g++ -shared -o/home/akond/mxnet/scala-package/init-native/linux-x86_64/target/libmxnet-init-scala-linux-x86_64.so target/objs/org_apache_mxnet_init_native_c_api.o -Wl,--whole-archive -Wl,--no-whole-archive -pthread -lm -fopenmp -lrt '-Wl,-rpath=$ORIGIN' -lmxnet -L/home/akond/mxnet/scala-package/../lib
   /usr/bin/ld: cannot find -lmxnet
   collect2: error: ld returned 1 exit status
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO]
   [INFO] MXNet Scala Package - Parent 1.5.0-SNAPSHOT ........ SUCCESS [  2.005 s]
   [INFO] MXNet Scala Package - Initializer .................. SUCCESS [  3.311 s]
   [INFO] MXNet Scala Package - Initializer Native Parent .... SUCCESS [  0.104 s]
   [INFO] MXNet Scala Package - Initializer Native Linux-x86_64 FAILURE [  1.366 s]
   [INFO] MXNet Scala Package - Macros ....................... SKIPPED
   [INFO] MXNet Scala Package - Core ......................... SKIPPED
   [INFO] MXNet Scala Package - Native Parent ................ SKIPPED
   [INFO] MXNet Scala Package - Native Linux-x86_64 CPU-only . SKIPPED
   [INFO] MXNet Scala Package - Inference .................... SKIPPED
   [INFO] MXNet Scala Package - Examples ..................... SKIPPED
   [INFO] MXNet Scala Package - Spark ML ..................... SKIPPED
   [INFO] MXNet Scala Package - Full Parent .................. SKIPPED
   [INFO] MXNet Scala Package - Full Linux-x86_64 CPU-only 1.5.0-SNAPSHOT SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time: 7.361 s
   [INFO] Finished at: 2019-01-05T17:33:40+02:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.codehaus.mojo:native-maven-plugin:1.0-alpha-7:link (default-link) on project libmxnet-init-scala-linux-x86_64: Error executing command line. Exit code:1 -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <goals> -rf :libmxnet-init-scala-linux-x86_64
   ```

----------------------------------------------------------------
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