Bug #1814
closedunrecognized option --with-openssl-dir with 1.8.6-p369 (Solaris 10)
Description
=begin
Receive this message when compiling ruby1.8.6-p369 in Solaris 10 with --with-openssl-dir specified:
WARNING: unrecognized options: --with-openssl-dir
Using this configuration line:
./configure --prefix=$INSTALL_ROOT --enable-pthread --with-openssl-dir=/usr/local/ssl
The same configure+options works in 1.8.6-p368 and earlier.
=end
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
=begin
Hi,
At Fri, 24 Jul 2009 07:27:08 +0900,
S. Collett wrote in [ruby-core:24545]:
Receive this message when compiling ruby1.8.6-p369 in Solaris 10 with --with-openssl-dir specified:
WARNING: unrecognized options: --with-openssl-dir
Using this configuration line:
./configure --prefix=$INSTALL_ROOT --enable-pthread --with-openssl-dir=/usr/local/ssl
Use --disable-option-checking.
The same configure+options works in 1.8.6-p368 and earlier.
It depends on versions of autoconf.
--
Nobu Nakada
=end
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Project changed from 11 to Ruby
- Description updated (diff)
- Status changed from Open to Closed
- Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN