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.
matthaus On Sun, Jul 1, 2012 at 11:55 PM, Jeeva <[email protected]> wrote: > 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 server, I didn't select mysql installation. But im getting following > error. > > "## Setting up the console... > !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please > install the mysql gem and try again: gem install mysql. > rake aborted! > libmysqlclient.so.15: cannot open shared object file: No such file or > directory - /opt/puppet/lib/ruby/site_ruby/1.8/x86_64-linux/mysql.so > " > > Kindly help as I'm new to puppet. > > Thanks, > Jeeva > > On Thursday, 31 May 2012 20:40:28 UTC+8, Trevor Vaughan wrote: >> >> 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 (if >> using 'rpm' not 'yum'). >> >> Trevor >> >> On Thu, May 31, 2012 at 3:25 AM, Jeeva <[email protected]> wrote: >> > 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 >> > >> > =========================================================================== >> > ===== >> > !! ERROR: Could not install packages from files; see messages above >> > for cause. >> > >> > ### >> > >> > >> > >> > BUT, >> > >> > 1. Then I checked my java version which is > what is required. >> > java -version >> > java version "1.6.0_29" >> > Java(TM) SE Runtime Environment (build 1.6.0_29-b11) >> > Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode) >> > >> > 2. I'm trying to install puppet master, console and puppet agent in >> > same machine as i want to test it before I move it to prod. >> > >> > Kindly help.. >> > >> > -- >> > 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. >> > >> >> >> >> -- >> Trevor Vaughan >> Vice President, Onyx Point, Inc >> (410) 541-6699 >> [email protected] >> >> -- This account not approved for unencrypted proprietary information -- > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/2hhjDzTM_TIJ. > > 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. -- Matthaus Litteken Release Manager, Puppet Labs -- 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.
