Skip to content

Commit

Permalink
Merge pull request #121 from chef/tp/2.6-manual-bump-and-README
Browse files Browse the repository at this point in the history
Updated README with libyajl2 warning
  • Loading branch information
tpowell-progress authored Jul 19, 2023
2 parents 124e4f9 + 9a2113a commit 4f2fb1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ ffi-yajl is a Ruby adapter for the [yajl](http://lloyd.github.io/yajl/) JSON par

## How to Install

Install from the command-line:
**Warning** if building through Omnibus, a preinstalled ffi-yajl and libyajl2-gem version not matching the bundled version of the project you're attempting to build (e.g., Chef) may cause:

`cannot find -lyajldll: No such file or directory`

If your build script ends up up in this state, a short term fix is `gem uninstall -I libyajl2` before the failing `bundle install`


### Install from the command-line:

```
gem install ffi-yajl
Expand Down

0 comments on commit 4f2fb1b

Please sign in to comment.