Hi Rob, > Thanks, Sean -- I found the tarball you pointed me to. I'm getting a > strange error, though, when I try running ncdump: > > dyld: Library not loaded: > /machine/netcdf/nc_test_230/in1/lib/libnetcdf.7.dylib > Referenced from: /Users/rnicholas/Downloads/tmp/bin/ncdump > Reason: image not found > > Trace/BPT trap > > Any ide what might be going on? Are there some built-in assumptions about > where this should be unpacked, or do I need to do something to tell ncdump > where to look for a library? Also, libnetcdf.7.dylib isn't even in the > tarball. So the binary ncdump is having issues finding libnetcdf. It's ok that the dylib isn't in the tarball - if the linker can't find the dynamic lib, it will search for a static lib (.a). Do you have /Users/rnicholas/Downloads/tmp/lib in your DYLD_LIBRARY_PATH? Sean PS: One thing to consider is that the netCDF team will soon stop producing binary libs, as it's very difficult to build for all of the different systems our users use. You may consider using macports, fink, or another OS X package manager (they handle the dependencies too - bonus!), or you can try to build netCDF from source. Cheers! Sean > > ~Rob > > > address@hidden> wrote: > > > Greetings Rob, > > > Hi, > > > > > > Your website > > > > > http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/Binaries.html > > > > > > > > > directs users to a page > > > > > > <http://www.unidata.ucar.edu/downloads/netcdf/index.jsp> > > > > > > where NetCDF binary distributions may (supposedly) be downloaded, but > > > the only the only thing to be found on that page are source tarballs. > > > > > > > We should fix this - sorry about that. > > > > > Where can I find a current binary package for Mac OS X 10.6? > > > > > > > Unidata has an ftp site where binary files and other goodies can be found. > > Specifically, you would want: > > > > ftp://ftp.unidata.ucar.edu/pub/binary/ > > > > Look for darwin_10.7-i386.tar.gz. Currently we only have binaries for i386, > > so if you want 64 bit libs you will need to build from source. > > > > Cheers! > > > > Sean Arms > > > > > Thanks, > > > Rob > > > > > > -- > > > Robert Nicholas, Ph.D. > > > Postdoctoral Research Fellow > > > Department of Geosciences, Penn State University > > > > > > post: 411 Deike Building, University Park, PA 16802 > > > email: address@hidden > > > voice: +1 (814) 808-5610 > > > web: http://www.geosc.psu.edu/~ren10 > > > > > > > > > > > > Ticket Details > > =================== > > Ticket ID: AUL-395202 > > Department: Support netCDF > > Priority: Normal > > Status: Open > > > > > > > -- > Robert Nicholas, Ph.D. > Postdoctoral Research Fellow > Department of Geosciences, Penn State University > > post: 411 Deike Building, University Park, PA 16802 > email: address@hidden > voice: +1 (814) 808-5610 > web: http://www.geosc.psu.edu/~ren10 > > Ticket Details =================== Ticket ID: AUL-395202 Department: Support netCDF Priority: Normal Status: Open
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.