I just took the SRPM, commented out the Requires lines that have chkconfig and initscripts in them, and removed ruby(abi) from the other Requires lines. Then I just rebuilt it and it works just fine.
Note that a couple of your failed dependencies are legit - you need to install ruby-mysql and rubygem-rake. Jeffrey. On Thu, Dec 8, 2011 at 4:53 AM, Wiesel82 <[email protected]> wrote: > Hi all, > i planned for a startup to install one of this gui tools. But if i > look in the documentation, or google it, i find no results which > helps. > > If i would like to install the rpm package i get the following > dependencies problems > > rpm -i puppet-dashboard-1.2.3-1.el6.noarch.rpm > warning: puppet-dashboard-1.2.3-1.el6.noarch.rpm: Header V4 RSA/SHA1 > signature: NOKEY, key ID 4bd6ec30 > error: Failed dependencies: > chkconfig is needed by puppet-dashboard-1.2.3-1.el6.noarch > initscripts is needed by puppet-dashboard-1.2.3-1.el6.noarch > rpmlib(FileDigests) <= 4.6.0-1 is needed by puppet- > dashboard-1.2.3-1.el6.noarch > ruby(abi) = 1.8 is needed by puppet-dashboard-1.2.3-1.el6.noarch > ruby-mysql is needed by puppet-dashboard-1.2.3-1.el6.noarch > rubygem(rake) is needed by puppet-dashboard-1.2.3-1.el6.noarch > rpmlib(PayloadIsXz) <= 5.2-1 is needed by puppet- > dashboard-1.2.3-1.el6.noarch > > and for foreman > > rpm -i foreman-0.4-0.2.noarch.rpm > error: Failed dependencies: > chkconfig is needed by foreman-0.4-0.2.noarch > initscripts is needed by foreman-0.4-0.2.noarch > ruby(abi) = 1.8 is needed by foreman-0.4-0.2.noarch > rubygem(json) is needed by foreman-0.4-0.2.noarch > rubygem(rake) >= 0.8.3 is needed by foreman-0.4-0.2.noarch > rubygem(rest-client) is needed by foreman-0.4-0.2.noarch > rubygem(sqlite3-ruby) is needed by foreman-0.4-0.2.noarch > > I don't find some packages for Sles 11 SP1. > > Did anybody installed one of this tools on Sles 11 SP1? > > Best regards > > Wiesel > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" 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-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
