Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gatimeher opened this issue Apr 22, 2019 · 1 comment

Comments

@gatimeher
Copy link

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.

@Sqeegie
Copy link

Sqeegie commented Jun 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants