Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Woohoo! Thanks, I had 2 version of the libxml include files hanging around in the following directories: /usr/local/include/libxml/ /usr/local/include/libxml2/libxml/ with the former being the older version, but thats the one it was picking up... I removed the former libxml directory and everyt

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Christian Stocker
On Tue, 23 Jul 2002, Dan Hardiker wrote: > Hi, > > Still having major issues ... same error, same place, different .configure > file (I edited it to read "#if LIBXML_VERSION >= 20414" instead), > different configure line... same result. > > New Configure line (altered the --with-dom option): > ./

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Hi, Still having major issues ... same error, same place, different .configure file (I edited it to read "#if LIBXML_VERSION >= 20414" instead), different configure line... same result. New Configure line (altered the --with-dom option): ./configure --with-mysql=/usr/local/ --with-pgsql --with-

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Christian Stocker
On Tue, 23 Jul 2002, Dan Hardiker wrote: > > > On Tue, 23 Jul 2002, Dan Hardiker wrote: > > > >> Hi, > >> > >> That worked for one machine, but this machine is still giving me jip. > >> Configure line exactly the same, error exactly the same - but pkg_info > >> different (uninstall / installed ve

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
> On Tue, 23 Jul 2002, Dan Hardiker wrote: > >> Hi, >> >> That worked for one machine, but this machine is still giving me jip. >> Configure line exactly the same, error exactly the same - but pkg_info >> different (uninstall / installed versions of libxml). >> >> [11:07:39][root@insomniac]:/usr/

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Christian Stocker
On Tue, 23 Jul 2002, Dan Hardiker wrote: > Hi, > > That worked for one machine, but this machine is still giving me jip. > Configure line exactly the same, error exactly the same - but pkg_info > different (uninstall / installed versions of libxml). > > [11:07:39][root@insomniac]:/usr/local/php-4

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Hi, That worked for one machine, but this machine is still giving me jip. Configure line exactly the same, error exactly the same - but pkg_info different (uninstall / installed versions of libxml). [11:07:39][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml libxml2-2.4.23 Xml pars

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread derick
Hello, upgrade libxml2 to atleast 2.4.14 and it should work again. Derick On Tue, 23 Jul 2002, Dan Hardiker wrote: > Hi, > > Running the following xml library packages: > > [10:29:58][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml > libxml2-2.4.1 Xml parser library for GNOME

[PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Hi, Running the following xml library packages: [10:29:58][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml libxml2-2.4.1 Xml parser library for GNOME libxml2-2.4.12 Xml parser library for GNOME [10:33:08][root@insomniac]:/usr/local/php-4.2.2$ I have no problem with the foll