Kegem0 commented on issue #2356:
URL: https://github.com/apache/brpc/issues/2356#issuecomment-1674364256

   我尝试自己编译了相关的依赖,包括
   protobuf-3.0.0
     gmock-1.7.0-master
   gflags-2.1.2
   leveldb-1.18
   openssl-OpenSSL_1_1_1
   
   放置在/usr/local/xxx下(为了防止之后依赖冲突,我分别各自建了一个文件夹,删除的时候会方便)
   然后重新执行
   sh config_brpc.sh --headers="/usr/local/gflags/include 
/usr/local/protobuf/include /usr/local/leveldb/include 
/usr/local/openssl/include" --libs="/usr/local/gflags/lib 
/usr/local/protobuf/lib /usr/local/leveldb/lib /usr/local/openssl/lib 
/usr/local/gflags/bin /usr/local/protobuf/bin /usr/local/openssl/bin"
   
   make -j6
   依然报同样的错误
   


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

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to