From: Ben Schumacher Date: 2004-03-09T08:34:37+09:00 Subject: RubyCocoa and Net::HTTP Hello- I'm having a bit of a problem getting RubyCocoa to work with Net::HTTP. Actually, it seems to be a more general problem with using RubyCocoa with any of the compiled Ruby bundles (socket, sdbm, pty, fcntl, etc). Does anybody have any insight as to why this would be happening? I'm getting this error: /usr/lib/ruby/1.6/net/protocol.rb:20:in `require': No such file to load -- socket (LoadError) from /usr/lib/ruby/1.6/net/protocol.rb:20 from /usr/lib/ruby/1.6/net/http.rb:398:in `require' from /usr/lib/ruby/1.6/net/http.rb:398 from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ Sham.rb:9:in `require' from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ Sham.rb:9 from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ rb_main.rb:14:in `require' from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ rb_main.rb:14:in `rb_main_init' from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ rb_main.rb:14:in `each' from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ rb_main.rb:14:in `rb_main_init' from /Users/benschumacher/src/rbSham/build/rbSham.app/Contents/Resources/ rb_main.rb:18 I *assume* this is some sort of weirdness between 10.2 and 10.3 and some sort of library incompatibility, but I'm not sure. Any help would be appreciated. bs.