On Mar 31, 2009, at 2:39 PM, tchomby wrote:
The error below happens with 0.16.5 and 0.16.3 but not 0.13. se...@kisimul:$ ruby instiki => Booting WEBrick => Rails 2.3.2 application starting on http://0.0.0.0:2500 ./script/../config/../vendor/rails/railties/lib/initializer.rb:269:in `require_frameworks': no such file to load -- net/https (RuntimeError)from ./script/../config/../vendor/rails/railties/lib/initializer.rb: 134:in`process'
Net/https is a standard Ruby package (required by Rails). It should have come with your Ruby installation. I gather that, on some (?) Ubuntu installations, you need to install the libopenssl-ruby1.8 package to get it:
apt-get install libopenssl-ruby
see, e.g.:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/255066
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
