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 2022/11/12 12:49:23 UTC

[GitHub] [incubator-brpc] 372046933 commented on pull request #1985: Fall back to libibverbs.so.1

372046933 commented on PR #1985:
URL: https://github.com/apache/incubator-brpc/pull/1985#issuecomment-1312472070

   > Could you please share how you install libibverbs? At all my servers, libibverbs.so and libibverbs.so.1 exist at the same time and the former one is a symbol link to the latter one. The latter one is also a symbol link to the real so, just like the figure you pasted above.
   
   On Ubuntu 22.04 , `libibverbs1` provides `libibverbs.so.1` and the real so.
   ```bash
   # dpkg -L libibverbs1
   /.
   /usr
   /usr/lib
   /usr/lib/x86_64-linux-gnu
   /usr/lib/x86_64-linux-gnu/libibverbs.so.1.14.39.0
   /usr/share
   /usr/share/doc
   /usr/share/doc/libibverbs1
   /usr/share/doc/libibverbs1/changelog.Debian.gz
   /usr/share/doc/libibverbs1/copyright
   /usr/share/doc/libibverbs1/libibverbs.md
   /usr/lib/x86_64-linux-gnu/libibverbs.so.1
   ```
   This is enough to use ibverbs in production environment(`libibverbs-dev` is not necessary).
   In development environment, `libibverbs-dev` provides header files and `libibverbs.so` as a symbol link.


-- 
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-unsubscribe@brpc.apache.org

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


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