[ofa-general] Re: Error installing infiniband-diags

Sasha Khapyorsky sashak at voltaire.com
Tue Mar 11 11:32:54 PDT 2008


On 11:16 Tue 11 Mar     , Hal Rosenstock wrote:
> > > 
> > > When installing (OFED 1.3) infiniband-diags via make install, I get:
> > > 
> > > ./config/install-sh -m 444
> > > scripts/IBswcountlimits.pm //usr/local/lib/perl/5.8.4/IBswcountlimits.pm
> > > mv: cannot remove `scripts/IBswcountlimits.pm': Permission denied
> > > make[3]: *** [install-data-hook] Error 1
> > > 
> > > Is it trying to move/remove the source script
> > > (scripts/IBswcountlimits.pm) ? Any idea on what could be wrong ?
> > 
> > I don't know. Maybe your install-sh tries to move
> > scripts/IBswcountlimits.pm to new place. Add '-xv' at first line of the
> > ./config/install-sh
> 
> Looking at install-sh, I'm not sure what you mean by this exactly.

I meant to add verbosity - to make first line of the script to be:

  #!/bin/sh -xv

, rerun it (without '-c') and to see what is going on here.

Sasha



More information about the general mailing list