[Rails] Re: db connection problem: Mac X, MySQL 5, Rails 1
Rick Williams
willirl at gmail.com
Mon Jan 23 15:59:03 GMT 2006
Hold it! I did find this. You need XCode installed to do this:
Download and unpack this:
http://tmtm.org/downloads/mysql/ruby/mysql-ruby-2.7.tar.gz
cd to the unpacked directory and do this:
sudo gcc_select 4.0
export PATH=/usr/local/mysql/bin:$PATH
ruby extconf.rb --with-mysql-config
make
sudo make install
--
Posted via http://www.ruby-forum.com/.
More information about the Rails
mailing list