Thursday, June 28, 2012

OS X Lion + Oracle + ruby-oci8 Gem Solution (for Ruby 1.9.3)

Note to world: The how-to install ruby-oci8 on OS X Lion described here, also works for ruby 1.9.3:


    rvm install 1.9.3 -n i386 --with-arch=i386
    gem install ruby-oci8
    # doesn't blow up


1 comment:

  1. Wish that was the case with Mountain Lion. #blows up

    ruby-1.9.3-p286-i386 - #configuring
    ruby-1.9.3-p286-i386 - #compiling
    Error running 'make', please read /Users/sands/.rvm/log/ruby-1.9.3-p286-i386/make.log
    There has been an error while running make. Halting the installation.

    ReplyDelete