Almost finished installation of Ruby/Rails on webappX, as per this
page:
http://wiki.rubyonrails.org/rails/pages/Rails+on+CentOS+4.4+with+Apache+and+FastCGI+Simply
Since the Rails procedure requires it, I also had to install all the
MySQL 5 packages incl. devel on both webappX - but of course disabled
mysqld from starting since we want it to talk to the instance on
mysql0. Very close to the end I hit what is probably a minor snag.
Rather than guess at the answer, I thought we would ask the experts
The document says this:
gem install mysql – --with-mysql-config=/usr/bin/mysql_config
Select option 1 - mysql 2.7.1 (ruby)
And here’s what I saw when running it:
[root@webapp0 ~]# gem install mysql – --with-mysql-config=/usr/bin/
mysql_config
Select which gem to install for your platform (i386-linux)
- mysql 2.7.3 (mswin32)
- mysql 2.7.1 (mswin32)
- mysql 2.7 (ruby)
- mysql 2.6 (ruby)
- mysql 2.5.1 (ruby)
- Cancel installation
Which one should I select? What’s with the mswin32? Using CentOS 4.4
(same as RHEL 4 Update 4)
and MySQL 5.
Thanks!