Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23122 - phpsysinfo doesn't work since AxKit is installed
Summary: phpsysinfo doesn't work since AxKit is installed
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 11:14 UTC by Benjamin Judas (RETIRED)
Modified: 2003-06-21 11:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
make.conf (make.conf,12.14 KB, application/octet-stream)
2003-06-19 11:19 UTC, Benjamin Judas (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Judas (RETIRED) gentoo-dev 2003-06-19 11:14:26 UTC
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
Comment 1 Benjamin Judas (RETIRED) gentoo-dev 2003-06-19 11:19:18 UTC
Created attachment 13556 [details]
make.conf
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-19 18:26:47 UTC
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.
Comment 3 Benjamin Judas (RETIRED) gentoo-dev 2003-06-20 10:46:31 UTC
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
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-21 11:40:06 UTC
Closing as per user response.