New comment by gt7-void on void-packages repository https://github.com/void-linux/void-packages/pull/23862#issuecomment-664089685 Comment: For the record, the following was suggested to me on IRC. Instead of adding the symlink, patch the binary with ``` $ patchelf --replace-needed libncurses.so.5 libncurses.so.6 MegaCli64 ``` This works fine for me so I don't need the symlinks. Maybe I'll write a (restricted) template that downloads megacli binary and patches it as above. Thanks a lot for all your help.