Re: MAKE error : While compiling trivial.cpp:Urgent

2008-07-03 Thread Curt Arnold
On Jul 3, 2008, at 1:27 AM, srkraju wrote: When I give the ./configure command in apache-0.10.0 directory. It is giving following error: configure: error: APR could not be located. Please use the --with-apr option. What may the problem? Is with-apr option is required or

RE: MAKE error : While compiling trivial.cpp:Urgent

2008-07-03 Thread David Tran
If you installed apr and apr-utils to anywhere besides usr/local, I think you have to use the --with-apr and --with-apr-util options. I still had problems getting this to work on my machine, so I eventually just built it all using ant, which will build apr and apr-utils from their source as well.