I've been trying to build apr-util-1.5.2
on CentOS 6 64bit. I've ran into this problem:
# rpmbuild -tb apr-util-1.5.2.tar.bz2
error: Failed build dependencies:
mysql-devel is needed by apr-util-1.5.2-1.x86_64
now the problem is that I already have MySQL installed, but using the binaries.
# yum list installed | grep My
MySQL-devel.x86_64 5.6.13-1.linux_glibc2.5 installed
I have configured the /usr/local/mysql/bin
path and the /usr/local/mysql/lib
lib path and yet I cannot build the tarball.