I am having a hard time installing puppet on an SLES 10 system. I managed to install ruby, but the x86_64 rpm of puppet from opensuse repository does not recognize the ruby installation from source. Was wondering if any one has puppet running on x86_64 SLES10 Thanks Hari --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
From what I understand you compiled ruby from source. Package dependencies only see other packages, as opposed to what is actually on the system, so the rpm package for puppet does not see a ruby source installation, and that is how packages work. If you need packages that depend on ruby you should install ruby as a package or get the source package for ruby, modify it for your needs and build your own ruby package. Silviu Hariharan Gopalan wrote:> I am having a hard time installing puppet on an SLES 10 system. I > managed to install ruby, but the x86_64 rpm of puppet from opensuse > repository does not recognize the ruby installation from source. > > Was wondering if any one has puppet running on x86_64 SLES10 > > Thanks > Hari > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Ive got puppet running on SLES10 SP2 X86_64 must admit though i installed ruby/puppet from the tarball. Andy On Sep 19, 11:27 am, Silviu Paragina <sil...@paragina.ro> wrote:> From what I understand you compiled ruby from source. > > Package dependencies only see other packages, as opposed to what is > actually on the system, so the rpm package for puppet does not see a > ruby source installation, and that is how packages work. > > If you need packages that depend on ruby you should install ruby as a > package or get the source package for ruby, modify it for your needs and > build your own ruby package. > > Silviu > > Hariharan Gopalan wrote: > > I am having a hard time installing puppet on an SLES 10 system. I > > managed to install ruby, but the x86_64 rpm of puppet from opensuse > > repository does not recognize the ruby installation from source. > > > Was wondering if any one has puppet running on x86_64 SLES10 > > > Thanks > > Hari--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---