On Jan 22, 2010, at 5:27 PM, Siddharth Rastogi wrote:
>
> Configuring netcdf; (may be time-consuming)
> cd: 1231: can't cd to netcdf/src
> netcdf configure returned 2
> NETCDF configure failed! Check the netcdf_config.log file
It appears as though your account does not have permission to write to this particular directory.
You should check permissions with
ls -l netcdf
If you see a user a user account other than your own (or root) for netcdf/src, then you may benefit from changing the ownership of that directory recursively to your own respective user/group (or owned by root).
You can do this with
chown -R someuser:somegroup netcdf/src
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Jan 22 2010 - 16:30:03 PST