Hi all
I wasn't sure whether to post under Linux/Unix Help or PHP5, but my question is about the installation of PHP, so here we go:
I'm installing LAMP with Apache 2, MySQL 4.1.7 and PHP 5.0.2. I've got as far as 'LAM' - only the P is missing. The configure statement I'm using is:
./configure
--with-apxs2=/usr/local/apache2/bin/apxs
--with-mysqli
--with-xsl=/usr/share/doc/packages/libxslt
--enable-soap
The configuration chokes on libxml and says it's not installed. According to YaST, it is installed (/usr/share/doc/packages/libxml2). I tried forcing it (--with-libxml-dir=/usr/share/doc/packages/libxml2), but it still chokes.
Question: is it possible that the version of libxml2 is too old for PHP5? The configuration output doesn't say that, but I'm starting to wonder if that might be the problem. The version I have is given as 2.5.10-25 under YaST. Or is my configuration statement simply faulty? This is my first ever attempt at configuring PHP as, up until now, I've been using WAMP.
Thanks for you advice
Norm