You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/16 09:28:50 UTC

[GitHub] [pulsar] freeznet opened a new issue #4971: docker image should have C++ client installed

freeznet opened a new issue #4971: docker image should have C++ client installed
URL: https://github.com/apache/pulsar/issues/4971
 
 
   **Describe the bug**
   pulsar standalone v2.4.0 docker image do not have C++ client installed, we have to manually install C++ client from deb package from `https://pulsar.apache.org/docs/en/client-libraries-cpp/#deb`. The lack of C++ client caused go function cannot be executed. following logs shown that the elf do not have required lib `libpulsar.so.2.4.0`.
   
   ```
   ldd steady-voltage-handler
   	linux-vdso.so.1 (0x00007ffe4b5fe000)
   	libpulsar.so.2.4.0 => not found
   	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1631147000)
   	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1630da8000)
   	/lib64/ld-linux-x86-64.so.2 (0x00007f1631364000)
   ```
   
   

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