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 2022/12/23 07:38:06 UTC

[GitHub] [pulsar-client-cpp] BewareMyPower commented on pull request #155: [fix][build] Hide non-exported symbols from the dependencies

BewareMyPower commented on PR #155:
URL: https://github.com/apache/pulsar-client-cpp/pull/155#issuecomment-1363697773

   I tried to build the x64 deb package in my local env, it does not include the symbols from libcurl or openssl.
   
   ```bash
   $ nm -D /usr/lib/libpulsar.so | grep curl
   0000000000bab180 B _ZN6pulsar9TopicName15curlHandleMutexE
   0000000000bab1a8 B _ZN6pulsar9TopicName4curlE
   $ nm -D /usr/lib/libpulsar.so | grep SSL
   ```


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org