0

When I am bootstrapping a node, I'm getting this error:

error :The following error occurred on 172.31.2.207:
error :/opt/chef/embedded/bin/ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

Can anyone solve this problem?

I tried the below command:

knife bootstrap 172.31.2.207 --ssh-user ec2-user --sudo -i node-key.pem -N node1
seshadri_c
  • 6,906
  • 2
  • 10
  • 24

1 Answers1

0

This command is working properly:-

yum install libxcrypt-compat
toyota Supra
  • 3,181
  • 4
  • 15
  • 19