Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28100 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60783 invoked by uid 1010); 20 Feb 2007 20:49:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60767 invoked from network); 20 Feb 2007 20:49:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 20:49:12 -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:24495] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/87-28837-8CE5BD54 for ; Tue, 20 Feb 2007 15:49:12 -0500 Message-ID: <10.87.28837.8CE5BD54@pb1.pair.com> To: internals@lists.php.net Date: Tue, 20 Feb 2007 20:49:00 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 References: <14.B6.28837.57C5BD54@pb1.pair.com> <7f3ed2c30702201245r11b5c417g6e37ed3bcaa0fb9@mail.gmail.com> In-Reply-To: <7f3ed2c30702201245r11b5c417g6e37ed3bcaa0fb9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 84.64.166.162 Subject: Re: [PHP-DEV] pcre build problems From: chrism@cjsoftuk.dyndns.org (Chris Malton) Oops, No I'm not used to building php from CVS. I'll create a shell script that calls the following in the right order for me: cvs update ./cvsclean ./configure --my-options make make test Then we'll see what happens! Rebuilding with ./cvsclean run! Chris Hannes Magnusson wrote: > Did you "./cvsclean" prior to building? > > -Hannes > > On 2/20/07, 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 >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >>