I just installed the latest OS X 10.3.5 patch and I'm thinking it may have messed up webrick. I've created trivially simple webrick scripts to try it out and get the following error:
[2004-10-10 15:51:48] ERROR SocketError: getnameinfo: System error
/usr/local/lib/ruby/1.8/webrick/server.rb:147:in `peeraddr'
/usr/local/lib/ruby/1.8/webrick/server.rb:147:in `start_thread'
/usr/local/lib/ruby/1.8/webrick/server.rb:144:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:144:in `start_thread'
/usr/local/lib/ruby/1.8/webrick/server.rb:94:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:89:in `each'
/usr/local/lib/ruby/1.8/webrick/server.rb:89:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:79:in `start'
Has anyone else installed the patch and tried webrick subsequently? It could also be something in my configuration since I have been messing around with it, but thought I'd check with others before digging through hundreds of conf files.