I am trying to install PHP5 RC1 onto Apache 2.0.40 on Red Hat Linux 9. I have updated libxml2 to version 2.5.10.
Ok, the problem is that each time I try to start apache ('apachectl graceful') I get the following error:
Syntax error on line 211 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: htmlCreateMemoryParserCtxt
I think that this is coming from libxml2, but I am not sure. Any comments or suggestions would be most welcome - i have been trying for hours and I am out of ideas.
Many Thanks!
Adam
PS. This could be somthing obvious, I only have a little experience with linux.