[R-sig-Fedora] how can I know the version of my zlib checked by R

Martyn Plummer plummerm at iarc.fr
Tue Feb 7 10:16:38 CET 2017


On Tue, 2017-02-07 at 08:39 +0000, nw宁威 wrote:
> Hi, professors
> 
>          I'd like to install R-3.3.2 from .tar.gz on my linux
> system(CentOS 6.4). When installing, R told me that the version of
> zlib was too old.

Do you really need to install from source? The EPEL RPMs by Tom
Callaway from Redhat contain a bundled version of zlib for platforms
that do not have an up-to-date system version, and so are much easier
to install.

Note that it is not only zlib that is affected. You will have the same
issue for bzip, xzv, pcre, and curl.

>          So, I eager to know which version of zlib did R-3.3.2
> software examine at its configure step. How could I check the version
> of zlib? I will appreciate a lot if you could do me a favour.

This information is contained in the "R Installation and
Administration" manual, also known as "R-admin". The minimum version
required is zlib 1.2.5.  You can also see this information in the
output from configure, e.g. on my system:

checking if zlib version >= 1.2.5... yes

Martyn

> Best Regards
> 
> Wei Ning
> Ctrip, Shanghai
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-SIG-Fedora mailing list
> R-SIG-Fedora at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-fedora


More information about the R-SIG-Fedora mailing list