Windows Smart Proxy 1.12+ Requirement of gem rkerberos

I have a working 1.9 smart proxy on a windows 2008 r2 box.

I am trying to get 1.12+ in order to support msdns ptr record creation on
this same box.

It is requiring the rkerberos ruby gem. In order to build this gem, it
needs the MIT kerberos library files available.

Has anyone found an easy way to get the kerberos libraries on windows to
build this gem (aside to building kerberos from source)?

When I try to install the gem, I get the following message since it cannot
build it:
extconf.rb:11:in `<main>': kadm5clnt library not found (RuntimeError)

I think I didn't RTFM when doing bundle and excluding a few things.

Per the documentation: bundle install --without development test krb5
puppet_proxy_legacy bmc libvirt
is what I should have been running. Not just bundle install.

ยทยทยท On Thursday, October 27, 2016 at 3:37:01 PM UTC-4, jonath...@bluemedora.com wrote: > > I have a working 1.9 smart proxy on a windows 2008 r2 box. > > I am trying to get 1.12+ in order to support msdns ptr record creation on > this same box. > > It is requiring the rkerberos ruby gem. In order to build this gem, it > needs the MIT kerberos library files available. > > Has anyone found an easy way to get the kerberos libraries on windows to > build this gem (aside to building kerberos from source)? > > When I try to install the gem, I get the following message since it cannot > build it: > extconf.rb:11:in `': kadm5clnt library not found (RuntimeError) > > > > >