Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35855 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51651 invoked by uid 1010); 28 Feb 2008 15:43:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51635 invoked from network); 28 Feb 2008 15:43:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2008 15:43:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:52438] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/D8-08995-EA6D6C74 for ; Thu, 28 Feb 2008 10:43:43 -0500 Received: from 24.14.224.10.in-addr.arpa (m8d0f36d0.tmodns.net [208.54.15.141]) (authenticated bits=0) by mail.lerdorf.com (8.14.2/8.14.2/Debian-3) with ESMTP id m1SFhbqP009836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 28 Feb 2008 07:43:38 -0800 Message-ID: <47C6D6A9.6020705@lerdorf.com> Date: Thu, 28 Feb 2008 07:43:37 -0800 User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Hans Zaunere CC: internals@lists.php.net References: <09dd01c87a03$785cb010$69161030$@com> In-Reply-To: <09dd01c87a03$785cb010$69161030$@com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/6024/Thu Feb 28 05:33:53 2008 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] Bug #44087 From: rasmus@lerdorf.com (Rasmus Lerdorf) Jani is right, this is not a PHP bug. You need to configure your system correctly to make sure the libs are checked in the right order for shared libraries and also make sure that other components that rely on libxml2 aren't pulling it in from another place. PHP is not going to pull it in from 2 different places. Really more of a php-install list support question than a bug or an internals@ thing. -Rasmus Hans Zaunere wrote: > All, > > I recently reported the following bug: > > http://bugs.php.net/bug.php?id=44087 > > I'd appreciate another look. It seems that there is a problem with how > ./configure is locating libraries (which has happened in the past), unless > I'm misunderstanding the purpose of the --with-libxml-dir directive. > > --- > Hans Zaunere / President / New York PHP Community >