简体   繁体   中英

Installation of R 3.3.1 in Red Hat. LZMA version >=5.0.3 required

I am installing R 3.3.1 from source. During ./configure --enable-R-shlib execution, error pops up:

checking for lzma_version_number in -llzma... yes
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking if lzma version >= 5.0.3... no
configure: error: "liblzma library and headers are required"

I see that there is no LZMA version 5.0.3 available and is currently available through XZ Utils .

Tukaani XZ Utils

I installed the XZ 5.2.2 but the error is still showing up.

我有同样的错误,安装xz和xz-devel作为yum install xz xz-devel后得到修复。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM