On 03/23/2015 09:03 AM, Tim Dunphy wrote:
Hey guys,
I'm trying to create an apache 2.4.12 rpm file. But in order to do that I need to create an apr-util rpm of a recent enough version to support it.
checking for Berkeley DB 1 in the standard places... checking db_185.h usability... no checking db_185.h presence... no checking for db_185.h... no *checking for Berkeley DB... not found*
You're missing a -devel package. You should be building this in mock, then it will install the correct deps for you in a clean build environment.
Peter