From: Zed Shaw Date: 2006-02-02T11:17:45+09:00 Subject: Re: [ANN] Mongrel HTTP Library 0.2.0 (Fast And RubyForgified) You probably have an older version lying around somewhere. That missing class is from the 0.1.1 release. Try looking for all mongrel.rb files and http11.so (.dll, .bundle) and remove them, then reinstall. Maybe a gem vs. source install conflict? I'll look at that compile warning too. Zed A. Shaw On Feb 1, 2006, at 7:46 PM, Steven Lumos wrote: > Zed Shaw writes: > >> Hi Everyone, >> >> I'm happy to announce the 0.2.0 release of Mongrel -- the fastest >> HTTP 1.1 library Ruby has yet. > > Any immediate idea about the following? > > % ruby simpletest.rb > /local/ruby-1.8.4/lib/ruby/site_ruby/1.8/mongrel.rb:28:in > `initialize': uninitialized constant > Mongrel::URIClassifier::TrieNode (NameError) > from /local/ruby-1.8.4/lib/ruby/site_ruby/1.8/mongrel.rb: > 61:in `initialize' > from simpletest.rb:13 > > This is Ruby 1.8.4 compiled 64-bit on Solaris/SPARC. Installed the > 0.2.0 gem and it built with just a single warning: > > "ext/http11/http11_parser.rl", line 49: warning: statement not reached > > Steve > >