0
0

More than 3 years have passed since last update.

Rubyビルド時の OpenSSL の PATH指定方法

Last updated at Posted at 2019-10-21

Ruby ビルド時の OpenSSLのPATH指定方法について
なかなかたどり着かなかったためメモ。

--with-opt-dir を指定すると良い。

1.8.7
#  ruby 1.8.7
./configure --prefix=/opt/ruby \
 --enable-pthread \
 --with-opt-dir=/opt/openssl-1.0.2t
#--with-opt-dir=/opt/openssl-0.9.8zh

configure: WARNING: unrecognized options: --with-openssl

というエラーが出るが認識している様子。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0