我想在windows 7上使用包含在xampp中的mysql包與ruby on rails,但似乎無法讓它們一起工作。ruby on rails + xampp + mysql(windows 7)
我有軌3.0.0和1.7.3的XAMPP
軌可以用於任何內XAMPP得很好,但嘗試通過使用MySQL時,「軌道新項目-d mysql;在CD項目;捆綁安裝」
我得到如下:
Installing mysql2 (0.2.4) with native extensions C:/xampp/Ruby192/lib/ruby/1.9.1 /rubygems/installer.rb:483:in `rescue in block in build_extensions': ERROR: Fail ed to build gem native extension. (Gem::Installer::ExtensionBuildError) C:/xampp/Ruby192/bin/ruby.exe extconf.rb checking for rb_thread_blocking_region()... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
我錯過了什麼?關於這個問題的所有帖子告訴我使用gem install mysql - --with-mysql-config = PATH,但是這似乎不適用於Windows,因爲無論如何我都會得到相同的錯誤。
如果這是不可能的,現在有沒有使用sqlite的缺點,然後嘗試將數據庫遷移到MySQL(或另一個更強大的數據庫)以後?
但我沒有名爲lib或包含在xampp/mysql中的目錄 – 2015-11-19 15:18:55