I see this question unanswered so far.. so I'll give you my 2 cents:
Quick check reveals that mentioned symbol is in libslurmfull.so :
[root@slurmserver2
~]# nm -gD /usr/lib64/slurm/libslurmfull.so | grep
"slurm_conf$"
00000000000d2c06 T free_slurm_conf
00000000000d3345 T init_slurm_conf
000000000041d000 B slurm_conf
[root@slurmserver2 ~]#
can not be that this dynamic lib is still the old one?
Depending if you install slurm by rpms, manual in-place build, or something else, the reasons why there is old lib in place may vary..
cheers
josef
I think installing/upgrading "slurm" rpm will replace this shared
lib.
Indeed, as always, test it first at not-so-critical system, use
vm snapshots to be able to travel back in time ... as once you'll
upgrade DB schema (if part of upgrade) you AFAIK can not go back.
josef