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
> 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to