Hi, I have eb 4.5.1 on CentOS 7 and trying to install R-4.1.2-foss-2021b.eb which first fails at package terra:
libproj.so.15: cannot open shared object file: No such file or directory
So I added dependency ('PROJ', '6.2.1') and terra package installs but the next fail is at rgdal. So I added the following with rgdal package
'installopts': '--configure-args="--host=host"',
rgdal installs but there are still multiple error messages throughout the log:
/proj_conf_test: error while loading shared libraries: libproj.so.15: cannot open shared object file: No such file or directory
and the next fail is at package lwgeom
./liblwgeom/liblwgeom.h:38:26: error: operator '<' has no left operand
38 | #if POSTGIS_PROJ_VERSION < 60
Hi, I have eb 4.5.1 on CentOS 7 and trying to install R-4.1.2-foss-2021b.eb which first fails at package terra:
libproj.so.15: cannot open shared object file: No such file or directorySo I added dependency ('PROJ', '6.2.1') and terra package installs but the next fail is at rgdal. So I added the following with rgdal package
'installopts': '--configure-args="--host=host"',rgdal installs but there are still multiple error messages throughout the log:
/proj_conf_test: error while loading shared libraries: libproj.so.15: cannot open shared object file: No such file or directoryand the next fail is at package lwgeom