<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi all,<div><br></div><div>I'm running on Ubuntu 18.04.2 LTS</div><div>munge is from the Ubuntu package</div><div>slurm v18.08.7 I compile myself with</div><div><br></div><div>./configure --prefix=/tmp/slurm-build-7 --sysconfdir=/etc/slurm --enable-pam --with-pam_dir=/lib/x86_64-linux-gnu/security/ --without-shared-libslurm<br></div><div><br></div><div>Then I make a deb with fpm and install that.</div><div><div>fpm -s dir -t deb -v 7.0 -n slurm-18.08 --prefix=/usr/ -C /tmp/slurm-build-7 .</div></div><div><br></div><div>How do I troubleshoot this sstat error?  I found this previous message but it's not clear to me what I need to change:</div><div><a href="https://www.mail-archive.com/slurm-dev@schedmd.com/msg09087.html">https://www.mail-archive.com/slurm-dev@schedmd.com/msg09087.html</a><br></div><div><br></div><div>Sounds like we need to change the link order in a makefile somewhere?</div><div><br></div><div>All the other binaries seem to work fine.  I've been doing this for a couple of months now, started with 18.08.5 then 18.08.6.  I think sstat never worked but the rest works fine; the cluster is in use.</div><div><br></div><div>Possibly useful ldd output:</div><div><br></div><div><div>sstat: symbol lookup error: /usr/lib/slurm/auth_munge.so: undefined symbol: slurm_debug</div></div><div><br></div><div><div>root@cb-admin:~# ls /usr/lib/slurm/auth_munge.so</div><div>/usr/lib/slurm/auth_munge.so</div><div>root@cb-admin:~# dpkg -S /usr/lib/slurm/auth_munge.so</div><div>slurm-18.08: /usr/lib/slurm/auth_munge.so</div><div>root@cb-admin:~# ldd /usr/lib/slurm/auth_munge.so</div><div><span style="white-space:pre">       </span>linux-vdso.so.1 (0x00007fff4a9dc000)</div><div><span style="white-space:pre">  </span>libmunge.so.2 => /usr/lib/x86_64-linux-gnu/libmunge.so.2 (0x00007fe05e741000)</div><div><span style="white-space:pre">      </span>libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe05e522000)</div><div><span style="white-space:pre">      </span>libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe05e131000)</div><div><span style="white-space:pre">  </span>/lib64/ld-linux-x86-64.so.2 (0x00007fe05eb4f000)</div><div>root@cb-admin:~# dpkg -S /usr/lib/x86_64-linux-gnu/libmunge.so.2</div><div>libmunge2: /usr/lib/x86_64-linux-gnu/libmunge.so.2</div><div>root@cb-admin:~# which sstat</div><div>/usr/bin/sstat</div><div>root@cb-admin:~# dpkg -S /usr/bin/sstat</div><div>slurm-18.08: /usr/bin/sstat</div><div>root@cb-admin:~# ldd /usr/bin/sstat</div><div><span style="white-space:pre">    </span>linux-vdso.so.1 (0x00007ffc59ff2000)</div><div><span style="white-space:pre">  </span>libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f71370e5000)</div><div><span style="white-space:pre">        </span>libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7136ec6000)</div><div><span style="white-space:pre">      </span>libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7136ad5000)</div><div><span style="white-space:pre">  </span>/lib64/ld-linux-x86-64.so.2 (0x00007f713768a000)</div></div><div><br></div></div></div></div></div></div></div>