Skip to content

Instantly share code, notes, and snippets.

@lushc
Last active June 20, 2019 11:12

Revisions

  1. lushc revised this gist Dec 30, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    1. Navigate to `C:\HashiCorp\Vagrant\embedded` and run `msys.bat`. This will open a MINGW32 console.
    2. From the MINGW32 consloe run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem list`. You should see the ffi gem listed with a version number greater than 1.3.1.
    3. Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem uninstall ffi`
    4. Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem install ffi -v 1.3.1`
    2. From the MINGW32 consloe run `export GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems; gem list`. You should see the ffi gem listed with a version number greater than 1.3.1.
    3. Run `gem uninstall ffi`
    4. Run `gem install ffi -v 1.3.1`

    This should resolve the "Failed to load the 'vagrant-librarian-chef' plugin" issue, at least for Vagrant 1.3.5 and Chef 11.8.0.
  2. lushc revised this gist Dec 30, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Navigate to `C:\HashiCorp\Vagrant\embedded` and run `msys.bat`. This will open a MINGW32 console.
    From the MINGW32 consloe run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem list`. You should see the ffi gem listed with a version number greater than 1.3.1.
    Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem uninstall ffi`
    Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem install ffi -v 1.3.1`
    1. Navigate to `C:\HashiCorp\Vagrant\embedded` and run `msys.bat`. This will open a MINGW32 console.
    2. From the MINGW32 consloe run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem list`. You should see the ffi gem listed with a version number greater than 1.3.1.
    3. Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem uninstall ffi`
    4. Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem install ffi -v 1.3.1`

    This should resolve the "Failed to load the 'vagrant-librarian-chef' plugin" issue, at least for Vagrant 1.3.5 and Chef 11.8.0.
  3. lushc created this gist Dec 30, 2013.
    6 changes: 6 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    Navigate to `C:\HashiCorp\Vagrant\embedded` and run `msys.bat`. This will open a MINGW32 console.
    From the MINGW32 consloe run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem list`. You should see the ffi gem listed with a version number greater than 1.3.1.
    Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem uninstall ffi`
    Run `GEM_HOME=/c:/HashiCorp/Vagrant/embedded/gems gem install ffi -v 1.3.1`

    This should resolve the "Failed to load the 'vagrant-librarian-chef' plugin" issue, at least for Vagrant 1.3.5 and Chef 11.8.0.