From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 13 Aug 2007 15:10:57 -0700 Subject: [sup-talk] Error when running sup In-Reply-To: <17b80a160708130855u34a2624fga748c4bd22906232@mail.gmail.com> References: <17b80a160708130855u34a2624fga748c4bd22906232@mail.gmail.com> Message-ID: <1187043032-sup-1506@south> Hi William, Excerpts from William Betts's message of Mon Aug 13 08:55:45 -0700 2007: > /usr/local/lib/ruby/gems/1.8/gems/sup-0.1/lib/sup.rb:34: warning: > already initialized constant VERSION I'm not sure what's causing these. Looks like sup.rb is being loaded twice in your path for some reason. It shouldn't affect anything though. > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in > `require__': no such file to load -- iconv (LoadError) > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in Looks like you're missing a Ruby iconv library. On my Debian system it's a separate package named libruby-iconv. Not sure what the equivalent is for BSD but it's probably something similar. -- William