[ruby-core:109884] [Ruby master Bug#18763] The configure option “--with-openssl-dir” has lower precedence than pkg-config
From:
"rhenium (Kazuki Yamaguchi)" <noreply@...>
Date:
2022-09-11 06:58:33 UTC
List:
ruby-core #109884
Issue #18763 has been updated by rhenium (Kazuki Yamaguchi). Status changed from Open to Closed Upstream issue for this bug: https://github.com/ruby/openssl/pull/486 Yes. This is resolved by openssl gem releases 2.1.4/2.2.2/3.0.1. Backporting is requested in #18999. ---------------------------------------- Bug #18763: The configure option “--with-openssl-dir” has lower precedence than pkg-config https://bugs.ruby-lang.org/issues/18763#change-99125 * Author: franklinyu (Franklin Yu) * Status: Closed * Priority: Normal * Assignee: rhenium (Kazuki Yamaguchi) * ruby -v: 2.7.6 * Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- I’m trying to compile Ruby 2.7.6 (latest stable release in 2.7 branch). In my environment, there are two OpenSSL installed, v1.1 and v3. The system pkg-config will find OpenSSL v3, but it isn’t compatible with Ruby 2.7, so I’d like to configure Ruby to link to OpenSSL v1.1 with `--with-openssl-dir`, but `./configure` still uses OpenSSL 3 (that it found via pkg-config). Is this expected? If so, how am I supposed to override the OpenSSL directory? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>