[SCore-users-jp] Re: [SCore-users] Installer Bug

kameyama @ pccluster.org kameyama @ pccluster.org
2002年 10月 23日 (水) 09:13:55 JST


In article <3DB5559B.2D3162BC @ student.anu.edu.au> John Uhlmann <u9915240 @ student.anu.edu.au> wrotes:
> Once the sources are extracted to /usr/score/score-src/ I run -
> ./configure -i=/usr/score
> make
> 
> After awhile I get the following error which seems just to have not
> replaced a reference to /opt/score with /usr/score.  I tried just
> running this with the proper prefix and it worked, but did not seem to
> fix the entire problem.
> 
> make[3]: Entering directory
> `/usr/score/score-src/runtime/mpi/mpich-1.2.0/build.i386-redhat7-linux2_4'
> ./bin/mpiinstall
> -prefix=/opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4
> cp: cannot create regular file
> `/opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4/bin/tarch': Permission
> denied
> **Error copying file
> /usr/score/score-src/runtime/mpi/mpich-1.2.0/src/bin/tarch to
> /opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4/bin/tarch **
> make[3]: *** [install] Error 1

Please set PATH to /usr/score/bin (new install directory).
If your shell is sh or bash:
    $ PATH=/usr/score/bin:/usr/score/sbin:/usr/score/deploy:$PATH
    $  export PATH
If your shell is csh or tcsh:
    % set path=(/usr/score/bin /usr/score/sbin /usr/score/deploy $path)

                       from Kameyama Toyohisa
_______________________________________________
SCore-users mailing list
SCore-users @ pccluster.org
http://www.pccluster.org/mailman/listinfo/score-users



SCore-users-jp メーリングリストの案内