[Rails] Re: mysql install problem

2009-02-21 Thread Frederick Cheung
On Feb 21, 6:55 pm, Tom Milewski wrote: > I'm having the same issue except it happens when I simply do: > > sudo gem install mysql > > Does anyone know of a fix? you need to tell the install scripts where the mysql libraries/headers are (eg see the link Brent posted) > > I've tried just about

[Rails] Re: mysql install problem

2009-02-21 Thread Tom Milewski
I'm having the same issue except it happens when I simply do: sudo gem install mysql Does anyone know of a fix? I've tried just about everything. On Feb 10, 1:57 pm, Eduardo Cirilo wrote: > Hi, > > I'm still having the problem...here what it says: > > Run `rake gems:install` to install the mi

[Rails] Re: mysql install problem

2009-02-10 Thread David Herman
you might also consider using sudo so it wont install in .gem On Tue, Feb 10, 2009 at 2:08 PM, Eduardo Cirilo < rails-mailing-l...@andreas-s.net> wrote: > > Done !!! > > What a lot of headache :S > > Thanks for all m8s... > > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~-~--

[Rails] Re: mysql install problem

2009-02-10 Thread Eduardo Cirilo
Done !!! What a lot of headache :S Thanks for all m8s... -- 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

[Rails] Re: mysql install problem

2009-02-10 Thread Brent Miller
Check here: http://foliosus.com/blog/howto-install-mysql-gem-on-leopard Be sure to read the comments -- there is a fix in the comments for the install command that might help you. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this m

[Rails] Re: mysql install problem

2009-02-10 Thread Eduardo Cirilo
Hi, I'm still having the problem...here what it says: Run `rake gems:install` to install the missing gems. MBPEduCirilo:kshema098 eduardocirilo$ rake gems:install (in /Users/eduardocirilo/Desktop/kshema098) gem install mysql WARNING: Installing to ~/.gem since /opt/local/lib/ruby/gems/1.8 and

[Rails] Re: mysql install problem

2009-02-09 Thread MaD
^ make sure you'Re getting 1.8.7 (which is the latest stable). 1.9.1 still causes problems with some gems. On 9 Feb., 23:18, Chad wrote: > You're trying to update the rails framework, not ruby. > > http://www.ruby-lang.org/en/downloads/ --~--~-~--~~~---~--~~ You

[Rails] Re: mysql install problem

2009-02-09 Thread Chad
You're trying to update the rails framework, not ruby. http://www.ruby-lang.org/en/downloads/ On Feb 9, 6:56 am, Eduardo Cirilo wrote: > MaD wrote: > > your post says: > >   'You're running:  ruby 1.8.4' > > > while on ror.org is written: > >   'We recommend Ruby 1.8.7 for use with Rails.' >

[Rails] Re: mysql install problem

2009-02-09 Thread Brent Miller
If you're on an Intel mac, try this: sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql sudo ln -s /usr/local/mysql/lib /usr/local/mysql/lib/mysql Just be sure to get the mysql directories right to match your system setup. These are the default for the MySQ

[Rails] Re: mysql install problem

2009-02-09 Thread Eduardo Cirilo
Manisha Tripathy wrote: > Have you installed mysql-client? Yes I have... -- 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 grou

[Rails] Re: mysql install problem

2009-02-09 Thread Manisha Tripathy
Have you installed mysql-client? -- 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-talk@googleg

[Rails] Re: mysql install problem

2009-02-09 Thread Eduardo Cirilo
MaD wrote: > your post says: > 'You're running: ruby 1.8.4' > > while on ror.org is written: > 'We recommend Ruby 1.8.7 for use with Rails.' > > 1.8.4 should work, too. but to make sure it ain't a version-conflict, > i'd update. > > other than that, did you follow this hint?: > 'OS X 10.

[Rails] Re: mysql install problem

2009-02-09 Thread MaD
your post says: 'You're running: ruby 1.8.4' while on ror.org is written: 'We recommend Ruby 1.8.7 for use with Rails.' 1.8.4 should work, too. but to make sure it ain't a version-conflict, i'd update. other than that, did you follow this hint?: 'OS X 10.5: Included with developer tools