Install CDO 1.7.2
Added by Guilherme Martins over 8 years ago
Hi all,
I'm trying to install cdo1.7.2. I typed the line below (I installed all libraries).
sudo ./configure --with-netcdf=/usr/local --with-jasper=/usr/local --with-hdf5=/usr/local --with-grib_api=/usr/local --with-proj=/usr/local --with-jpeg=/usr/local --prefix=/usr/local
It's okay, but when I typed:
sudo make && sudo make install
I got the error:
../src/cdo: error while loading shared libraries: libproj.so.10: cannot open shared object file: No such file or directory
Operators could not get listed by running the CDO binary (../src/cdo)
It's the firs time I see that error.
I'm sending the config.log file (libcdi directory)
My Linux:
Linux londres 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Any help is very appreciated.
Guilherme.
config.log (114 KB) config.log |
Replies (1)
RE: Install CDO 1.7.2 - Added by Guilherme Martins over 8 years ago
I solved my problem.
I installed all the libraries again.