On 07.08.2012 16:48, Caleb Maclennan wrote:
mount: error while loading shared libraries: libselinux.so.1: cannot open
shared object file:
> No such file or directory
Is selinux currently required for all systems? If so why do no
packages trigger it as a dependency? If not, why does mount want to
see it?
most common case:
binary that depends on library is not having +x bit set in $RPM_BUILD_ROOT
typical cause: lame cmake based build systems do "make install" which
installs files with 644 permissions
simple fix:
chmod +x $RPM_BUILD_ROOT/path/to/your/binary
--
glen
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en