Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78666 invoked by uid 1010); 20 Feb 2007 21:18:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78651 invoked from network); 20 Feb 2007 21:18:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 21:18:10 -0000 X-Host-Fingerprint: 84.64.166.162 user-5440a6a2.wfd76a.dsl.pol.co.uk Received: from [84.64.166.162] ([84.64.166.162:11951] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/F9-28837-0956BD54 for ; Tue, 20 Feb 2007 16:18:09 -0500 Message-ID: <15.F9.28837.0956BD54@pb1.pair.com> To: internals@lists.php.net Date: Tue, 20 Feb 2007 21:17:56 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 References: <14.B6.28837.57C5BD54@pb1.pair.com> In-Reply-To: <14.B6.28837.57C5BD54@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 84.64.166.162 Subject: Re: pcre build problems From: chrism@cjsoftuk.dyndns.org (Chris Malton) OK, there are still some problems with PHP6, as indicated by my make test command. The script has posted my results to the server. I await the message's arrival on php.qa Chris Chris Malton wrote: > Hello, > In current CVS (check out about 30 mins ago) there is an error with > pcre. When linking PHP, there is an error with unresolved external > symbols. Here is the error log: > > ext/pcre/pcrelib/pcre_compile.o: In function `check_auto_possessive': > /root/php6/ext/pcre/pcrelib/pcre_compile.c:1795: undefined reference to > `_pcre_is_newline' > /root/php6/ext/pcre/pcrelib/pcre_compile.c:1832: undefined reference to > `_pcre_is_newline' > ext/pcre/pcrelib/pcre_compile.o: In function `compile_branch': > /root/php6/ext/pcre/pcrelib/pcre_compile.c:2209: undefined reference to > `_pcre_is_newline' > ext/pcre/pcrelib/pcre_exec.o: In function `match': > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1209: undefined reference to > `_pcre_was_newline' > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1268: undefined reference to > `_pcre_is_newline' > /root/php6/ext/pcre/pcrelib/pcre_exec.c:2722: undefined reference to > `_pcre_is_newline' > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1238: undefined reference to > `_pcre_is_newline' > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1325: undefined reference to > `_pcre_is_newline' > /root/php6/ext/pcre/pcrelib/pcre_exec.c:2834: undefined reference to > `_pcre_is_newline' > ext/pcre/pcrelib/pcre_exec.o:/root/php6/ext/pcre/pcrelib/pcre_exec.c:3027: > more undefined references to `_pcre_is_newline' follow > ext/pcre/pcrelib/pcre_exec.o: In function `php_pcre_exec': > /root/php6/ext/pcre/pcrelib/pcre_exec.c:3993: undefined reference to > `_pcre_was_newline' > collect2: ld returned 1 exit status > make: *** [sapi/cgi/php] Error 1 > > Build platform: Ubuntu Server x64 6.10 > > Chris