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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
