The specified module could not be found openssl.so

This is with msysgit on Windows 7. I was trying to use this script
https://gist.github.com/matschaffer/2896172 to write an encrypted data
bag locally.

$ which irb
/c/opscode/chefdk/embedded/bin/irb

$ cat /c/opscode/chefdk/version-manifest.txt
chefdk 0.3.0

$ irb
irb(main):001:0> require 'chef/encrypted_data_bag_item’
LoadError: 126: The specified module could not be found. -
c:/opscode/chefdk/embedded/lib/ruby/2.0.0/i386-mingw32/openssl.so

What am I doing wrong?

Not sure what the deal was but I uninstalled chefdk and reinstalled and it
seems to have resolved itself.

On Sun, Oct 26, 2014 at 1:07 AM, Greg Barker fletch@fletchowns.net wrote:

This is with msysgit on Windows 7. I was trying to use this script
https://gist.github.com/matschaffer/2896172 to write an encrypted data
bag locally.

$ which irb
/c/opscode/chefdk/embedded/bin/irb

$ cat /c/opscode/chefdk/version-manifest.txt
chefdk 0.3.0

$ irb
irb(main):001:0> require 'chef/encrypted_data_bag_item'
LoadError: 126: The specified module could not be found. -
c:/opscode/chefdk/embedded/lib/ruby/2.0.0/i386-mingw32/openssl.so

What am I doing wrong?