Re: [Puppet Users] Unable to install Puppet Master

2014-11-22 Thread Felix Frank
On 11/20/2014 05:25 PM, KB_puppet wrote: > I've been trying to install Puppet on my Centos 6.5 system since > yesterday but to no avail. At first I installed > the |puppetmaster-passenger| but got a lot of errors during > installation. I ended up purging it and today tried a fresh install of > just

[Puppet Users] Unable to install Puppet Master

2014-11-21 Thread KB_puppet
I've been trying to install Puppet on my Centos 6.5 system since yesterday but to no avail. At first I installed the puppetmaster-passenger but got a lot of errors during installation. I ended up purging it and today tried a fresh install of just the puppetmaster. There were no errors but I cann

Re: [Puppet Users] Unable to Install puppet Master

2012-07-03 Thread Matthaus Litteken
The jdk rpm provides jdk of version 2000:1.6.0_33-fcs. pe-tanukiwrapper requires java of >= 1.5.0, which the jdk does not provide. The pe-virtual-java package supplies with el versions of PE can help in overcoming this, as it provides java (it is explained better here: http://docs.puppetlabs.com/p

Re: [Puppet Users] Unable to Install puppet Master

2012-07-03 Thread RAM
I was experiencing the same problem. I installed java by executing jdk-6u33-linux-x64-rpm.bin. After the execution "rpm -qa | grep java" showed the below: sun-javadb-docs-10.6.2-1.1 sun-javadb-client-10.6.2-1.1 sun-javadb-core-10.6.2-1.1 sun-javadb-javadoc-10.6.2-1.1 sun-javadb-common-10.6.2-1

Re: [Puppet Users] Unable to Install puppet Master

2012-07-02 Thread Matthaus Litteken
Jeeva, What mysql version do you have installed (via yum or source, from base or oracle)? Is it local to the install or on another machine? libmysqlclient.so.15 comes with mysql-libs for 5.0, other versions of the .so file accompany other mysql versions, so this may be part of the problem. matthau

Re: [Puppet Users] Unable to Install puppet Master

2012-07-01 Thread Jeeva
Apologies for the late reply. 1. I installed "pe-tanukiwrapper-3.5.9-5.pe.el5.x86_64" separately with no deps. I moved this rpm out of packages as well >> rpm -U pe-tanukiwrapper-3.5.9-5.pe.el5.x86_64 --nodeps 2. After then I ran the puppet installer. Since I already have the mysql in my se

Re: [Puppet Users] Unable to Install puppet Master

2012-05-31 Thread Trevor Vaughan
What does rpm -qa | grep java give you? If you installed Java from a tar source, then it wouldn't update your RPM database and actually meet the RPM requirements. Your alternatives are to download a version of Java in RPM form that meets your requirements, roll your own stub RPM, or use --nodeps

[Puppet Users] Unable to Install puppet Master

2012-05-31 Thread Jeeva
Hi, I was trying to instal puppet-enterprise-2.5.1-el-5-x86_64 in RHEL- 5.3 machine. But got below error. ## Installing packages from files... error: Failed dependencies: java >= 1.5.0 is needed by pe- tanukiwrapper-3.5.9-5.pe.el5.x86_64 ===