Skip to content

Instantly share code, notes, and snippets.

@KAllan357
Created March 29, 2013 19:14
Show Gist options
  • Save KAllan357/5272940 to your computer and use it in GitHub Desktop.
Save KAllan357/5272940 to your computer and use it in GitHub Desktop.
#7:/Users/kallan/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/winrm-1.1.2/lib/winrm.rb:29::-: require 'winrm/soap_provider'
#7:/Users/kallan/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/winrm-1.1.2/lib/winrm/soap_provider.rb:19::-: require 'httpclient'
...
#7:/Users/kallan/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/httpclient-2.2.0.2/lib/httpclient/auth.rb:30::-: require 'gssapi'
#7:/Users/kallan/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/gssapi-1.0.3/lib/gssapi.rb:6::-: require 'ffi'
...
#7:/Users/kallan/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/ffi-1.6.0/lib/ffi/library.rb:101:FFI::Library:-: begin
#7:/Users/kallan/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/ffi-1.6.0/lib/ffi/library.rb:102:FFI::Library:-: lib = FFI::DynamicLibrary.open(libname, lib_flags)
Trace/BPT trap: 5
@KAllan357
Copy link
Author

libname = /usr/lib/libgssapi_krb5.dylib
lib_flags = 5

@sneal
Copy link

sneal commented Apr 5, 2014

@KAllan357 It appears I'm having the same problem loading libgssapi_krb5.dylib when I require winrm. Did you figure out the cause of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment