BewareMyPower commented on issue #435:
URL: 
https://github.com/apache/pulsar-client-cpp/issues/435#issuecomment-2252208725

   This binary links so many unrelated dynamic libraries. Most of them are from 
libcurl and OpenSSL.
   
   Which library did you use? Currently, it would be better to link 
`libpulsar.so` or `libpulsarwithdeps.a`. It seems that you're using 
`libpulsar.a` and link to 3rd party dependencies from your system.
   
   Besides, what is your compiler toolchain? Generally, if you're building 
directly via `g++` like the guide 
[here](https://pulsar.apache.org/docs/3.3.x/client-libraries-cpp/), it should 
work.


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