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/03/05 17:57:47 UTC

[GitHub] [incubator-mxnet] lanking520 edited a comment on issue #14332: MXNet static library build results in error in centos, oracle linux and similar distros

lanking520 edited a comment on issue #14332: MXNet static library build results in error in centos, oracle linux and similar distros
URL: https://github.com/apache/incubator-mxnet/issues/14332#issuecomment-469784731
 
 
   @aashudwivedi Nice try and thanks for working on this. I also find similar issue when trying Cent OS 7. The `libzmq.a` file is living in `lib64` other than the `lib` under `staticdeps`. You should change the `LD_LIBRARY_PATH` to resolve the issue or copying the content from `lib64` to `lib`.  
   
   Currently we are using `Ubuntu 14.04` to run this script, you can do with `Ubuntu 16.04` as well if you want.
   
   cc: @szha as a known problem in Cent OS 7 build

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