afaik, that libXML2 is vary heavy lib that may include many more dependency issue there, for example in it will bind to icu library. the upgrading of libxml2 always make me unhappy on Gentoo.
can we try to add the xml2 a configure option? 在 2013-9-3,下午11:12,Leif Hedstrom <zw...@apache.org> 写道: > On Sep 3, 2013, at 6:03 AM, Nick Kew <n...@webthing.com> wrote: > >> Igor recently pinged me on IRC to ask about switching >> trafficserver's expat use to libxml2. There's a rationale >> about libxml2 being a dependency for a range of plugins, >> so why not use a single XML parser for everything? > > Seems reasonable to me. One comment: Do we really need to keep the expat > #ifdef in the code? I'd be draconian and say we only support libxml2 (there > can't be any platforms we support that doesn't have libxml2?). > > Cheers, > > -- Leif >