zhengdai opened a new issue #139:
URL: https://github.com/apache/pulsar-client-node/issues/139
I'm using Ubuntu 18.04.4,and I install Pulsar C++ client by apt install
./apache-pulsar-client*.deb, and the file libpulsar.so.2.7.0 and
libpulsarnossl.so.2.7.0 are in the /usr/lib path. but when I use npm to install
pulsar-client package, I still got the following error:
`
In file included from ../src/addon.cc:20:0:
../src/Message.h:24:10: fatal error: pulsar/c/message.h: No such file or
directory
#include <pulsar/c/message.h>
^~~~~~~~~~~~~~~~~~~~
`
----------------------------------------------------------------
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:
[email protected]