Bug ID | 1200030 |
---|---|
Summary | slurmd can't load plugins |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Network |
Assignee | screening-team-bugs@suse.de |
Reporter | cgoll@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Sicne some time the slurm rpm packages does not work any more in openSUSE tumbleweed. If a service should be started one gets following error: ``` slurmd: error: plugin_load_from_file: dlopen(/usr/lib64/slurm/select_linear.so): /usr/lib64/slurm/select_linear.so: undefined symbol: gres_ctld_job_build_details slurmd: error: Couldn't load specified plugin name for select/linear: Dlopen of plugin file failed slurmd: fatal: Can't find plugin for select/linear ``` This is not related to slurm itself, as if the package is compiled on the machine itself, everything works fine. (Used the *exact* same ./configure for building includng $CFLAGS.) This must have something to do with the symbol stripping in Tumblweed, the leap packages work fine. Any comments?