On Fri, Apr 2, 2010 at 13:40, Simion Onea <[email protected]> wrote: > Hi! > > When I run the "configure.php" script it consumes all the available > memory and swap and my computer comes almost to a full stop.
Its an known issue with libxml2 on broken XML documents (usually entity related). > php doc-base/configure.php --enable-xml-details --with-lang=ro Like Yannick said, you do not want to pass --enable-xml-details unless you cannot figure out what the error is in other ways. --enable-xml-details will eat whatever it can get its hands on. You could try using xmllint directly, sometimes it will give you a break and not eat you alive. -Hannes -Hannes
