I am trying to install apache in my linux machine. But when I tried ./configure --prefix = /usr/local/apache
it shows an error configure: error: APR not found. Please read the documentation
. I tried to install apr
with yum install apr apr-deve
and it says
Package apr-1.4.6-1.fc15.x86_64 already installed and latest version
No package apr-deve available.
Nothing to do
What should I do now? Please excuse I am a newbie to LINUX
Actualy I had to install aprutils also... So try using:
sudo apt-get install libapr1-dev libaprutil1-dev