milandesai commented on issue #12802: Crash while loading libmxnet-scala.so URL: https://github.com/apache/incubator-mxnet/issues/12802#issuecomment-429132263 Hello, to build the C++ library, we simply run 'make' on a CentOS 7 machine. We build the Scala package using a custom SBT script so that we can create artifacts for Scala 2.12. We will run some tests on a sample project using Scala 2.11 to see if the same issue arises when we run `make scalapkg`. That way we can rule out whether there's an issue with our Scala build process. As to @piyushghai 's last comment,`opencv-devel` and `atlas-devel` are already installed on the machine. Additionally, modification of the mshadow linker flags is no longer needed. I submitted a change a while back that sets those flags automatically for CentOS machines, and I can see during the build process that the flags are indeed set. Without those packages and linker flags, there would be a linker failure. Currently, the entire compilation and linkage completes successfully.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
