-
Notifications
You must be signed in to change notification settings - Fork 6.8k
amalgamation compile error : /amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink #14808
Comments
Hey, this is the MXNet Label Bot. |
I put -lpthread -ldl -lrt in Makefile. |
@jeehyun100 You may need to make the backend before you run the make here. Try make at the root folder |
I builded libmxnet.so on root directory. Loading libmxnet.so is ok. The prediction is ok. |
Hi @jeehyun100 I can reproduce your issue on my VM:
Step to reproduce:
@hcho3 Could you please help if you are familiar? |
@lanking520 The Can you post the verbose log of the compilation? Let's check if |
hey guys any updates on this issue? I just hit the same problem, @jeehyun100 were you able to solve it? |
I hit the same problem. Looked into the issue. amalgamation creates nnvm.d using |
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io
Description
(Brief description of the problem in no more than 2 sentences.)
I compile mxnet amalgamation on ubuntu 16.04.
I test mxnet_predict_example.py when loading from mxnet_predict import Predictor, load_ndarray_file errors raise up
error : amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink
It was no error with amalgamation compile
How do i fix it. Melp me
Environment info (Required)
:ubuntu 16.04
Package used (Python/R/Scala/Julia):
(I'm using ...)
For Scala user, please provide:
java -version
)mvn -version
)scala -version
)For R user, please provide R
sessionInfo()
:Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio): gcc
MXNet commit hash: master
(Paste the output of
git rev-parse HEAD
here.)Build config:
I had no change with master branch
and go to amalgamation/make
That is it.
Error Message:
error : amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink
Minimum reproducible example
(If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
cd mxnet
What have you tried to solve it?
The text was updated successfully, but these errors were encountered: