Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28099 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57254 invoked by uid 1010); 20 Feb 2007 20:45:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57239 invoked from network); 20 Feb 2007 20:45:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 20:45:34 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.191 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.191] ([64.233.182.191:11258] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/07-28837-CED5BD54 for ; Tue, 20 Feb 2007 15:45:33 -0500 Received: by nf-out-0910.google.com with SMTP id l35so3133721nfa for ; Tue, 20 Feb 2007 12:45:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nCOPQgLpiNp7Kb5nwZdrLaKeSruT500SdMrA3SVFn7vCQSrWpwqAzq1KPHhLiPFG0n1BDw6nqhvExbJ1jH3OPOpNyRpUIh3jAT1gkJ26yecQbDhIVslbIn/DHTsNTKxOKa6oRM3QGTHaMBYq4Wsg0Pbzx3e+345XlXzQ/3bpGQI= Received: by 10.48.220.15 with SMTP id s15mr7121165nfg.1172004329865; Tue, 20 Feb 2007 12:45:29 -0800 (PST) Received: by 10.48.230.3 with HTTP; Tue, 20 Feb 2007 12:45:29 -0800 (PST) Message-ID: <7f3ed2c30702201245r11b5c417g6e37ed3bcaa0fb9@mail.gmail.com> Date: Tue, 20 Feb 2007 21:45:29 +0100 To: "Chris Malton" Cc: internals@lists.php.net In-Reply-To: <14.B6.28837.57C5BD54@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14.B6.28837.57C5BD54@pb1.pair.com> Subject: Re: [PHP-DEV] pcre build problems From: hannes.magnusson@gmail.com ("Hannes Magnusson") 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 > >