> ./configure: bad interpreter: Permission denied I'm guessing you may be trying to build on a file system that is mounted with a "noexec" option that means you can read and write files but cannot execute programs. This could happen if the file system on which /bin is mounted has either "noexec" as one of its options, or "user" (which implies "noexec", "nosuid", and "nodev"). To see if this is the case, look at the file system table in /etc/fstab and see if there are any uncommented lines with "noexec" or "user" in the fourth field. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: CNY-738623 Department: Support netCDF Priority: Normal Status: Closed