You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/03/15 00:48:15 UTC

[GitHub] [rocketmq-client-cpp] jonnxu commented on issue #107: build error on CentOS7.4

jonnxu commented on issue #107: build error on CentOS7.4
URL: https://github.com/apache/rocketmq-client-cpp/issues/107#issuecomment-473118721
 
 
   /usr/bin/ld: cannot find -lz
   
   @BZever  you need install bzip library before build. please reference  README.md
   
   Build and Install
   note: make sure the following compile tools or libraries have been installed before running the build script build.sh.
   compile tools:
   gcc-c++ 4.8.2: c++ compiler while need support C++11
   cmake 2.8.0: build jsoncpp require it
   automake 1.11.1: build libevent require it
   autoconf 2.65: build libevent require it
   libtool 2.2.6: build libevent require it
   libraries:
   bzip2-devel 1.0.6: boost depend it

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