You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/10/08 03:33:47 UTC

[GitHub] [incubator-brpc] llhe opened a new pull request #937: Support symlink for config find_bin

llhe opened a new pull request #937: Support symlink for config find_bin
URL: https://github.com/apache/incubator-brpc/pull/937
 
 
   For example, to configure the brpc build with self-built version of protobuf/protoc, like this:
   
   ```
   $ ll third_party/install/protobuf/bin/
   total 57412
   drwxrwxr-x 2 heliangliang heliangliang     4096 Oct  8 10:58 ./
   drwxrwxr-x 5 heliangliang heliangliang     4096 Oct  8 10:58 ../
   lrwxrwxrwx 1 heliangliang heliangliang       14 Oct  8 10:58 protoc -> protoc-3.8.0.0*
   -rwxr-xr-x 1 heliangliang heliangliang 58780232 Oct  8 10:58 protoc-3.8.0.0*
   ```
   
   The current script won't find the protoc without `-L` option.

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

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