simplexml build broken

php.internals

Stanislav Malyshev

22 years ago
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

Marcus Börger

22 years ago
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

Steph

22 years ago
shouldn't there be an error message in that case?

Stanislav Malyshev

22 years ago
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