[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Frederick Cheung
On Jun 2, 12:55 pm, Tushar Gandhi li...@ruby-forum.com wrote: HI, I have MAC operating system which is 32 bit. I am facing a problem while installing the mysql driver. I have installed mysql gem with following command:- sudo env ARCHFLAGS=-arch i386 gem install mysql -v=2.7   --

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Tushar Gandhi
Hi, I have MAC OS version 10.6.2. Frederick Cheung wrote: On Jun 2, 12:55�pm, Tushar Gandhi li...@ruby-forum.com wrote: HI, I have MAC operating system which is 32 bit. I am facing a problem while installing the mysql driver. I have installed mysql gem with following command:- sudo env

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Marnen Laibow-Koser
Tushar Gandhi wrote: Hi, I have MAC OS version 10.6.2. Isn't that 64-bit? Best, -- Marnen Laibow-Koser http://www.marnen.org mar...@marnen.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group.

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Tushar Gandhi
Hi, No it's 32-bit OS -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Frederick Cheung
On Jun 2, 2:04 pm, Tushar Gandhi li...@ruby-forum.com wrote: Hi, No it's 32-bit OS 10.6.x has (by default on most machines) a 32bit kernel, but apps can be 64bit. In particular the ruby runtime is 64/32bit universal and so will default to 64bit. (you should make sure you have the 64bit

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Chris Sass
I had a really hard time getting the mysql gem to run on snow leopard for me. Try uninstalling mysql and reinstalling it with macports. Here is a post I made about how I got it to run on my machine. http://lupinedev.com/2010/5/24/installing-mysql-gem-on-snow-leopard Hope this helps... --

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Tushar Gandhi
Hi, How can I found that my ruby application is 32 bit or 64 bit? My ruby version is as follows:- ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] Thanks, Tushar -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups

[Rails] Re: mysql driver giving problem on MAC 32 Bit

2010-06-02 Thread Tushar Gandhi
Thanks Guys, I have solved the error by installing the mysql 64 bit version and installing the gem. Thanks for your suggestions. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this