Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74607 invoked by uid 1010); 2 Oct 2003 15:00:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74482 invoked from network); 2 Oct 2003 15:00:36 -0000 Received: from unknown (HELO cmailg5.svr.pol.co.uk) (195.92.195.175) by pb1.pair.com with SMTP; 2 Oct 2003 15:00:36 -0000 Received: from modem-3672.cougar.dialup.pol.co.uk ([217.134.238.88]) by cmailg5.svr.pol.co.uk with esmtp (Exim 4.14) id 1A54wV-0000eV-SB for internals@lists.php.net; Thu, 02 Oct 2003 16:00:36 +0100 To: internals@lists.php.net Content-Type: text/plain Organization: Message-ID: <1065106810.9512.38.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 02 Oct 2003 16:00:10 +0100 Content-Transfer-Encoding: 7bit Subject: Problems with first_module example From: lists@blueroot.net (Mike) I am trying to compile the test first_module into php I downloaded the examples.tar.gz file and then copied the directory first_module/ into the php/ext directory I then ran ./buildconf --force (dist source), ./configure --help showed the extra module available, so I ran ./configure --enable-first_module Below is the error checking whether to enable the bundled filePro support... no : command not found8291: checking BOOK: whether to enable the first module... yes : command not found8336: : command not found8337: ./configure: line 91952: syntax error: unexpected end of file Can anyone help?? Im completely stuck.... Mike