Results 114 comments of Eric Hodel

It looks like we can change this with `configure --sysconfdir=/etc`

Your error message seems to say `The command "bison" is either misspelled or could not be found"`, so maybe [bison for win32](http://gnuwin32.sourceforge.net/packages/bison.htm) will help?

Can you run: ``` ruby -e "require 'openssl'; puts OpenSSL::X509::DEFAULT_CERT_FILE" ``` and: ``` ENCLOSE_IO_ALWAYS_USE_ORIGINAL_RUBY=1 ENCLOSE_IO_USE_ORIGINAL_RUBY=1 ./a.out -e "require 'openssl'; puts OpenSSL::X509::DEFAULT_CERT_FILE" ``` If these are not the same directory then...

I think `rubyc` can configure openssl to change where `DEFAULT_CERT_FILE` points

Setting `--openssldir` can be exposed as an option for the user running `rubyc`, and a default of `/usr/local/etc/openssl` seems OK?

If we bundle certificates then when CA certificates expire or are revoked rubyc must be recompiled, then users must fetch rubyc, then recompile their application, then distribute their application. Users...

> Also having this issue, how are we meant to label choices? I've been using choices like this: ``` stateDiagram-v2 state "Find::find()" as find state "reply_found()" as found state "reply_missing()"...

Why not load the devkit and ignore mkrf extensions at the `have_tools` check? Or instead issue a warning at the have_tools check?