From wahyu.wijaya.h at gmail.com Wed Aug 12 17:14:43 2009 From: wahyu.wijaya.h at gmail.com (Wahyu Wijaya H.) Date: Wed, 12 Aug 2009 23:14:43 +0200 Subject: [Instantrails-users] error when installing rails Message-ID: <4f42f2300908121414h341b9707o5b784aeaaa37afa4@mail.gmail.com> Hi all, Sorry if this question popped out many times before, but I am really new to ruby on rails. I see that InstantRails is a one installer for Windows so I give it a try. All went fine until I tried the command 'gem install rails --include-dependencies' I will really appreciate if there is anyone who could help me solve this problem, or just simply point me out to a source that cab provide explanation of the problem and solution. I attach the log file as well. Here is the error message: D:/InstantRails/ruby/bin/ruby.exe extconf.rb install rails --include-dependencies checking for fcgiapp.h... no checking for fastcgi/fcgiapp.h... no *** 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=D:/InstantRails/ruby/bin/ruby --with-fcgi-dir --without-fcgi-dir --with-fcgi-include --without-fcgi-include=${fcgi-dir}/include --with-fcgi-lib --without-fcgi-lib=${fcgi-dir}/lib Gem files will remain installed in D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/fcgi-0.8.7 for inspection. Results logged to D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/fcgi-0.8.7/ext/fcgi/gem_make.out Thanks in advance for the help. Best Regards, Wahyu -------------- next part -------------- A non-text attachment was scrubbed... Name: gem_make.out Type: application/octet-stream Size: 765 bytes Desc: not available URL: From wahyu.wijaya.h at gmail.com Thu Aug 13 13:39:41 2009 From: wahyu.wijaya.h at gmail.com (Wahyu Wijaya H.) Date: Thu, 13 Aug 2009 19:39:41 +0200 Subject: [Instantrails-users] error when installing rails In-Reply-To: <4A833CEA.2090209@earthlink.net> References: <4f42f2300908121414h341b9707o5b784aeaaa37afa4@mail.gmail.com> <4A833CEA.2090209@earthlink.net> Message-ID: <4f42f2300908131039y2bc1735ei7dbddb14a7733d5d@mail.gmail.com> Yes I do want to update rails. I followed a guidance from a book. But now using the gem update rails is work. Many Thanks. :) Best Regards, Wahyu 2009/8/13 Norm Scherer : > What were you trying to do?? InstantRails includes rails already so there is > no need to install it.? Just bring it up (double click on InstantRails.exe) > and then select a ruby console (from the I menu) to bring up a console to > create an app (rails app) etc. > > If you just want to update rails get into a ruby console and do 'gem update > rails' > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >