On Tue, Sep 23, 2014 at 10:50 AM, Monica Marathe <[email protected]> wrote:
> /bin/sh ../../libtool --mode=install /usr/bin/install -c libslurm.la > libpmi.la '/usr/local/lib' > libtool: install: /usr/bin/install -c .libs/libslurm.so.27.0.0 > /usr/local/lib/libslurm.so.27.0.0 > /usr/bin/install: cannot remove '/usr/local/lib/libslurm.so.27.0.0': > Permission denied > Monica, Here's the actual error. Your current user doesn't have write access to /usr/local/lib. Are you running as root? Perhaps you need "sudo make install" instead of just "make install" or something similar? Or is /usr/local perhaps mounted with root_squash? Michael -- Michael Jennings <[email protected]> Senior HPC Systems Engineer High-Performance Computing Services Lawrence Berkeley National Laboratory Bldg 50B-3209E W: 510-495-2687 MS 050B-3209 F: 510-486-8615
