https://bz.apache.org/bugzilla/show_bug.cgi?id=63687

--- Comment #36 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to nitop from comment #35)
> It does not matter in which version APR is compiled.

Could you please run httpd with LD_LIBRARY_PATH including your compiled apr/lib
directory or alternatively configure like:
    LDFLAGS="-Wl,-rpath,/usr/local/apr/lib" ./configure ...

Compiling with an APR version doesn't mean httpd will link to it at runtime,
unless one of the above is used. Then we can really figure out whether it's due
to APR-1.7 or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to