-
Notifications
You must be signed in to change notification settings - Fork 26
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
td-agent 4.4.2 for macOS x86_64 lacks libyaml #421
Comments
In addition, Fluentd should require psych lazily only when it's really needed. |
Bundled libyaml has been removed since Ruby 3.2. |
libffi is also required for fiddle on Ruby 3.2. |
hi @ashie, do we have an ETA for the new td-agent release? many thanks! |
I've fixed it in v4.5.0 for v4 series. |
thanks @ashie! |
It's originally reported by @dferreiralopessc at Slack.
Although fluentd 1.15 requires libyaml mandatory but td-agent for macOS x86_64 lacks it:
On my environment, it uses Homebrew's one:
td-agent for macOS arm64 doesn't have this issue since it uses built-in libyaml:
We should rebuild ruby with built-in libyaml on x86_64 too.
The text was updated successfully, but these errors were encountered: