Hi, I am trying to compile apr-util on Red Hat 4. I have successfully make and install apr on Red hat 4.
# cd /usr/local/apr/ [EMAIL PROTECTED] apr]# ls bin build include lib But when I try to run 'configure ' for apr-util-1.2.2, It keep saying it can't find apr. I have tried ./configure --with-apr=/usr/local/apr/, it does not work either. Can anyone please help me? Thank you. [EMAIL PROTECTED] apr-util-1.2.2]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for working mkdir -p... yes APR-util Version: 1.2.2 checking for chosen layout... apr-util Applying apr-util hints file rules for i686-pc-linux-gnu checking for APR... no configure: error: APR could not be located. Please use the --with-apr option. [EMAIL PROTECTED] apr-util-1.2.2]#
