zhaoyajun2009 commented on issue #188: URL: https://github.com/apache/pulsar-client-node/issues/188#issuecomment-1007068131
I installed the dependency by install RPM package,(https://pulsar.apache.org/docs/en/client-libraries-cpp/#compilation), The success result is the file as below is created in /usr/lib : lrwxrwxrwx 1 root root 18 12月 30 22:21 libpulsar.so -> libpulsar.so.2.9.1 lrwxrwxrwx 1 root root 23 12月 30 22:21 libpulsarnossl.so -> libpulsarnossl.so.2.9.1 Then I installed the gcc and g++ by yum as below: sudo yum -y install gcc automake autoconf libtool make sudo yum -y install gcc-c++ ----- > I am trying to install with Docker https://gist.github.com/Hoskins355/c36c9d4c1c69e55427d5ec58d44a2009 using base image "apachepulsar/pulsar-build:centos-7" which should have all dependencies. I tried to add gcc and g++ as well but I am still getting the same error. -- 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