Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39640 invoked from network); 21 Oct 2010 15:09:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2010 15:09:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=lonnyk@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lonnyk@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.200 as permitted sender) X-PHP-List-Original-Sender: lonnyk@gmail.com X-Host-Fingerprint: 209.85.216.200 mail-qy0-f200.google.com Received: from [209.85.216.200] ([209.85.216.200:40035] helo=mail-qy0-f200.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/2E-07416-5B750CC4 for ; Thu, 21 Oct 2010 11:09:42 -0400 Received: by qyk9 with SMTP id 9so2538596qyk.11 for ; Thu, 21 Oct 2010 08:09:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.191.69 with SMTP id dl5mr295605vcb.10.1287673779205; Thu, 21 Oct 2010 08:09:39 -0700 (PDT) Message-ID: <90e6ba4fc2b0323a01049321ea75@google.com> Date: Thu, 21 Oct 2010 15:09:39 +0000 To: internals@lists.php.net Content-Type: multipart/alternative; boundary=90e6ba4fc2b03239ea049321ea72 Subject: zlib compile From: lonnyk@gmail.com --90e6ba4fc2b03239ea049321ea72 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes PHP 5.2.14 Docs say to compile w/ zlib you need to use the --with-zlib[=DIR] flag. This does not work. You need to use --with-zlib --with-zlib-dir=[DIR] Is this a documentation error or a ./configure error? --90e6ba4fc2b03239ea049321ea72--