Hi,
> [EMAIL PROTECTED]:~/zip# gem install sqlite3-ruby-1.1.0.gem > Attempting local installation of 'sqlite3-ruby-1.1.0.gem' You shoudl normally do 'gem install sqlite3-ruby' and let gems figure out the version/file. You also don't normally have to manually download the gem file. > Building native extensions. This could take a while... > extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) > from extconf.rb:1 Ruby can't load mkmf, which is in the stdlib. try 'irb -r mkmf' to make sure it's there. If it's not, it might be Debian packagers have placed it in a separate package (they broke the stdlib in a few places before). > ERROR: Error installing gem sqlite3-ruby-1.1.0.gem[.gem]: ERROR: Failed > to build gem native extension. > Gem files will remain installed in > /usr/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0 for inspection. > ruby extconf.rb install sqlite3-ruby-1.1.0.gem\n > > Results logged to > /usr/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/ext/sqlite3_api/gem_make.out Try checking the log file on why the compilation failed. HTH, Assaph _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
