On Wed, 21 Sep 2011 00:49:18 -0700, Daniel Espling <[email protected]> wrote: > 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: [snip] > 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.
Did you have munge development files installed at the time of configure/make? (i.e. munge-dev or munge-devel package installed) Check config.log with the following and see if there was any problem detecting the munge installation: grep -A3 'checking for munge' config.log mark > > Grateful for help! > > //Daniel
