On Fri, 18 Nov 2011 12:55:38 +0800 Hongjia Cao <[email protected]> wrote:
> This may be caused by incorrect dynamic library linking. The perlapi > calls libslurm to parse the configuration file. If there is an older > version of slurm installed, which does not recognize the newly added > config key, and the old libslurm is used, you will get that error > message. Please try "ldconfig -p|grep slurm" to check the version of > slurm library being used. Or you can enforce the using of the new > library by setting LD_LIBRARY_PATH. You were right, thanks. The libraries from 2.1 took precedence during the build of perlapi.
