Monthly Archives: July 2010

Snow Leopard + MySQL + Ruby + 64-bit = #fail

Running into the following error after your Snow Leopard upgrade? uninitialized constant MysqlCompat::MysqlRes Then the following build line for the mysql gem might fix it for you: ARCHFLAGS=”-arch i386 -arch x86_64″ \ gem install –no-rdoc –no-ri mysql ]] \ — … Continue reading

Posted in rails, ruby | 1 Comment