Felix Frank
unread,Jul 20, 2012, 8:09:24 AM7/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi,
On 07/19/2012 04:01 AM, ColinDNZ wrote:
> # puppet --version
> /usr/local/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require':
> cannot load such file -- puppet/util/command_line (LoadError)
> from
> /usr/local/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
> from /usr/bin/puppet:3:in `<main>'
>
> don't know what (or how I've stuffed up)
> but I cannot find the "puppet/application" dir anywhere
> tried zypper remove puppet ( & puppet-server)
> and reinstalling,
> but still produces same error
hmm, I'm neither really familiar with opensuse nor am I very
knowledgeable about ruby, but it strikes me as odd that
custom_require.rb is being used from a rubygems location, even though
puppet is not installed as a gem but via zypper instead.
Make sure there are no gem issues with your ruby installation.
If this does not help, I'd scrutinize environment variables that pertain
to ruby, such as RUBYLIB. Try the manpages and look through the various
lib locations in your system.
HTH,
Felix