Re: [PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-15 Thread Peter Hodge
Hi, I had another look at the output of configure, and it seems it was using a cached location for libxml (/usr) which was stored in config.cache and wasn't being re-discovered on subsequent configure commands. Deleting config.cache solved the problem and 5.1.4 has almost finished installing now.

Re: [PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-14 Thread Rasmus Lerdorf
Try --with-libxml-dir=/usr/local You never add the include dir to any of those --with switches. -Rasmus Peter Hodge wrote: Hello, I am trying to compile PHP 5.1.4 but using using the same configure options I used for PHP 5.1.2, PHP 5.1.4 is including an older version of libxml in /usr/include

[PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-14 Thread Peter Hodge
Hello, I am trying to compile PHP 5.1.4 but using using the same configure options I used for PHP 5.1.2, PHP 5.1.4 is including an older version of libxml in /usr/include/libxml2 but PHP5.1.2 includes the newer version in /usr/local/include/libxml2 PHP 5.1.2 Makefile: INCLUDES = -I/usr/local/in