Blizzard / node-rdkafka

Node.js bindings for librdkafka
MIT License
2.11k stars 396 forks source link

undefined symbol error while running unit tests using `make test` command #967

Open wendyrc123 opened 2 years ago

wendyrc123 commented 2 years ago

Environment Information

Steps to Reproduce

And we received the following error, saying: /bin/node: symbol lookup error: /u/username/src/project/node_modules/node-rdkafka/build/Release/node-librdkafka.node: undefined symbol: _ZN7RdKafka11version_strB5cxx11Ev make: *** [test] Error 127

However, the unit test is able to run and pass on the mac with the exactly same project.

Any help would be greatly appreciated.

node-rdkafka Configuration Settings None

Additional context