Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64990 invoked by uid 1010); 19 Feb 2004 18:48:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64966 invoked from network); 19 Feb 2004 18:48:35 -0000 Received: from unknown (HELO central.agent911.com) (66.35.213.121) by pb1.pair.com with SMTP; 19 Feb 2004 18:48:35 -0000 Received: from central.agent911.com (localhost [127.0.0.1]) by central.agent911.com (8.12.9/8.12.9) with ESMTP id i1JIrTHV014813 for ; Thu, 19 Feb 2004 10:53:29 -0800 (PST) Received: from localhost (david@localhost) by central.agent911.com (8.12.9/8.12.8/Submit) with ESMTP id i1JIrSGI014810 for ; Thu, 19 Feb 2004 10:53:28 -0800 (PST) X-Authentication-Warning: central.agent911.com: david owned process doing -bs Date: Thu, 19 Feb 2004 10:53:28 -0800 (PST) To: PHP Internals Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Compile problems with OCI8 on Linux From: david@agent911.com (David Giffin) I'm trying to compile the lastest snap shot 'php5-200402191630' with Red Hat Linux release 7.3 and am getting the following error: /usr/local/src/php5-200402191630/ext/oci8/oci8.c: In function `_oci_desc_flush_hash_dtor': /usr/local/src/php5-200402191630/ext/oci8/oci8.c:841: parse error before `*' /usr/local/src/php5-200402191630/ext/oci8/oci8.c:842: `descr' undeclared (first use in this function) /usr/local/src/php5-200402191630/ext/oci8/oci8.c:842: (Each undeclared identifier is reported only once /usr/local/src/php5-200402191630/ext/oci8/oci8.c:842: for each function it appears in.) Thanks, David