question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

node-rdkafka compile in centos 7 failed for not supporting c++14

See original GitHub issue

The -std=c++14 flag is not supported on GCC 4.8, which is the version used by centos 7. In other words, the compile will be failed in centos 7. See more on this link https://stackoverflow.com/questions/31965413/compile-c14-code-with-g .

_Originally posted by @yunnysunny in https://github.com/Blizzard/node-rdkafka/issues/892#issuecomment-942918410_

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yunnysunnycommented, Mar 29, 2022

Hi, Is there a way to get node-rdkafka working on centos 7 without upgrading g++?

No

0reactions
sunniepuricommented, Mar 29, 2022

Hi, Is there a way to get node-rdkafka working on centos 7 without upgrading g++?

Read more comments on GitHub >

github_iconTop Results From Across the Web

@makeomatic/node-rdkafka - npm
You can get the features supported by your compile of librdkafka by reading the variable "features" on the root of the node-rdkafka object....
Read more >
node-rdkafka erorr while installing - Stack Overflow
unable to install node-rdkafka with "npm install" Same error occurred for me with node version 16.4.2 , node-gyp@9.1.0 and python@3.10.7.
Read more >
node-red-contrib-ccloud (node)
Node -RED (http://nodered.org) nodes for publish/subscribe messaging using the Confluent Cloud Apache Kafka as a service offering. Features. Up to date support ......
Read more >
NixOS - DistroWatch.com
Nix stores all packages in isolation from each other; as a result there are no /bin, /sbin, /lib or /usr directories and all...
Read more >
Thoughts on using Kafka with Node.js (node-rdkafka)
But at its core, it is primarily leveraging librdkafka . 2. Start by getting your configuration working with kafkacat. kafkacat is a utility...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found