On Sat, Nov 1, 2014 at 10:47 PM, Yann Ylavic wrote:
> At runtime, it might also be necessary to link with this newly
> installed APR using something like LD_LIBRARY.
I meant "LD_LIBRARY_PATH=/path/to/httpd-2.2.29/lib
/path/to/httpd-2.2.29/bin/httpd ...".
-
Hello Christopher,
there seem to be an old APR library (< v1.3.0) installed on your
system (/usr/local/apache2/include?).
What ./configure options did you use?
You probably need to compile (and run) with the APR embedded in the
httpd-2.2.29 archive using: ./configure --with-included-apr
At r