On Mar 30, 2012, at 5:17 AM, Burton, Steven wrote:

> Bernhard,
>  
> it doesn't seem likely that I'd be much help as I've come unstuck trying to 
> install the web frontend. I'm beginning to suspect that there are two 
> different web frontends and that the documentation for v3.3.1 is held in a 
> secure secret location which while laudable in itself isn't really helping.
>  
> I'm currently using the files from gweb-3.3.1.tar.gz and the instructions 
> from http://sourceforge.net/apps/trac/ganglia/wiki/ganglia-web-2#Installation
>  
> I previously tried the files from ganglia-3.3.1/web but that didn't lead very 
> far.
>  
> In both cases the problem seems to be setting the paths to various components.
>  
> I've currently got it down to one error in the web interface, when running 
> index.php:
>  
> Fatal error: Call to undefined function xml_parser_create() in 
> /usr/local/www/ganglia2/ganglia.php on line 339
> Steve.

xml_parser_create is part of the XML Parser extension.
http://us.php.net/xml_parser_create

"This extension is enabled by default. It may be disabled by using the 
following option at compile time: --disable-xml"
http://us.php.net/manual/en/xml.installation.php

Is it disabled in your PHP? Try looking at phpinfo() output to check.

alex

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to