Hi, Just got my first Mac. I''m trying to install rails on it, using the instructions in the rails wiki: http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts I go to install mysql, and the version of mysql supported by DarwinPorts appears to be 4.1.18. But all the sites appear to only have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month out of date. I went to look at Fink to see if it had mysql, and it does, but it would appear to be the same problem. Is my timing just unlucky? Or are there newer instruction updates that haven''t been put into the wiki? Thanks, Brad -- Bradley Mazurek
Try this for MySQL. http://www.serverlogistics.com/mysql.php On 6/9/06, Bradley Mazurek <bradley.mazurek@gmail.com> wrote:> Hi, > > Just got my first Mac. I''m trying to install rails on it, using the > instructions in the rails wiki: > http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts > > I go to install mysql, and the version of mysql supported by > DarwinPorts appears to be 4.1.18. But all the sites appear to only > have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month > out of date. > > I went to look at Fink to see if it had mysql, and it does, but it > would appear to be the same problem. > > Is my timing just unlucky? Or are there newer instruction updates > that haven''t been put into the wiki? > > Thanks, > Brad > -- > Bradley Mazurek > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
Direct from the source: http://dev.mysql.com/downloads/mysql/5.0.html On Jun 9, 2006, at 12:54 PM, Bradley Mazurek wrote:> Hi, > > Just got my first Mac. I''m trying to install rails on it, using the > instructions in the rails wiki: > http://wiki.rubyonrails.com/rails/pages/ > HowtoInstallOnOSXTigerUsingDarwinPorts > > I go to install mysql, and the version of mysql supported by > DarwinPorts appears to be 4.1.18. But all the sites appear to only > have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month > out of date. > > I went to look at Fink to see if it had mysql, and it does, but it > would appear to be the same problem. > > Is my timing just unlucky? Or are there newer instruction updates > that haven''t been put into the wiki? > > Thanks, > Brad > -- > Bradley Mazurek > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
i suspect that portion of the wiki could use spot of updating. might want to check out one of these: http://duncandavidson.com/essay/2006/04/portsandbox http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger http://www.nubyonrails.com/articles/2005/12/29/an-even-better-way-to-build-ruby-rails-lighttpd-and-mysql-on-tiger On 6/9/06, Bradley Mazurek <bradley.mazurek@gmail.com> wrote:> > Hi, > > Just got my first Mac. I''m trying to install rails on it, using the > instructions in the rails wiki: > > http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts > > I go to install mysql, and the version of mysql supported by > DarwinPorts appears to be 4.1.18. But all the sites appear to only > have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month > out of date. > > I went to look at Fink to see if it had mysql, and it does, but it > would appear to be the same problem. > > Is my timing just unlucky? Or are there newer instruction updates > that haven''t been put into the wiki? > > Thanks, > Brad > -- > Bradley Mazurek > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/aea1b8f1/attachment-0001.html
If you want to get up and running quickly, just install Locomotive and MAMP. No building/compiling required. Ken Bradley Mazurek wrote:> Hi, > > Just got my first Mac. I''m trying to install rails on it, using the > instructions in the rails wiki: > http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts >
Bradley Mazurek wrote:> Just got my first Mac. I''m trying to install rails on it, using theCongrats on the new Mac. Welcome to a world outside of the Redmond giant where wonderful things become possible :-) I''d install the actual MySQL binaries right from MySQL.com. They have universal binaries available and the install is straight forward. I know the Admin tool has a universal binary build, but I don''t think the query browser does yet. -- Posted via http://www.ruby-forum.com/.
unknown wrote:> i suspect that portion of the wiki could use spot of updating. might > want to > check out one of these:+1 for the hivelogic article. step-by-step, installed in /usr/local, works every time. Alan -- Posted via http://www.ruby-forum.com/.
Yeah, the Hivelogic step by step installation article is what got me up and running - installed fine on two separate computers: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> +1 for the hivelogic article. step-by-step, installed in /usr/local, > works every time. > > Alan
Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic !!!!!!!!!!!!!!!!!!!!!!!!!! as you can tell, another vote for Hivelogic. follow the directions as close as you can. everything is installed in usr/local so if any screwed up thing happens, just delete it from there. Jim Rhoades wrote:> Yeah, the Hivelogic step by step installation article is what got me > up and running - installed fine on two separate computers: > > http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger-- Posted via http://www.ruby-forum.com/.