Hi
I am running ./geogrid.exe and ./ungrib.exe command on supercomputer but it giving me error that
/geogrid.exe: error while loading shared libraries: libnetcdff.so.7: cannot open shared object file: No such file or directory
and
/usr/mathlib/libpng/lib/libpng15.so.15: version `PNG15_0' not found (required by ./ungrib.exe)
respectively...in my specific path libnetcdff.so.7 is not available but libnetcdff.so.6 is available and libpng15.so.15 is available in specific path.
I also added the path (export LD_LIBRARY_PATH=/usr/mathlib/libpng/lib/) in bash file
how i can resolve these issues?
I am running ./geogrid.exe and ./ungrib.exe command on supercomputer but it giving me error that
/geogrid.exe: error while loading shared libraries: libnetcdff.so.7: cannot open shared object file: No such file or directory
and
/usr/mathlib/libpng/lib/libpng15.so.15: version `PNG15_0' not found (required by ./ungrib.exe)
respectively...in my specific path libnetcdff.so.7 is not available but libnetcdff.so.6 is available and libpng15.so.15 is available in specific path.
I also added the path (export LD_LIBRARY_PATH=/usr/mathlib/libpng/lib/) in bash file
how i can resolve these issues?