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
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
MB>>libxml is configured by --enable-libxml which is required by
MB>>simplexml. The only way this could fail is that no libxml directory is
MB>>found. Can you check that?
No, libxml was in place. Clean checkout seems to build, so looks like I
somehow has managed to break my configure script in the way that buildconf
doesn't repair it... So it's my problem after all.
Stanislav Malyshev, Zend Products Engineer
stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115