C++ Toolchain [e.g. Visual Studio, llvm, g++]: gcc (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1)
node-rdkafka version [e.g. 2.3.3]: 2.13.0
Steps to Reproduce
npm install node-rdkafka@2.13.0
cd node_modules/node-rdkafka
git submodule init
git submodule update
make test
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.
Environment Information
Steps to Reproduce
npm install node-rdkafka@2.13.0
cd node_modules/node-rdkafka
git submodule init
git submodule update
make test
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