You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i installed knife-soflayer i ran into those issues ( so i paln to create a PR for this soon)
The default location in which knife expects to find this file is ~/.chef/knife.rb
and if you run into installation error like these :-
"Building nokogiri using packaged libraries. checking for gzdopen() in -lz... no zlib is missing; necessary for building libxml2 *** extconf.rb failed ***"
Your fix though is specific to the platform and version you're working from, and nokogiri causes problems on basically every platform somewhat regularly.
When you put up the PR let's do an alternative recommendation that should fix that problem across most common platforms? Maybe something like this?
When i installed knife-soflayer i ran into those issues ( so i paln to create a PR for this soon)
The default location in which knife expects to find this file is ~/.chef/knife.rb
and if you run into installation error like these :-
"Building nokogiri using packaged libraries. checking for gzdopen() in -lz... no zlib is missing; necessary for building libxml2 *** extconf.rb failed ***"
then try :-
sudo apt-get install zlib1g-dev
gem install nokogiri
gem install knife-softlayer
The text was updated successfully, but these errors were encountered: