This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Jose, >Date: Fri, 03 Oct 2003 16:29:25 -0600 >From: Jose Quesada <address@hidden> >Organization: CU >To: Steve Emmerson <address@hidden> >Subject: Re: 20031003: NetCDF on a debian Itanium 1 Machine The above message contained the following: > Uhm, the funny thing is that PDL::NetCDF doesn't compile, because it can't > see libnetcdf.so or libnetcdf.a > > Cannot find netcdf library, libnetcdf.so or libnetcdf.a. > Please add the correct library path to Makefile.PL or install NetCDF at > Makefile.PL line 34. > > I did make install as root, and updatedb. However, when I say > > locate libnetcdf.so > > I get nothing. > > Maybe the installation wasn't succesful after all? The PDL::NetCDF package isn't one of ours, but I'm guessing that you might have to add a reference to the netCDF library similar to the following to the file "Makefile.PL": 'LIBS' => "-L/upc/netcdf/lib -lnetcdf " Regards, Steve Emmerson