hindo kush
hindo kush

Reputation: 19

installing CDO in cygwin environoment

how i can install CDO? i am getting this error ./cdo.exe C:/Users/Ahmad/Downloads/cdo/cdo.exe: error while loading shared libraries: cygp roj-13.dll: cannot open shared object file: No such file or directory

Reards

Upvotes: 0

Views: 974

Answers (1)

matzeri
matzeri

Reputation: 8486

It seems the package was built and linked versus libproj13.
You can find that asking the Cygwin project server which package contains a file called cygproj-13.dll

$ cygcheck -p cygproj-13.dll
Found 3 matches for cygproj-13.dll
libproj13-5.0.1-1 - libproj13: The PROJ Cartographic Projections Software
libproj13-5.1.0-1 - libproj13: The PROJ Cartographic Projections Software
libproj13-5.2.0-1 - libproj13: The PROJ Cartographic Projections Software

so you need to install the libproj13 with Cygwin setup.

Upvotes: 1

Related Questions