Closed issue by st3r4g on void-packages repository https://github.com/void-linux/void-packages/issues/25123 Description: ### System * xuname: Void 5.8.10_1 x86_64-musl GenuineIntel notuptodate rrrnFFFFFF Happens on glibc too (tried in a chroot) * package: slurm-wlm-19.05.5.1_2 ### Expected behavior No errors ### Actual behavior ``` slurmd: error: plugin_load_from_file: dlopen(/usr/lib/slurm/select_cons_res.so): Error relocating /usr/lib/slurm/select_cons_res.so: slurm_job_preempt_mode: symbol not found slurmd: error: Couldn't load specified plugin name for select/cons_res: Dlopen of plugin file failed slurmd: fatal: Can't find plugin for select/cons_res ``` ### Steps to reproduce the behavior 1. Create a config via `/usr/share/doc/slurm-19.05.5/html/configurator.easy.html` 2. Launch `/bin/slurmd` Other binaries give similar errors, for example `sacctmgr`: ``` sacctmgr: error: plugin_load_from_file: dlopen(/usr/lib/slurm/accounting_storage_slurmdbd.so): Error relocating /usr/lib/slurm/accounting_storage_slurmdbd.so: lock_slurmctld: symbol not found sacctmgr: error: Couldn't load specified plugin name for accounting_storage/slurmdbd: Dlopen of plugin file failed ``` The package seems generally broken...