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
.
I installed the XZ 5.2.2
but the error is still showing up.