Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

FAQ: Explain how to use Oj as JSON parser on Alpine Linux #559

Merged
merged 1 commit into from
Sep 27, 2018
Merged

FAQ: Explain how to use Oj as JSON parser on Alpine Linux #559

merged 1 commit into from
Sep 27, 2018

Conversation

fujimotos
Copy link
Member

This is indeed a "frequently asked" question, popping up several times
on the support forum.

The gotcha is that Alpine Linux has a separate package 'ruby-decimal'
for BigDecimal class, so we need to install the package manually in
order to prevent require oj from failing with a LoadError exception.

Related: fluent/fluentd#2136

This is indeed a "frequently asked" question, popping up several times
on the support forum.

The gotcha is that Alpine Linux has a separate package 'ruby-decimal'
for BigDecimal class, so we need to install the package manually in
order to prevent `require oj` from failing with a LoadError exception.

Signed-off-by: Fujimoto Seiji <[email protected]>
@fujimotos fujimotos merged commit 7c460f9 into fluent:master Sep 27, 2018
@fujimotos fujimotos deleted the sf/alpine-oj branch September 27, 2018 01:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant