From: Howard Roberts Date: 2008-07-03T12:19:59+09:00 Subject: Re: Install/Enable openssl for ruby 1.8.6? Jason Bornhoft wrote: > I went to /ruby-1.8.6/ext/openssl and typed make and received the > following error message: > > make: Nothing to be done for `all'. > > > My question is: How can I install or enable openssl for ruby 1.8.6 in > order to complete my install for rails. > > Thank you! Jason, I ran into the exact same issue recently. Make sure you have the Open SSL development libraries and header files somewhere in a standard location for compiling software, then try: make clean, configure, make, and make install. You didn't specify which OS you do have, so, YMMV :) HTH, Howard -- Posted via http://www.ruby-forum.com/.