Errors:
configure: error: Please reinstall the BZip2 distribution
configure: error: xml2-config not found. Please check your libxml2 installation.
configure: error: Cannot find OpenSSL's <evp.h>
Solution:
The solution to all these problems was to install the corresponding dev libraries
example:
apt-get install libbz2-dev
apt-get install libxml2-dev
Tweet
great, thx.
ReplyDeleteI can't believe ubuntu uses 'libbz2-dev' instead of something like libbzip2-dev in order that it be easily found in an 'aptitude search bzip2' inquiry. To make matters worse, they do have a 'libbzip2' package.
ReplyDeleteThanks Karim