RE: [PHP-DEV] Bug #44087

2008-03-04 Thread Hans Zaunere
> 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 They are - per the bug report, the ordering is correct: # ldconfig -p | grep -i xml2 libxml2.so.2 (libc6,x86-64) => /usr/local/lib/libxml2.so.2 libxm

Re: [PHP-DEV] Bug #44087

2008-02-28 Thread 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

[PHP-DEV] Bug #44087

2008-02-28 Thread Hans Zaunere
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.