CLI won't start, with XML Parser errors

When you try to start the CLI (ZEUSHOME/zxtm/bin/zcli), you may see the following error message:

ERROR: Failed to start due to SELinux restrictions (unable to load XML parser)

This can occur when using SELinux, for example on Redhat Server 5. There are three possible workarounds:

  • Disable SELinux: edit /etc/sysconfig/selinux and then reboot the system
  • Temporarily turn off SELinux: As the root user, run the command:

    setenforce 0
  • If SELinux is in 'targetted' mode, then train it to not block this library from loading:

    chcon -t texrel_shlib_t
    $ZEUSHOME/zxtmadmin/lib/perl-soap/auto/XML/Parser/Expat/Expat.so

These will then allow you to run the CLI program.

Ben [Zeus Dev Team] 20 October 2009 Bookmark with del.icio.us Post this article to Digg Post this article to reddit Post this article to Facebook Tweet this article  
Leave a comment ...
Your email address will not be displayed.
Your URL will be displayed.
This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.
Options:
 
(Line breaks become <br />)
(Set cookies for name, email & url)

Recently...

Other Resources