Last active
June 20, 2019 11:12
Revisions
-
lushc revised this gist
Dec 30, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 `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. -
lushc revised this gist
Dec 30, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` 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. -
lushc created this gist
Dec 30, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.