I'm new to puppet and ruby-ignorant, but: I've got 2 Very Similar
+virgin systems:

rhel5$ cat /etc/redhat-release
Red Hat Enterprise Linux Client release 5.2 (Tikanga)
rhel5$ ruby -v
ruby 1.8.5 (2006-08-25) [i386-linux]
rhel5$ rpm -aq | grep ruby
ruby-libs-1.8.5-5.el5_2.3
ruby-1.8.5-5.el5_2.3


centOS5$ cat /etc/redhat-release
CentOS release 5.2 (Final)
CentOS5$ ruby -v
ruby 1.8.5 (2006-08-25) [i386-linux]
CentOS5$ rpm -aq | grep ruby
ruby-libs-1.8.5-5.el5_1.1
ruby-1.8.5-5.el5_1.1

PROBLEM: when I do the same on both systems (after 3 bootstrap cmds
below),
rhel5 works (ignoring the rdoc error warning) ; centOS5 fails

 wget http://reductivelabs.com/downloads/facter/facter-latest.tgz
 tar xzpf facter-latest.tgz
cd facter-1.5.1/

centOS5$ sudo ruby install.rb
Missing rdoc; skipping documentation
Could not load facter; cannot install   ## <==OFFENDING ERROR MSG

I'm guessing something dumb here (like myself),  but I read the FAQ
and searched this group.

I have done all  updates on the RHEL5 box and not yet on the centOS5
box.

Permissions are all readable (non-root-owned in my homedir); files all
look the same.

Thanks in advance for any ideas !  [EMAIL PROTECTED]



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to