[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20020421: netCDF Installation problem!



>From: okalinga <address@hidden>
>Organization: University of Alberta
>Keywords: 200204210635.g3L6Z0a03310 netCDF configure

Oscar,

>I have tried installing the netCDF software to convert the netCDF (binary) 
>data to ASCII but it did not work. i.e. the CONFIGURE script did not execute. 
>Find the items A through E below;
>
>A] IRIX64 aurora 6.5 10100655 IP27 mips
>
>B] 3.5.0
>
>C] 
>PATH=/usr/local/home/ernstk/bin:/usr/freeware/bin:/usr/local/bin:/usr/java/bin
>:/usr/bin:/usr/sbin:/usr/bsd:/usr/afsws/bin:/usr/bin/X11:.:/usr/explorer/bin
>
>D] ./configure - Permission denied {This is the content of configure.log}
>
>E] File "confg.log" not created
>
>Looking forward to hearing from you.

Your line D] is telling us that either the execute permissions for the
configure script are not set, or that you do not have execute
permission in the directory you were trying to run configure in.  I
could imagine that this might happen if someone else (or you logged in
as a different user) was the one who downloaded and unpacked the netCDF
distribution and you are now trying to run it.

If you unpacked the netCDF distribution, you should own it.  In this
case, you should be able to set the execute permission:

chmod +x configure

If you can't do this, then the read/write/execute permission on the
directory may be wrong.

>Regards
>
>Oscar Kalinga
>University of Alberta
>Department of Civil & Environmental Engineering
>CANADA

Tom Yoksas