From: Cameron Smith Date: 2010-05-03T09:13:57+09:00 Subject: Install from source on CentOS question 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? -- Posted via http://www.ruby-forum.com/.