Error while generating cookbook: Missing shared library "libcrypt.so.1"
0
votes
3
answers
2613
views
I encountered an error when trying to generate a cookbook using the command
chef generate cookbook test-cookbook
. The error message I received is as follows:
ERROR : exit status 127
/opt/chef-workstation/embedded/bin/ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
The error appears to be caused by a missing shared library called libcrypt.so.1
.
How can I fix this issue and generate the cookbook successfully?
Asked by utkarsh gupta
(1 rep)
May 16, 2023, 12:15 PM
Last activity: Apr 26, 2025, 06:08 PM
Last activity: Apr 26, 2025, 06:08 PM