Sorry for the late reply -- your email only just appeared in my inbox.Basically, the gem install command you suggest just gives me the same error, so the only thing I haven't tried here is the reinstall of mysql. I'm really loathe to reinstall mysql, as it works fine with 1.8.7, and I have a number of local dev and test databases working in it. But if that really is the only option left to me, I could well be taking it. I guess I'd have to uninstall it first? Which I'm not sure how to do -- I used the .dmg installer from mysql. Cheers, Doug.
2009/10/17 Alex Barlow <[email protected]> > > Build mysql from source. you may also need flags during the gem build > as its a binary gem. > > On snow leopard in my machine. (mysql cluster buts its the same > interface) > > sudo env ARCHFLAGS="-arch x86_64" gem install mysql --verbose -- -- > with-mysql-config=/usr/local/mysql/bin/mysql_config > > also note, ruby 1.9.1's syntax is different, thus throwing many gems, > if you do not need it, do not use it until it is supported.. > > peace, Alex > > > On 17 Oct 2009, at 00:26, doug livesey wrote: > > > Hi -- I've just upgraded to 1.9.1 with RVM (which rocks), and have > > got every gem installed that I have under 1.8.7, apart from bloody > > MySQL. > > I've found a few guides around & about detailing how to get MySQL > > working with Snow Leopard & Ruby, but I already did that when I > > upgraded to Snow Leopard. > > Does anyone know of any fixes that are less drastic than > > reinstalling Ruby, Rails, MySQL, ports, and everything else that > > other people are suggesting? > > Please? > > PostgreSQL FTW! :) > > Doug. > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
