Resolve Error While Loading Shared Libraries: Libselinux. So.1 in Ubuntu 14.04 Lts

When i was trying to execute a binary in ubuntu 14.04 LTS, I got this error:

error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory.

How can this be resolved?

4

1 Answer

This might happen if you have recently installed a shared library and didn't run ldconfig(8) afterwards. Do ldconfig, there's no harm in it.

1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article
Twitter Facebook Pinterest