Thanks to Sandor's suggestion i was able to run facter. By running
puppetd with the right ruby path a new error message appeared.

It seems that it can't be found the ./openssl.so library.

Following message appears:
Cannot open shared object file: No such file or directory - ./
openssl.so (LoadError)

The file openssl.so i was able to find on the system so i pointed also
a second ruby loadpath on that folder. However without success...

Some idea how to solve that problem and how i can make the ./
openssl.so loadable?

Christian

On 30 Sep., 10:26, Sandor Szuecs <[email protected]> wrote:
> On Sep 29, 2010, at 3:45 PM, Christian wrote:
>
> > /usr/sbin/puppetd:159:in `require': No such file to load -- puppet/
> > application/puppetd (LoadError)
> >        from /usr/sbin/puppetd:159
>
> > What went wrong here? Is there a bug in the rpm? Or do i have to set a
> > path somewhere?
>
> It seems you have to set the ruby loadpath, $:, yourself to the folder
> where the files puppet.rb and facter.rb are.
> You can add a load path with `ruby -Ipath/to/load` or add it to GEM_PATH
> env variable. You can add a path to $GEM_PATH separated with ':', like
> bash/zsh $PATH.
>
> All the best, Sandor Szücs
> --

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

Reply via email to