apache configure problem
Friday, 12. January 2007, 00:43:17
I've been happily running the apache httpd server for quite some time now, and upgrade has always been only a matter of running ./config.nice from the previous installation - it's quite a hassle to get your initial configuration, but upgrading is trivial. But then, when upgrading from 2.2.3 to 2.2.4…
I seem to be not the only one having this problem.
Running ./config.nice --with-included-apr configures fine and solves the problem. Would have been nice to point out somewhere that the changes done with respect to APR calls do require this flag to force use of the bundled version of APR at build time.
Configuring Apache Portable Runtime Utility library... checking for APR-util... yes configure: error: Cannot use an external APR-util with the bundled APR
I seem to be not the only one having this problem.
Running ./config.nice --with-included-apr configures fine and solves the problem. Would have been nice to point out somewhere that the changes done with respect to APR calls do require this flag to force use of the bundled version of APR at build time.
Note: the "--with-included-apr" directive works not only with ./config.nice, but also a fresh ./configure with all the other directives piled on... just include it at the end.
Thanks a bunch! I feel one less headache now.
By neogia, # 19. March 2007, 20:11:55
By csant, # 19. March 2007, 21:05:29