My enviroment is
ruby 1.8.6(2007 -09 -24 patchlevel 111)[i386-mswin32]
ruby gem 1.3.1
rails 2.2.0
action… 2.2.0
mongrel web server 1.1.5
sqlite3 3.6.4
When I try “gem install sqlite2-ruby” it error
failed to build gem native extension
nmake is not recognize as an internal or external command, operable
program or batch file …
Sounds like you have a stale cookie laying around. You can check for
this through the preferences menu related to your browser.
You could just delete all cookies related to localhost (i.e.
127.0.0.1) and then reload your application. I’ve seen this related
to changes to the config/environment.rb file - see the comment in that
file.
Sounds like you have a stale cookie laying around. You can check for
this through the preferences menu related to your browser.
You could just delete all cookies related to localhost (i.e.
127.0.0.1) and then reload your application. I’ve seen this related
to changes to the config/environment.rb file - see the comment in that
file.
Yes, I have fix it by the way that I uninstall anything, then install
all by console code. But sqlite3 1.2.4 can run with Window, so that I
try to install version 1.2.3. Now anything is OK