So I recently updated to ruby 1.8.7p22 from source and it's seeming to cause 
all sorts of problems. One of which is that my god installation is no longer 
working. Also, it appears my gems are not seeing the proper version of ruby, 
as ruby -v differs from gem env's record. Any ideas on what's going on here?

$ /usr/bin/ruby1.8 /usr/bin/god -D -c /etc/god/god.conf
  I [2011-03-21 15:45:49]  INFO: Loading /etc/god/god.conf
  I [2011-03-21 15:45:49]  INFO: Using pid file directory: 
/home/mttwrnr/.god/pids
  E [2011-03-21 15:45:49] ERROR: Condition 'God::Conditions::ProcessExits' 
requires an event system but none has been loaded
$ which ruby
  /usr/local/bin/ruby
$ ruby -v
ruby 1.8.7 (2008-06-20 patchlevel 22) [i686-linux]
$ sudo gem env 
RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.7
  - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
  - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
  - RUBY EXECUTABLE: /usr/bin/ruby1.8
  - EXECUTABLE DIRECTORY: /usr/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86-linux
  - GEM PATHS:
     - /usr/lib/ruby/gems/1.8
     - /home/[myuser]/.gem/ruby/1.8
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - http://rubygems.org/

-- 
You received this message because you are subscribed to the Google Groups 
"god.rb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/god-rb?hl=en.

Reply via email to