我最近在Snow Leopard的新副本上安装了mysql-5.5.9-osx10.6-x86_64。
虽然该版本报告了i386。
./mysql --version
Ver 14.14 Distrib 5.5.9, for osx10.6 (i386) using readline 5.1
这是预期的行为吗?
我正在使用带有64位扩展名的Snow Leopard。我已经使用RVM安装了ruby-1.8.7-p334 [x86_64]并确保它被选中。
我正在使用:
编译mysql gemsudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-dir=/usr/local/mysql
虽然当我尝试运行Rails应用程序时,我收到以下错误:
/!\ FAILSAFE /!\ Tue Mar 15 17:31:32 -0400 2011
Status: 500 Internal Server Error
uninitialized constant MysqlCompat::MysqlRes
/Users/jaredbrown/.rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:440:in `load_missing_constant'
/Users/jaredbrown/.rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:80:in `const_missing_not_from_s3_library'
/Users/jaredbrown/.rvm/gems/ruby-1.8.7-p334/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
/Users/jaredbrown/.rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.4/lib/active_record/connection_adapters/mysql_adapter.rb:9:in `define_all_hashes_method!'
/Users/jaredbrown/.rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.4/lib/active_record/connection_adapters/mysql_adapter.rb:66:in `mysql_connection'
我相信gem正在构建正确但我仍然得到MySQL错误。在这一点上,我正在摸不着头脑。
答案 0 :(得分:1)
不要使用MySQL 5.5,请使用5.1版。