Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47639 invoked from network); 22 Apr 2008 11:56:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2008 11:56:22 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:4443] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/A1-39257-662DD084 for ; Tue, 22 Apr 2008 07:56:22 -0400 Message-ID: <20.A1.39257.662DD084@pb1.pair.com> To: internals@lists.php.net Date: Tue, 22 Apr 2008 07:56:18 -0400 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 References: <10845a340804220431m1baab16buae21d9a40dc4e70@mail.gmail.com> In-Reply-To: <10845a340804220431m1baab16buae21d9a40dc4e70@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: Unresolved external symbol : xmlXPathCompiledEvalToBoolean From: auroraeosrose@gmail.com (Elizabeth M Smith) Richard Quadling wrote: > Hi. > > Am I getting this fatal link error on Windows when building PHP due to > an old version of xml in zip.zip? > > My configure.js is > > cscript /nologo configure.js "--with-php-build=..\php_build" > "--with-extra-includes=..\php_build\include" > "--with-extra-libs=..\php_build\lib" "--disable-ipv6" "--enable-cli" > "--enable-cgi" "--enable-isapi" "--with-gd=shared" "--with-libxml" %* > > I added the --with-extra-xxx to see if it would make a difference. It didn't. > > xmlXPathCompiledEvalToBoolean is in ext/libxml/php_libxml2.def > > I did not find any mention of it in /php_build. > > > If it is a case of just an old zip.zip, where do I get a more uptodate one? > > Thanks, > > Richard. > Yes, it's an old libxml2 - you can get the new ones at http://ctindustries.net/libxml/ (search the mailing list archives..) We're currently in the process of getting a different (hopefully better) way of distributing windows libraries in place, but until that is ready you need to use the old zip.zip and extract the newer libxml2 over top. Thanks, Elizabeth Smith