A few weeks ago, I installed AxKit on my PC here. It emerged fine and was immediately working. But since then phpsysinfo doesn't work anymore. If I call it, I get : Fatal error: Call to undefined function: xml_parser_create() in /home/httpd/htdocs/phpsysinfo/includes/XPath.class.php on line 1410 All my other scripts are working fine, phpinfo()-Output is also ok. I've seen a DTD in phpsysinfo's directory, so I think the Problem really is something XPath-Related. Reproducible: Always Steps to Reproduce: 1. emerge phpsysinfo 2. emerge AxKit 3. mozilla http://localhost/phpsysinfo Actual Results: I get the Error-Message: Fatal error: Call to undefined function: xml_parser_create() in /home/httpd/htdocs/phpsysinfo/includes/XPath.class.php on line 1410 Expected Results: Show quite a lot System-Information in the browser-window
Created attachment 13556 [details] make.conf
Are you certain the phpinfo() output shows that the xml module is present? I advise checking that your USE flags contain USE="xml xml2" and rebuilding mod_php.
Ok - I did that and now phpsysinfo is working again. You were right: mod_php was compiled withoud xml-support. This one can be closed
Closing as per user response.