Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In case you get this error:

slurmd: symbol lookup error: /usr/local/lib/slurm/cgroup_v2.so: undefined symbol: dbus_error_init

when starting the slurmd edit the Makefile again:

Replace the line starting with cgroup_v2_la_LIBADD

cgroupv2laLIBADD = ../common/libcgroupcommon.la -ldbus-1

But the following, perform the build and copy the library again. The daemon should work now.

In case you get this error:

slurmd: symbol lookup error: /usr/local/lib/slurm/cgroup_v2.so: undefined symbol: dbus_error_init

when starting the slurmd edit the Makefile again:

Replace the line starting with cgroup_v2_la_LIBADD

cgroupv2laLIBADD

cgroup_v2_la_LIBADD = ../common/libcgroupcommon.la -ldbus-1

../common/libcgroup_common.la -ldbus-1

But the following, perform the build and copy the library again. The daemon should work now. now.