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

[netCDF #NAY-396401]: Netcdf file output



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