下面的錯誤出現:問題在sqlite3的安裝
C:\gem>gem install sqlite3-ruby --local
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for #include <sqlite3.h>
... no
sqlite3.h is missing. Install SQLite3 from http://www.sqlite.org/ first.
*** 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.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby/bin/ruby
--with-sqlite3-dir
--without-sqlite3-dir
--with-sqlite3-include
--without-sqlite3-include=${sqlite3-dir}/include
--with-sqlite3-lib
--without-sqlite3-lib=${sqlite3-dir}/lib
Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1
.3.0 for inspection.
Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.3.0/ext/sqlite3/
gem_make.out
我複製所有在Ruby/bin文件夾所必需的文件,它仍然保持報告這個錯誤sqlite3.h丟失。
請確認我在哪裏放置sqlite3.h,當我在本地安裝gem時,您可以看到,我正在使用1.3.0版本的SQLite3進行安裝。 我已經嘗試過針對類似問題發佈的解決方案。我正在使用Windows XP。
在此先感謝。
愚蠢的問題,你可能實際上已經回答了它,但我沒有注意到 - 但你真的安裝了sqlite3的可執行文件,因爲寶石建議? – Chowlett 2010-07-05 13:22:26
我實際上已經複製了可執行文件sqlite3.exe,.dll文件以及一些其他必需的文件,這些文件都是我所做的,我沒有經過任何安裝過程。 – 2010-07-05 15:17:49