Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-23 Thread William A Rowe Jr
On Fri, Jun 23, 2017 at 11:22 AM, Eric Covener wrote: > On Fri, Jun 23, 2017 at 10:55 AM, Martin Knoblauch wrote: >> Apparently apr-util no longer bundles "expat". So my question: what is the >> correct/intended way to work around this? > > > apr-util

Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-23 Thread Eric Covener
On Fri, Jun 23, 2017 at 10:55 AM, Martin Knoblauch wrote: > Apparently apr-util no longer bundles "expat". So my question: what is the > correct/intended way to work around this? apr-util accepts a --with-expat. If you build apr-util under httpd's srclib/ --with-expat can

Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-23 Thread Hemant Chaudhary
Hi Libexpat.so is not linked. Xml unresolved error is because of libexpat of apr-util. Thanks Hemant On Jun 23, 2017 9:55 PM, "Martin Knoblauch" wrote: > Hi, > > first post to this lists. Please be friendly :-) > > For some years now I have been building httpd-2.4.x with

Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-23 Thread Martin Knoblauch
Hi, first post to this lists. Please be friendly :-) For some years now I have been building httpd-2.4.x with apr and apr-util the same way without problems: - unload httpd archive - unload apr-xxx into HTTPD/scrlib and rename to apr - unload apr-util-yyy into HTTPD/srclib and rename to