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



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

Review comment:
       ```suggestion
   After you install RPM successfully, Pulsar libraries are in the `/usr/lib` 
directory,for example:
   ```

##########
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 exapmle:
+```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 the 
problems will 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]


Reply via email to