longdafeng opened a new issue #1339:
URL: https://github.com/apache/incubator-brpc/issues/1339


   **Describe the bug (描述bug)**
   gflags 是用yum 安装的, 目录在/usr/include /usr/lib64下
   protobuffer 是自己编译按照的, 目录在/usr/local/include /usr/local/lib 下
   
   ```
   # sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64
   Fail to find protobuf from --libs
   Fail to find google/protobuf/message.h from --headers
   
   
   #sh config_brpc.sh --headers=/usr/local/include --libs=/usr/local/lib64
   Fail to find openssl/ssl.h from --headers
   Fail to find gflags from --libs
   Fail to find leveldb from --libs
   Fail to find gflags/gflags.h from --headers
   grep: /gflags/gflags_declare.h: 没有那个文件或目录
   Fail to grep namespace of gflags source /gflags/gflags_declare.h
   
   ```
   
   **To Reproduce (复现方法)**
   
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to