Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 510
InformaticsLad Avatar asked Nov 16 '16 18:11

InformaticsLad


1 Answers

It worked for me after:

sudo apt-get install libbz2-dev
like image 121
Yves Cavalcanti Avatar answered Sep 17 '22 13:09

Yves Cavalcanti