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
Can't install libyajl2 #184
Comments
|
JRuby doesn't support native extension well. I highly recommend not to use libyajl2. Why don't you use jrjackson? |
|
Thak you for your replying. I want to make embulk-output-groonga gem. groonga-comand-parser depend on ffi-yajl. Maintainer does not want to maintain multiple json package. And also It need json stream api. |
|
I see. As a workaround, you can use this way:
With this way, embulk is run by jruby.jar. |
|
Thanks!!. I'll try it. |
|
#185 fixes this issue. Next release includes it. |
|
I tested gem-fix branch. I succeed to install libyajl2. |
|
Good 👍 |
For new plugin, I would like to use libyajl2 gem.
I execute
embulk gem install libyajl2and got errorerror: Unknown subcommand "extconf.rb".The text was updated successfully, but these errors were encountered: