Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63337 invoked by uid 1010); 15 Jun 2006 17:54:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63321 invoked from network); 15 Jun 2006 17:54:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2006 17:54:16 -0000 X-PHP-List-Original-Sender: gmclachl@cis.strath.ac.uk X-Host-Fingerprint: 83.67.88.174 i-83-67-88-174.freedom2surf.net Linux 2.5 (sometimes 2.4) (4) Received: from ([83.67.88.174:50136] helo=scotty) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EF/CC-00253-7CE91944 for ; Thu, 15 Jun 2006 13:54:16 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by scotty (Postfix) with ESMTP id DF8656F003C for ; Thu, 15 Jun 2006 18:54:14 +0100 (BST) Message-ID: <44919EC6.6060904@cis.strath.ac.uk> Date: Thu, 15 Jun 2006 18:54:14 +0100 User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP6 and php_embed.c error From: gmclachl@cis.strath.ac.uk (George McLachlan) Hi everyone, I am trying to compile PHP6 with the following options. ./configure --enable-debug --enable-maintainer-zts --enable-embed --enable-cli however I am getting the following error during make. "/php-src/sapi/embed/php_embed.c:135: error: 'zif_dl' undeclared here (not in a function) make: *** [sapi/embed/php_embed.lo] Error 1" I have looked about and searched for bugs and found nothing, which leads me to believe it is the "Indian not the arrow" in other words it's me that has done something wrong. Can anyone point me in the right direction. Thanks George