Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20922 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2015 invoked by uid 1010); 30 Nov 2005 23:38:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2000 invoked from network); 30 Nov 2005 23:38:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2005 23:38:04 -0000 X-Host-Fingerprint: 166.84.1.74 mail3.panix.com NetBSD 1.6Z (DF) Received: from ([166.84.1.74:57015] helo=mail3.panix.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8C/98-14828-BD73E834 for ; Wed, 30 Nov 2005 18:38:03 -0500 Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id C8E5213A786 for ; Wed, 30 Nov 2005 18:37:59 -0500 (EST) Received: (from analysis@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id jAUNbxY26173 for internals@lists.php.net; Wed, 30 Nov 2005 18:37:59 -0500 (EST) Date: Wed, 30 Nov 2005 18:37:59 -0500 To: PHP Internals List Message-ID: <20051130233759.GA21187@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: multiple definition of pcre_module_entry in 5.0.5 From: danielc@analysisandsolutions.com (Daniel Convissor) Hi Folks: While trying to compile 5.0.5 from CVS on a Tao Linux box I'm getting a "multiple definition of `pcre_module_entry'" error. Things compile just fine in PHP 5.1.1 from CVS. Here's my configure line: ./configure --with-apxs --with-mysqli=/usr/local/bin/mysql_config \ --with-curl --enable-sysvsem \ --enable-sysvshm --with-mcrypt --with-gd --with-jpeg-dir \ --with-freetype-dir --with-zlib --enable-sockets --enable-memory-limit \ --enable-bcmath --enable-mbstring Here's the error: ext/pcre/php_pcre.lo(.data+0xa0): In function `zm_info_pcre': /root/src/php-src/ext/pcre/php_pcre.c:78: multiple definition of `pcre_module_entry' ext/pcre/php_pcre.lo(.data+0xa0):/root/src/php-src/ext/pcre/php_pcre.c:78: first defined here collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 Here's part of my dmesg: Linux version 2.4.21-32.0.1.ELsmp (parsley@galadriel.alfred.edu) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52)) #1 SMP Thu May 26 09:34:46 EDT 2005 Any ideas, please? Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409