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
Currently, the shared option is set to a fixed value in openssl's configure_args.
In certain environments, there are conflicts when several packages have different Openssl libraries installed in different environments.
$ sudo /opt/chef/embedded/bin/chef-shell
loading configuration: none (standalone session)
true
Session type: standalone
Loading............done.
Welcome to the chef-shell 16.5.77
For usage see https://docs.chef.io/chef_shell/
run `help' for help, `exit' or ^D to quit.
chef (16.5.77)> OpenSSL::VERSION
=> "2.1.2"
Current Alternative
Now I'm rewriting by sed before the build.
Can We Help You Implement This?:
This is possible if you can tell me your implementation policy.
The text was updated successfully, but these errors were encountered:
Describe the Enhancement:
Currently, the
shared
option is set to a fixed value in openssl's configure_args.In certain environments, there are conflicts when several packages have different Openssl libraries installed in different environments.
Describe the Need:
If we set it to
no-shared
, OpenSSL is statically embedded in ruby, so you won't be affected by this.Current Alternative
Now I'm rewriting by sed before the build.
Can We Help You Implement This?:
This is possible if you can tell me your implementation policy.
The text was updated successfully, but these errors were encountered: