C
Cameron Smith
I am attempting to install 1.9.1 from source on CentOS 5.4 and am
running into an issue.
after unpacking the archive and cd-ing into the ruby-1.9.1-p376 I run:
/configure --with-openssl-dir=/usr/lib/openssl
but the last line of the output shows:
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-openssl-dir
What do I need to do to get the creation of the makefile to not throw
that warning?
running into an issue.
after unpacking the archive and cd-ing into the ruby-1.9.1-p376 I run:
/configure --with-openssl-dir=/usr/lib/openssl
but the last line of the output shows:
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-openssl-dir
What do I need to do to get the creation of the makefile to not throw
that warning?