This is not an issue with ruote but rather a architecture 'version' mismatch between your mysql server and mysql gem. Uninstall all mysql gems and then:
export ARCHFLAGS="-arch i386 -arch x86_64" ; gem install --no-rdoc -- no-ri mysql -- --with-mysql-dir=/usr/local Should fix your issue sudo not required, get out of that bad habbit if you are in it :). ~Wayne On Sep 17, 2009, at 14:22 , Pablo Formoso Estrada wrote: > > Hi everybody > > I've been on the list for a month but I never put my hands on job with > Ruote. > While I was trying to install ruote-web2 I got this error running > migrations. > > ** Execute db:migrate > rake aborted! > uninitialized constant MysqlCompat::MysqlRes > > I'm running SnowLeopard with Ruby1.8.7. I try to reinstall mysql_2.8.1 > using > the corrects env flags and options as I saw on many sites. > > I don't have any problem with other projects using mysql. > > Any ideas or suggestions? > > Regards, > Pablo Formoso. > > > > > > --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
