k2la commented on issue #227: URL: https://github.com/apache/pulsar-client-node/issues/227#issuecomment-1202126860
@Sarmay It seems clang doesn't link to the libpulsar library yet. Please set `PULSAR_CPP_DIR` environment variable to the libpulsar path like below and execute `npm install`. ``` ## Apple Silicon and Homebrew since 3.0.0 ## cf. https://brew.sh/2021/02/05/homebrew-3.0.0/ $ export PULSAR_CPP_DIR=/opt/homebrew/Cellar/libpulsar/<libpulsar version> $ npm install ``` -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org