.deb lib directories issue
After following steps, and building .deb, then installing deb on fresh ubuntu:xenial docker image:
Running any slurm command e.g, 'sinfo'. It cannot find libslurmfull.so. this is due to it being in /usr/lib/slurm/ while other libs are in /usr/lib/. Copying the lib to the upper directory fixes this.
~~From there I run into another issue:~~
sinfo: error: PluginDir: /tmp/slurm-build/lib/slurm: No such file or directory
sinfo: error: Bad value "/tmp/slurm-build/lib/slurm" for PluginDir
sinfo: fatal: Unable to process configuration file
~~as the configure step has hard coded "/tmp/slurm-build/lib/slurm"value. I'm currently looking to see how to fix this.~~
Update: D'oh found out the "PluginDir=" is in the slurm.conf
@dholt - mark as closed?
We could come up with a better build procedure that doesn't require setting PluginDir in slurm.conf, but for now we can mark as Will Not Fix.