Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78679 invoked from network); 25 Jun 2003 17:59:19 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 25 Jun 2003 17:59:19 -0000 Received: (qmail 32747 invoked from network); 25 Jun 2003 17:59:14 -0000 Received: from localhost (HELO andi-home.zend.com) (127.0.0.1) by localhost with SMTP; 25 Jun 2003 17:59:14 -0000 Message-ID: <5.1.0.14.2.20030625210232.0dc4b8b0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 25 Jun 2003 21:03:26 +0200 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: ./configure error From: andi@zend.com (Andi Gutmans) Any idea why I get the following configure error with the latest tree? It doesn't seem to me as if I should have to give PHP the zlib location during ./configure as the headers are in /usr/include. Did something break? checking for new DOM support... no checking for libxml version... >= 2.4.14 configure: error: DOM requires ZLIB. Use --with-zlib-dir= Andi