BewareMyPower commented on a change in pull request #13999:
URL: https://github.com/apache/pulsar/pull/13999#discussion_r802327420



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

Review comment:
       ```suggestion
   lrwxrwxrwx 1 root root 18 Dec 30 22:21 libpulsar.so -> libpulsar.so.2.9.1
   lrwxrwxrwx 1 root root 23 Dec 30 22:21 libpulsarnossl.so -> 
libpulsarnossl.so.2.9.1
   ```
   
   Avoid Chinese content




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


Reply via email to