
Marcell Jobs
If you get the error
/opt/cloudhsm/bin/cloudhsm_mgmt_util: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
with the new Amazon Linux, when starting the management util, you should probably create a softlink ncurses 6 lib:
sudo ln -s /lib64/libncursesw.so.6.0 /lib64/libncurses.so.5
sudo ln -s /lib64/libncursesw.so.6.0 /lib64/libtinfo.so.5
This worked for me 😉
Regards
Marcell
Why this happened?