How to install CDO on Linux?
Added by Flint Minki Jeong over 13 years ago
Hi~ I wanna install on linux. I use CentOS 4.8
I read CDO's manual.
so I downloaded netCDF library, GRIB_API, szip library, HDF5 library and PROJ.4 library.
I did unzip that all and input command in proj,hdf5 and szip folder.
./configure -> make -> make install
I read README.txt or README in each folder.
when I installed grib_api, I read README. So I followed 'INSTALLATION'.
so I input 'make'.
However Terminal did output this message.
make: *** No targets specified and no makefile found. Stop.
What is my problem?????
Replies (4)
RE: How to install CDO on Linux? - Added by Ralf Mueller over 13 years ago
It seems to me, that you have problems with grib_api
and not with cdo
, right?
You might consider using the libs4cdo package.
regards
ralf
RE: How to install CDO on Linux? - Added by Flint Minki Jeong over 13 years ago
Thanks ralf~!
I downloaded libs4cdo package and tried again installing CDO.
so It had make a little bit for progress to install library.
However when I input make check,I got a new error in grib_api.
TEST: ./tigge.sh FAIL: tigge.sh ============================================ 1 of 35 tests failed Please report to Software.Services@ecmwf.int ============================================ make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/home/jeong08/cdo/libs4cdo-0.0.9/grib_api-1.9.9/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/home/jeong08/cdo/libs4cdo-0.0.9/grib_api-1.9.9/tests' make: *** [check-recursive] Error 1
I don't know. What is wrong....?
RE: How to install CDO on Linux? - Added by Ralf Mueller over 13 years ago
Does
make libs4cdofail or did you typed
make check
RE: How to install CDO on Linux? - Added by Flint Minki Jeong over 13 years ago
I couldn't install CDO.
I followed your reply but terminal output error message.
Could you explain whole installation methods by reply or e-mail.