Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7719 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39092 invoked by uid 1010); 10 Feb 2004 23:04:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39065 invoked from network); 10 Feb 2004 23:04:55 -0000 Received: from unknown (HELO mail.3gstech.com) (216.239.132.110) by pb1.pair.com with SMTP; 10 Feb 2004 23:04:55 -0000 Received: by mail.3gstech.com (Postfix, from userid 99) id E6B859E8192; Tue, 10 Feb 2004 15:04:54 -0800 (PST) Received: from www.buildabetterweb.com (www.buildabetterweb.com [216.239.132.101]) by www.3gstech.com (IMP) with HTTP for ; Tue, 10 Feb 2004 15:04:54 -0800 Message-ID: <1076454294.40296396caa13@www.3gstech.com> Date: Tue, 10 Feb 2004 15:04:54 -0800 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 Subject: problem compiling php5 From: waboring@3gstech.com ("Walter A. Boring IV") Howdy, I'm trying to build php5 from cvs. I'm running on redhat 9. At the end of the compile, the linker seems to bail. /usr/bin/ld: .libs/libphp5.so: undefined versioned symbol name operator delete(void*)@@GLIBCPP_3.2 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 [root@hemna php-src]# ld --version GNU ld version 2.13.90.0.18 20030206 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. [root@hemna php-src]# gcc --version gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Here is my configure line ./configure \ --with-oci8=/u01/app/oracle/product/8.1.7 \ --enable-sigchild \ --with-mcrypt \ --with-gd \ --with-png-dir=/usr \ --with-jpeg-dir=/usr \ --with-zlib-dir=/usr \ --enable-sysvsem \ --enable-sysvshm \ --enable-shmop \ --enable-trackvars \ --with-xml \ --with-zlib \ --with-gdbm \ --with-dom \ --with-mysql=/usr \ --enable-mbstring \ --with-gettext \ --enable-tokenizer \ --enable-sockets \ --with-kerberos=/usr/kerberos \ --with-openssl \ --with-apxs=/usr/local/apache/bin/apxs \ --with-pgsql \ --with-msession \ --enable-mbstr-enc-trans;