Hi
I'm trying to build and install slurm 2.3.0-rc2 on Ubuntu Lucid 10.4, but for
some reason the crypto/munge plugin is not copied as a part of the "make
install" process:
slurmctld.log:
[2011-09-21T08:36:52] slurmctld version 2.3.0-2 started on cluster
cluster
[2011-09-21T08:36:52] debug3: Trying to load plugin
/usr/local/lib/slurm/crypto_munge.so
[2011-09-21T08:36:52] debug4: /usr/local/lib/slurm/crypto_munge.so:
Does not exist or not a regular file.
[2011-09-21T08:36:52] error: Couldn't find the specified plugin name
for crypto/munge looking at all files
[2011-09-21T08:36:52] error: can't find a plugin for type crypto/munge
(running ls in /usr/local/lib/slurm confirms that the file does not exist along
it's peers).
--------
Output during building process:
∑
Making install in munge
make[4]: Entering directory
`/home/espling/integration/slurm-2.3.0_2/src/plugins/crypto/munge'
make[5]: Entering directory
`/home/espling/integration/slurm-2.3.0_2/src/plugins/crypto/munge'
test -z "/usr/local/lib/slurm" || /bin/mkdir -p "/usr/local/lib/slurm"
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/home/espling/integration/slurm-2.3.0_2/src/plugins/crypto/munge'
make[4]: Leaving directory
`/home/espling/integration/slurm-2.3.0_2/src/plugins/crypto/munge'
Making install in openssl
∑
Any ideas? I've confirmed that slurm.conf is in the expected directory
(/usr/local/etc), that it's set to use crypto/munge and that munge is installed
and running.
Grateful for help!
//Daniel