Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Puppet binary fails to run #17162

Closed
kotoko opened this issue Dec 6, 2019 · 1 comment · Fixed by #17183
Closed

Puppet binary fails to run #17162

kotoko opened this issue Dec 6, 2019 · 1 comment · Fixed by #17183

Comments

@kotoko
Copy link

kotoko commented Dec 6, 2019

I can not make puppet work. I want to create small, simple *.pp file and run puppet apply.

System

  • xuname: Void 4.14.157_1 x86_64 GenuineIntel uptodate rFFF
  • package: puppet-6.11.1_1

Expected behavior

Puppet binary works. Puppet commands do something.

Actual behavior

Puppet binary always returns error: cannot load such file -- concurrent.

Steps to reproduce the behavior

sudo -su root
xbps-install puppet
cd /usr/lib/ruby/vendor_ruby/../../..//lib
ln -s libfacter.so.3.14.5 libfacter.so
puppet help

Output:

cannot load such file -- concurrent
@kotoko
Copy link
Author

kotoko commented Dec 14, 2019

Finally I have some free time to check. It works now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant