I'm attempting to deploy puppet via an NFS share. It's on a local-only
network, and it will contain only ruby (gems) and whatever is needed.

Seems simple enough, but tonight I am having an issue with this error:

# service puppet start
Starting puppet: /local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:36:in `gem_original_require': no such file to load
-- openssl (LoadError)
        from /local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
`require'
        from /local/lib/ruby/gems/1.8/gems/puppet-2.7.9/lib/puppet/ssl.rb:3
        from /local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
`gem_original_require'
        from /local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
`require'
        from /local/lib/ruby/gems/1.8/gems/puppet-2.7.9/lib/puppet.rb:155
        from /local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
`gem_original_require'
        from /local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
`require'
        from /local/lib/ruby/gems/1.8/gems/puppet-2.7.9/lib/puppet/
application.rb:271:in `initialize'
        from /local/lib/ruby/gems/1.8/gems/puppet-2.7.9/lib/puppet/
application.rb:229:in `new'
        from /local/lib/ruby/gems/1.8/gems/puppet-2.7.9/lib/puppet/
application.rb:229:in `[]'
        from /local/lib/ruby/gems/1.8/gems/puppet-2.7.9/bin/puppetd:4
        from /local/bin/puppetd:19:in `load'
        from /local/bin/puppetd:19

I did a search for this general error and it seems to come up with
different circumstances.

I checked the $PATH in the startup script, I can run ruby/irb alone
with no trouble.   All of my other systems do not have any
supplemental GEMs that deal with SSL.   There's nothing else on this
system, no other ruby.

Seems like it might be a simple thing - but I wonder what the problem
is?  I've been poring over this for a while... I can't see it.


Thanks.

-- 
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.

Reply via email to