On Wed, Dec 17, 2008 at 3:55 AM, dc <[email protected]> wrote: > i tried installing merb and datamapper both from gems and from Git. > this is running on macpro. is dataobjects osx build 64bit safe?
DataObjects is not the problem, the issue is that the Ruby build on OS X is 32 bit and isn't able to be compiled against a 64 bit MySQL install. Easiest solution is to switch to a 32 bit MySQL install. -- Regards Dirkjan Bussink --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
