ID:               17339
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Linux RH 6.x
 PHP Version:      4.2.1
 New Comment:

I had libxml 2.4.6, and ok, with 2.4.21 now compiles fine. But doesn't
the configure stuff stand for detecting such dependencies?

BTW: ./configure --help|grep dom
  --with-dom[=DIR]        Include DOM support (requires libxml >=
2.4.2)


Previous Comments:
------------------------------------------------------------------------

[2002-05-21 14:30:15] [EMAIL PROTECTED]

Upgrade your libxml to atleast 2.4.14, if it doesn't work then, please
reopen this report.

Derick

------------------------------------------------------------------------

[2002-05-21 14:27:55] [EMAIL PROTECTED]

php_domxml.c: In function `zif_domxml_doc_get_element_by_id':
php_domxml.c:2675: warning: passing arg 2 of `xmlHashScan' from
incompatible pointer type
php_domxml.c: In function `zif_domxml_doc_ids':
php_domxml.c:3292: warning: passing arg 2 of `xmlHashScan' from
incompatible pointer type
php_domxml.c: In function `zif_xmldoc':
php_domxml.c:3309: `xmlDoValidityCheckingDefaultValue' undeclared
(first use in
this function)
php_domxml.c:3309: (Each undeclared identifier is reported only once
php_domxml.c:3309: for each function it appears in.)
php_domxml.c:3325: `xmlLoadExtDtdDefaultValue' undeclared (first use in
this function)
make[3]: *** [php_domxml.lo] Error 1

./configure --prefix=/usr \
--with-config-file-path=/etc/php/cgi \
--with-xml \
--without-gd \
--with-exec-dir=/usr/bin \
--enable-ftp \
--with-pgsql=/usr/local/pgsql \
--with-mysql=/usr \
--enable-dbase \
--enable-bcmath \
--with-gettext \
--with-xml \
--enable-pear \
--with-zlib \
--enable-sysvshm \
--enable-sysvsem \
--enable-pcntl \
--enable-sockets \
--enable-tokenizer \
--disable-posix \
--disable-sessions \
--with-oci8 \
--with-cli \
--with-readline \
--with-dom

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17339&edit=1

Reply via email to