aushape
aushape copied to clipboard
aushape: error while loading shared libraries: libaushape.so.0: cannot open shared object file: No such file or directory
Hi,
I followed the steps in the readme.md file on centos 7. All the installations are done. While running aushape audit.log inside /var/log/audit, I get the following error: "aushape: error while loading shared libraries: libaushape.so.0: cannot open shared object file: No such file or directory"
Please help.
I ran into the same issue on CentOS 7. The sudo make install command installs the libaushape.so.0 into /usr/lib. I fixed the issue by creating a symlink in /usr/lib64 to /usr/lib/libaushape.so.0 by running ln -s /usr/lib/libaushape.so.0 /usr/lib64/libaushape.so.0.