RSSAmplifier

Hawk iMedia · Feb 24, 2012

OS X Lion + Oracle + ruby-oci8 Gem Solution

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

In my day job, we have need to interface with an Oracle database, from ruby. There’s a gem for that: ruby-oci8. The problem, since OS X Lion came out, is that installing the gem with it’s native extensions (i.e. compiled C code) fails. Why? Because the native extensions cannot be built using the default 64-bit architecture. 
 The solution? Build it for a 32-bit architecture!…

Read on hawkimedia.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.