[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #NOE-559508]: problem with installing netcdf
- Subject: [netCDF #NOE-559508]: problem with installing netcdf
- Date: Thu, 29 Mar 2007 15:11:13 -0600
> I am trying to install netcdf version 3.6.2 on my linux cent0S computer.
>
> I am attaching the successful make check, the configure was also successful.
>
> My problem occurred when trying to make install i recieved errors. The log of
> the errors is attached at the top of the the body of this email the make
> check log is afterwards. Any help is appreciated.
>
> Many Thanks,
>
> -Brian Miretzky
> Grad Student in Atmospheric Science at UW-Madison
>
> [miretzky@stress ~/netcdf-3.6.2]$ make install
> Making install in f90
> make[1]: Entering directory `/home/miretzky/netcdf-3.6.2/f90'
> make[2]: Entering directory `/home/miretzky/netcdf-3.6.2/f90'
> make[2]: Nothing to be done for `install-exec-am'.
> test -z "/usr/local/share/man/man3" || mkdir -p -- "/usr/local/share/man/man3"
> /usr/bin/install -c -m 644 './netcdf_f90.3'
> '/usr/local/share/man/man3/netcdf_f90.3'
> /usr/bin/install: cannot create regular file
> `/usr/local/share/man/man3/netcdf_f90.3': Permission denied
> make[2]: *** [install-man3] Error 1
> make[2]: Leaving directory `/home/miretzky/netcdf-3.6.2/f90'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/home/miretzky/netcdf-3.6.2/f90'
> make: *** [install-recursive] Error 1
It says that you don't have permission to install files in /usr/local...
Either get your sysadmin to run the make install, or else rerun the netcdf
configure script, with the --prefix= option to tell the netcdf makefile to
install somewhere else, where you do have permissions.
Please let me know if this doesn't help.
Thanks,
Ed
Ticket Details
===================
Ticket ID: NOE-559508
Department: Support netCDF
Priority: Normal
Status: Closed