Installing R-3.3 on a HPC cluster
On Thu, 5 May 2016, Ali Siavosh-Haghighi wrote:
Thanks for your help. It needs newer glibc and I rather not to mess with it on our cluster. Is there a work around?
actually ./configure then dies due to wanting a later zlib version than is available checking if zlib version >= 1.2.5... no checking whether zlib support suffices... configure: error: zlib library and headers are required [root at centos-6 ~]# rpm -qa zlib\* zlib-devel-1.2.3-29.el6.x86_64 zlib-1.2.3-29.el6.x86_64 There is not any easy workaround within the four corners of RHEL / CentOS 6 series. a 'difficult' workaround is the 'scl' extensions to permit carrying around later libraries on a binary by binary basis, later package versions along side of the 'normal' ones present, but this is out of scope here -- see: https://wiki.centos.org/AdditionalResources/Repositories/SCL As I recall there is a miling list, or failing that, the centos-devel mailing list (referenced at the foot of that page) would be monitored by people who 'live and breathe' those picky details -- Russ herrold