You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: