Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17442 invoked by uid 1010); 13 Jun 2004 12:14:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17364 invoked from network); 13 Jun 2004 12:14:55 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 13 Jun 2004 12:14:55 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id D60EF14880EA; Sun, 13 Jun 2004 05:14:41 -0700 (PDT) Received: from BAUMBART (pD95F8EE6.dip.t-dialin.net [217.95.142.230]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id EE48C14880E5; Sun, 13 Jun 2004 05:14:38 -0700 (PDT) Date: Sun, 13 Jun 2004 14:15:01 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1193782705.20040613141501@marcus-boerger.de> To: Stanislav Malyshev Cc: PHP Development In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.8 required=5.0 tests=PRIORITY_NO_NAME autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] simplexml build broken From: helly@php.net (Marcus Boerger) Hello Stanislav, libxml is configured by --enable-libxml which is required by simplexml. The only way this could fail is that no libxml directory is found. Can you check that? marcus Sunday, June 13, 2004, 1:46:23 PM, you wrote: > I'm trying to build php with simplexml from PHP5 CVS head, and it fails > with a lot of undefined symbols like php_libxml_register_export, which are > from ext/libxml. Looks like configure script does not configure libxml to > build by default, moreover - I don't see a way to enable it either. Am I > doing something wrong? How one makes libxml to compile? > -- > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115 -- Best regards, Marcus mailto:helly@php.net