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

Leave a Reply to Ivi Cancel reply

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…

Squarespace Image Export

To gain continued access to your Squarespace website images after cancelling your subscription you have several...

MySQL 8.x GRANT ALL STATEMENT

-- CREATE CREATE USER 'tgnrestoreuser'@'localhost' IDENTIFIED BY 'AppleSauceLoveBird2024'; GRANT ALL PRIVILEGES ON...

Exetel Opt-Out of CGNAT

If your port forwards and inbound and/or outbound site-to-site VPN's have failed when switching to Exetel due to their...