Errors with services on the server due to libaudit libraries

Article ID: 2780 
Last Review: Oct,6 2008
Author:
Last updated by: system APPLIES TO:
  • Parallels Pro Control Panel Linux

Additional information

View Knowledge
Knowledge ID 2142
Product : Ensim Pro for Linux
Version : 4.0.4
Topic : Hotfix

Title
Errors with services on the server due to libaudit libraries

Summary
libaudit errors while creating a site / generating webalizer stats etc.

Prevention


Details

Product : Ensim Pro for Linux 4.0.4 for RHEL4 / CentOs.

Due to pam upgrade on the server, a package audit-libs gets installed. As the libraries for this package do not get propagated to the site fst, different operation on the server give errors libaudit library errors as below

error while loading shared libraries: libaudit.so.0: cannot open shared object file: No such file or directory.

 

The workaround is to create the executable file /etc/virtualhosting/filelists/siteinfo.custom.sh, with the contents:

    #!/bin/bash
    cat
    echo "S,rpm:audit-libs"
    exit 0

 

Make the file executable: 

chmod +x /etc/virtualhosting/filelists/siteinfo.custom.sh

Then run the system through maintenance mode with the following commands:

    set_pre_maintenance
    set_maintenance
    set_post_maintenance
    service webppliance restart


Attachments


Related Knowledge

Related Links
 
Last ModifiedUsageSatisfiedLast Used
10/26/2005 1:02:44 AM247 10/11/2007 2:25:12 AM


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields