Can these deps be legitimate?

Elan Ruusamäe glen at pld-linux.org
Tue Aug 7 16:14:12 CEST 2012


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



More information about the pld-devel-en mailing list