Hello all,

configure --with-xsl:

Getting this error:

/php/php-5.0.1/ext/xsl/xsltprocessor.c:275: undefined reference to 
`_dom_object_get_node'
ext/xsl/.libs/xsltprocessor.o(.text+0x78a):/php/php-5.0.1/ext/xsl/xsltprocessor.c:187: 
undefined reference to `_php_dom_object_get_data'
ext/xsl/.libs/xsltprocessor.o(.text+0x800):/php/php-5.0.1/ext/xsl/xsltprocessor.c:212: 
undefined reference to `_php_dom_create_object'
ext/xsl/.libs/xsltprocessor.o(.text+0xe8a): In function 
`zif_xsl_xsltprocessor_transform_to_doc':

It seems that --enable-xsl does not automatically trigger --enable-dom, 
but it should be like for WDDX where XML is triggered automatically.

Unfortunately I missed to define --enable-dom the first time I tried to 
build with XSL and then this in ext/xsl/config.m4 triggers an error 
instead of trying to fix it:
  AC_MSG_ERROR([XSL extension requires DOM extension, add --enable-dom.])


Could someone with insight try to fix this, please?


Gerrit
-- 
=^..^=

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to