Apache Compile Error
July 24, 2007 – 7:15 pmI got this while recompiling apache (2.2.4).
configure: error: Cannot use an external APR-util with the bundled APR
After searching around for a while, I found a tip here to include this in my configure:
--with-included-apr
Built on MacOS X 10.4.


