When i am trying to install apache server it showed the following error on ./configure
checking for APR... configure: WARNING: APR version 1.4.0 or later is required, found 1.3.8
configure: WARNING: skipped APR at apr-1-config, version not acceptable
no
configure: error: APR not found. Please read the documentation
.
So i tried to upgrade to apr-1.4.6.I downloaded the tarball and extracted it.
Also make
got the following error
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make[1]: *** [libapr-.la] Error 1
make[1]: Leaving directory `/root/Desktop/apr'
make: *** [all-recursive] Error 1
still i proceeded for make install
On make install
i got the following error
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make: *** [libapr-.la] Error 1
Any help How to solve this out??
I need to upgrade from apache 2.2.4 to apache 2.4.4.
Any alternative suggestions are welcome