configure error installing R-3.3.2 on Ubuntu: checking whether bzip2 support suffices… configure: error: bzip2 library and headers are required
问题 Trying to install R-3.3.2 but when I use $./configure , I keep getting the error: checking whether bzip2 support suffices... configure: error: bzip2 library and headers are required 回答1: It worked for me after: sudo apt-get install libbz2-dev 回答2: I have successfully compiled R from source, the following steps need special attention: install dependent libraries: zlib-1.2.8, bzip2-1.0.6, xz-5.2.2, pcre-8.39, curl-7.52.1. Specifically, to compile bzip2, The Makefile should be modified: original