Written by James McDonald

April 21, 2011

Trying to install Postbooks on a 32 bit Linux Mint 10 installation.

There has been an error.
/opt/xTuple/postgresql/bin/initdb: error while loading shared libraries: libaudit.so.0: cannot open shared object file: No such file or directory
The application will exit now.

# for Debian/Ubuntu
sudo apt-get install libaudit0

# for Redhat/Fedora
su -c "yum install audit-lib"

2 Comments

  1. Ivi

    I have a Fedora 14 OS, where I am experimenting XTuple -3.7.0 when is about to finish gives me an error libaudit. so.0 not found.
    XTuple-3.7.0-Linux-installer.bin these is what I have installed.
    I have tried Google to see if I can download the libaudit.so.0 and the XTuple Post Books site and no luck.

    Please help me.

    Ivi

    Reply
    • admin

      To trace this type of missing library error it’s a good idea to go to http://rpmfind.net and search for the library.

      Usually it will return something which will give you a hint as to what library to install.

      This should fix your error.

      yum install audit-libs audit-libs-devel
      Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...