GithubHelp home page GithubHelp logo

Comments (3)

lamont-granquist avatar lamont-granquist commented on August 15, 2024

Yeah that is never going to work. Chef 10.22 pulls in yajl-ruby which has its own yajl 1.x library and ffi-yajl pulls in yajl 2.x which has conflicting symbols in the c-library and you can't load both of those libraries into the same process. This can't be fixed. You can open a ticket to backport ffi-yajl to Chef 10.x, but that'll have to go into a >= 10.34.x release (and we are going to be dropping support for Chef 10.x when 12.x is released). If you are stuck on 10.22 then you will not be able to use ohai >= 7.2.0

from ohai.

lamont-granquist avatar lamont-granquist commented on August 15, 2024

Chef 10 also does not support Ohai 7. You are on such an old version of chef that the ohai version must be unbound. The current 10-stable release has a pin to ohai 6:

s.add_dependency "ohai", ">= 0.6.0", "< 7.0.0"

from ohai.

aclowes avatar aclowes commented on August 15, 2024

Thanks for the details.

from ohai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.