[Rails] Re: mongrel + mysql can't connect in custom mysql install

2009-10-08 Thread oc
Same on 1.8.6p287 - OSX (Leopard) :⋋ ruby --version ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0] Built gem with: :⋋ sudo env ARCHFLAGS=-arch x86_64 gem install mysql -- --with-mysql- config=/usr/local/mysql/bin/mysql_config :⋋ ls -al /usr/local/mysql lrwxr-xr-x 1 root wheel

[Rails] Re: mongrel + mysql can't connect in custom mysql install

2009-10-01 Thread heimdull
That error looks more like a mysql gem and ruby 1.9 compatibility issue. Have a look at this site http://isitruby19.com/mysql that talks about issues with Ruby 1.9 On Oct 1, 9:41 am, Cris Shupp rails-mailing-l...@andreas-s.net wrote: Hi all... The linux box I am working on I do not have root

[Rails] Re: mongrel + mysql can't connect in custom mysql install

2009-10-01 Thread Cris Shupp
I just tried with 1.8.7. Same results. It is not a 1.9 issue. Cris heimdull wrote: That error looks more like a mysql gem and ruby 1.9 compatibility issue. Have a look at this site http://isitruby19.com/mysql that talks about issues with Ruby 1.9 On Oct 1, 9:41�am, Cris Shupp