You are missing a required perl module. Depending on your Linux distro you may find them on your install media (XML::Parser is a pretty common RPM I think on most distributions..). It may also be downloadable at the systemimager site (not sure).

If that fails just surf on over to http://www.cpan.org and download the module you need. You may find that the module itself has dependencies on other modules which can quickly become a painful exercise in dependency-chasing. In that case it becomes easiest to use the builtin perl CPAN module to automatically download and install everything for you.

This command should work:

# perl -MPCAN -e'install XML::Parser'

The first time you run it you need to configure CPAN for internet access and mirror site selection. After that it works pretty smoothly.

Regards,
Chris



On Aug 8, 2005, at 2:11 PM, Bob Manning wrote:

I get this error when I run:

si_getimage --golden-client acrl060 --image bo060 --directory /home/ b/bob --post-install reboot

I get this:

XMLin() requires either XML::SAX or XML::Parser at /usr/lib/ systemimager/perl/SystemImager/Server.pm line 1175

I'm not a perl programmer, so I have no idea what the problem is. Can anyone shed any light on this?

Robert Manning
System Administrator


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/ bsce5sf
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to