Displaying 1 result from an estimated 1 matches for "_h5dclose".
Did you mean:
h5dclose
2009 Apr 23
1
problem loading ncdf library on MAC
...lowing error:
library(ncdf)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/Library/Frameworks/R.framework/Resources/library/ncdf/libs/i386/ncdf.so':
dlopen(/Library/Frameworks/R.framework/Resources/library/ncdf/libs/i386/ncdf.so,
6): Symbol not found: _H5Dclose
Referenced from:
/Library/Frameworks/R.framework/Resources/library/ncdf/libs/i386/ncdf.so
Expected in: dynamic lookup
Error in library(ncdf) : .First.lib failed for 'ncdf'
I installed the newest netcdf-4.0 with hdf5 (version 1.2.8) and the
newest udunits 2.1.
I'm working on a mac...