LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot --enable-pcregrep-libbz2 because bzlib.h was not found (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-enable-pcregrep-libbz2-because-bzlib-h-was-not-found-4175442278/)

nitishdola 12-20-2012 04:15 AM

Cannot --enable-pcregrep-libbz2 because bzlib.h was not found
 
I am trying to install pcre 8.32. When I tried to install ( http://www.linuxfromscratch.org/blfs...eral/pcre.html) it says :Cannot --enable-pcregrep-libbz2 because bzlib.h was not found. Then I tried sudo yum install libbz2-dev and now it is saying No package libbz2-dev available. Error: Nothing to do I am totally confused. What shold I do next?

gacanepa 12-20-2012 08:59 AM

The download compressed package (as per your link above) is in the bz2 format. bzlib.h is part of the bzip2 package, which you will need to install first. So, do yum install bzip2; THEN try again. Let us know how it goes ;).


All times are GMT -5. The time now is 12:49 AM.