I did some more digging and I'm closer, but I still can't figure out why this isn't working.
I reinstalled God and it definitely builds the native extensions: ---snip--- # gem install god Building native extensions. This could take a while... Successfully installed god-0.11.0 1 gem installed Installing ri documentation for god-0.11.0... Enclosing class/module 'mGod' for class KQueueHandler not known Enclosing class/module 'mGod' for class NetlinkHandler not known Installing RDoc documentation for god-0.11.0... Enclosing class/module 'mGod' for class KQueueHandler not known Enclosing class/module 'mGod' for class NetlinkHandler not known ---snip--- Yet I can verify, using irb, that the netlink EventHandler is not getting loaded: ---snip--- irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'god' => true irb(main):003:0> God::EventHandler.load => false irb(main):004:0> God::EventHandler.loaded? => false ---snip--- A little hacking and I can see the exception getting thrown when it tries to load the Netlink event handler: no such file to load -- netlink_handler_ext Any bright ideas? -Sean On May 3, 2:12 pm, Sean Laurent <[email protected]> wrote: > I hadn't intended to run CentOS 5.6, but... yeah... it looks like I > accidentally upgraded to 5.6 when I did a system update. Any known > issues there? > > I have compared the list of RPMs between a working 5.5 system and a > non-working 5.6 system. Unsurprisingly, since they are running two > different releases, there are a huge number of differences. I can't > see anything obviously missing that would be responsible for the > problem. > > Any libs I should look for explicitly? > > -Sean > > On May 2, 7:02 pm, Matthew Helms <[email protected]> wrote: > > I looked at my setup as well (CentOS 5.5 x86_64) as well. It is working > > fine. I noticed your kernel rev was -238, are you running CentOS 5.6? -- 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.
