Anonymitaet commented on a change in pull request #13999: URL: https://github.com/apache/pulsar/pull/13999#discussion_r800385670
########## File path: site2/docs/client-libraries-cpp.md ########## @@ -14,7 +14,15 @@ Pulsar C++ client is supported on **Linux** ,**MacOS** and **Windows** platforms [Doxygen](http://www.doxygen.nl/)-generated API docs for the C++ client are available [here](/api/cpp). -## System requirements + +## Linux + +> **Note** +> You can choose one of the following three installation methods according to your own situation: Compilation, Install RPM or Install Debian. Review comment: ```suggestion > You can choose one of the following installation methods based on your needs: Compilation, Install RPM or Install Debian. ``` ########## File path: site2/docs/client-libraries-cpp.md ########## @@ -125,11 +129,22 @@ The `libpulsarwithdeps.a` does not include library openssl related libraries `li $ rpm -ivh apache-pulsar-client*.rpm ``` -After you install RPM successfully, Pulsar libraries are in the `/usr/lib` directory. +After you install RPM successfully, Pulsar libraries are in the `/usr/lib` directory,for example: +```bash +lrwxrwxrwx 1 root root 18 12月 30 22:21 libpulsar.so -> libpulsar.so.2.9.1 +lrwxrwxrwx 1 root root 23 12月 30 22:21 libpulsarnossl.so -> libpulsarnossl.so.2.9.1 +``` > **Note** > If you get the error that `libpulsar.so: cannot open shared object file: No > such file or directory` when starting Pulsar client, you may need to run > `ldconfig` first. +2. Install the gcc and g++ using the following command, otherwise the problems will occur in installing Node.js. Review comment: ```suggestion 2. Install the GCC and g++ using the following command, otherwise, errors would occur in installing Node.js. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
