These are the errors I get when trying to install on my VPS running #1 SMP Tue Jan 13 11:38:36 MSK 2009 i686 i686 i386 GNU/Linux Here is the command I am using to configure ./configure \ --prefix=/usr/local/apache \ --enable-shared=max \ --enable-module=rewrite \ --enable-module=so \ --with-apr=/usr/local/apr/bin/apr-1-config I installed apr myself because I was getting an error that it was not there. here is the error I get when I run the above command > --with-apr=/usr/local/apr/bin/apr-config checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu Configuring Apache Portable Runtime library ... checking for APR... yes setting CC to "gcc" setting CPP to "gcc -E" setting CFLAGS to " -O2 -Wall -pg -pthread" setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" setting LDFLAGS to " " Configuring Apache Portable Runtime Utility library... checking for APR-util... no configure: error: APR-util not found. Please read the documentation.
Hi, You have installed APR. But what about APR-util. Please make sure that you installed APR-util as well. If it is not installed, install it using yum.
Yes, APR-util is different from APR also needs to be installed separately. Has your problem resolved now?
I have not had a chance to really get after it yet. I did find the APR-util download from the apache site tho. Thank you I will let you know if I run into any other problems.
Hello, Try this commands to download and install apr-utl wget http://www.apache.org/dist/apr/apr-util-0.9.13.tar.gz.md5 md5sum apr-util-0.9.13.tar.gz cat apr-util-0.9.13.tar.gz.md5
Hello, Could you please check whether the path is correct for apr-util. If it is still not working, please PM me and I can help you in fixing this.