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

--- Comment #11 from Rainer Jung <[email protected]> ---
APR-UTIL has dropped the bundled "expat" dependency in 1.6.0 because it wasn't
correctly maintained. We now support standard "expat". So there's now one more
dependency you need to provide befor you can compile (just like OpenSSL or
pcre). Grab an expat download, e.g. version 2.2.5 from
https://libexpat.github.io/, compile and install it (to a separate directory
not mixing header files) and point your httpd "configure" to it using
"--with-expat=DIR". Note that in fact this is not an httpd configure flag,
instead it belongs to apr-util, but httpd configure will pass it down when it
calls apr-util's configure.

If you build apr-util 1.6+ standalone you would need to provide the
"--with-expat=DIR" flag to the ocnfigure of apr-util.

Regards,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to