Bug #1814
unrecognized option --with-openssl-dir with 1.8.6-p369 (Solaris 10)
| Status: | Open | Start date: | 07/24/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| ruby -v: | 1.8.6-p369 |
Description
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.
History
Updated by nobu (Nobuyoshi Nakada) almost 3 years ago
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