I'm looking for some tips to successfully install God on a VPS from
slicehost, where I am encountering errors related to missing headers.
Error Messages :
==========================================
$ sudo gem install god
Building native extensions. This could take a while...
ERROR: Error installing god:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb install god
checking for linux/netlink.h... no
Missing 'linux/netlink.h' header(s)
You may need to install a header package for your system
checking for linux/connector.h... no
Missing 'linux/connector.h', or 'linux/cn_proc.h' header(s)
These are only available in Linux kernel 2.6.15 and later (run `uname -
a` to find yours)
You may need to install a header package for your system
Events handler could not be compiled (see above error). Your god
installation will not support event conditions.
make
sh: make: command not found
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/
god-0.7.12 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/god-0.7.12/ext/god/
gem_make.out
==========================================
Details about the environment...
uname -a
Linux SLICENAME 2.6.24-23-xen #1 SMP Mon TIMESTAMP x86_64 x86_64
x86_64 GNU/Linux
# cat /etc/redhat-release
Fedora release 10 (Cambridge)
Relevant Items Installed (via Yum) :
kernel-headers.x86_64
0:2.6.27.19-170.2.35.fc10
ruby.x86_64
0:1.8.6.287-2.fc10
ruby-libs.x86_64
0:1.8.6.287-2.fc10
ruby-irb.x86_64 0:1.8.6.287-2.fc10
ruby-rdoc.x86_64 0:1.8.6.287-2.fc10
ruby-devel.x86_64 0:1.8.6.287-2.fc10
ruby-ri.x86_64 0:1.8.6.287-2.fc10
rubygems.noarch 0:1.3.1-1.fc10
I even tried to install Monit to see if a more revealing error would
occur, but it worked fine... Still, I'd prefer to use God since I am
familiar with it already.
Installed:
monit.x86_64
0:4.10.1-8.fc10
sudo service monit status
monit (pid 3641) is running...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---