[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #NAY-396401]: Netcdf file output
- Subject: [netCDF #NAY-396401]: Netcdf file output
- Date: Thu, 20 Nov 2008 21:32:56 -0700
Hi,
The error
`/usr/local/share/man/man3/netcdf_f90.3': Permission denied
merely means you invoked "make install" with a user identity that didn't
have permission to write files in the directory
/usr/local/share/man/man3/
so you either have to invoke "make install" as an administrative user who
has permissions to write there, or use the "sudo" command to get the right
permissions, as in
sudo make install
--Russ
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: NAY-396401
Department: Support netCDF
Priority: Normal
Status: Closed