Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Client] C++ Client does not support gcc8.3.1 #431

Open
2 of 3 tasks
liudezhi2098 opened this issue Jun 27, 2024 · 3 comments
Open
2 of 3 tasks

[Bug] [Client] C++ Client does not support gcc8.3.1 #431

liudezhi2098 opened this issue Jun 27, 2024 · 3 comments

Comments

@liudezhi2098
Copy link
Contributor

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.

Version

2.10.6

Minimal reproduce step

rpm installation client version 3.5.1 on gcc8.3.1.

image

What did you expect to see?

client version 3.5.1 can support gcc8.3.1

What did you see instead?

image

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@BewareMyPower BewareMyPower transferred this issue from apache/pulsar Jun 27, 2024
@BewareMyPower
Copy link
Contributor

The exception was thrown by the CompressionCodecZstd::encode, which means when the library was built, no zstd library was found.

@liudezhi2098
Copy link
Contributor Author

The exception was thrown by the CompressionCodecZstd::encode, which means when the library was built, no zstd library was found.

Are there any requirements for the gcc version?

@BewareMyPower
Copy link
Contributor

Currently it only requires GCC to support C++ 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants