Hi Oli, On Wed, Dec 12, 2012 at 4:02 AM, vioilly <oliverle...@gmail.com> wrote: > I have installed puppet 3.0.1,
Installed as a gem or native package? > passenger 3.0.18 and ruby 1.9.3 and have hit > errors. The error I am hitting is this: > > Error message: cannot load such file -- puppet/util/command_line > Exception class: LoadError > > > I get this when hitting the puppet server using https://puppetserver:8140 > > If I use ruby 1.8, everything works. This is a new deployment so I would > like to use ruby 1.9.3 rather than the older version of ruby. > > It appears to me that this is a PATH issue. Does anyone know how to fix > this? In your puppet config.ru, can you verify that puppet's lib directory is in the $LOAD_PATH? Also note the line at the top of that file. As far as why it works on 1.8.7, but not 1.9.3, makes me think that puppet is installed as a gem, and that there are rubygem differences between the two rubies. > > > Cheers, > > Oli > > > > -- > 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/-/n9UUHUqHYlQJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. -- Josh Cooper Developer, 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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.