I switched to the 64-bit mysql and compiling the gem took a little searching. Here it is:
env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config If you have weird gem errors, like Patrick said, reinstall your gems. Martin Emde Tw: @martinemde On Sat, Aug 29, 2009 at 10:19 AM, Nic Benders <[email protected]> wrote: > > I didn't have to actually reinstall MySQL, all I had to do was restore > the symlink from /usr/local/mysql -> /usr/local/mysql-whatever-old- > version (which in this case is the 5.0.45 32-bit for 10.4). > > On Aug 29, 2009, at 10:12 AM, Patrick Crowley wrote: > > > > > Since a bunch of us are upgrading to Snow Leopard this weekend, it > > might be good to have a running thread that deals with any gotchas. > > > > I haven't finished upgrading my dev stuff yet, but here's what I've > > had to do so far. > > > > - Reinstall gems (for 64bit compat) > > - Reinstall MacPorts > > - Reinstall ImageMagick > > - Reinstall Sphinx > > - Reinstall MySQL > > > > How is Snow Leopard treating you? > > > > -- Patrick > > > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
