aushape icon indicating copy to clipboard operation
aushape copied to clipboard

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

Open gatimeher opened this issue 6 years ago • 1 comments

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.

gatimeher avatar Apr 22 '19 03:04 gatimeher

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.

Sqeegie avatar Jun 30 '21 20:06 Sqeegie