Hi there, I noticed that `seff` now fails with: /usr/bin/perl: symbol lookup error: /usr/lib64/slurm/cli_filter_lua.so: undefined symbol: data_init It looks like it's loading the Perl Slurm module that triggers that: csamuel@alvarez:login01:~> perl -MSlurm -e 'print "hello\n"' perl: symbol lookup error: /usr/lib64/slurm/cli_filter_lua.so: undefined symbol: data_init If I'm interpreting this right it's just because it doesn't load libslurmfull.so? csamuel@alvarez:login01:~> LD_PRELOAD=/usr/lib64/slurm/libslurmfull.so perl -MSlurm -e 'print "hello\n"' hello All the best, Chris
Marking as a duplicate of bug 16503 which addressed the symbol issues with the Perl API. *** This ticket has been marked as a duplicate of ticket 16503 ***