ctcyang commented on issue #10828: mxnet build error.: g++: error: /home/ubuntu/mxnet/3rdparty/dmlc-core/libdmlc.a: No such file or directory URL: https://github.com/apache/incubator-mxnet/issues/10828#issuecomment-409377475 I ran into this issue too. When specifying `USE_S3=1`, an additional dependency of `libcurl-dev` is required by `dmlc-core`. Doing `sudo apt-get install -y libcurl-dev` will install required libraries and the needed header `/usr/local/include/curl/curl.h`.
---------------------------------------------------------------- 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
