Hi,
I'm trying to install ruby 1.8.6 on Snow Leopard using rvm.
I tried: rvm install ruby-1.8.6-p111
and got an error explaining make couldn't find openssl. make[1]: * [openssl_missing.o] Error 1
I then tried: rvm install ruby-1.8.6-p111 -C --with-openssl-dir=/System/Library/OpenSSL (Snow Leopard seems to come with openssl and this seems to be the location)
In the logs I get the same error.
As per http://rvm.beginrescueend.com/packages/openssl/ I then tried to install openssl using rvm like so:
rvm package install openssl
This time, in configure.error.log I get: [2010-07-07 07:54:28] ./Configure os/compiler darwin-i386-cc -I/Users/craig/.rvm/usr/include -L/Users/craig/.rvm/usr/lib --prefix=/Users/craig/.rvm/usr zlib no-asm no-krb5 shared target already defined - os/compiler (offending arg: darwin-i386-cc)
I'd really appreciate any suggestions.