2011/3/24 Adam Williamson <awill...@redhat.com>:
> So, I just ran into an interesting issue talking over Fedora patches
> with the upstream glew maintainer. glew installs its shared libraries
> 'manually', not using autotools / libtools; upstream installs them with
> permissions of 0644, and we patch this to 0755. After talking to
> upstream, they say they're following Debian conventions here; I don't
> have a Debian-land system to confirm, but they say on Debian and Ubuntu,
> all shared libs have 0644 permissions.

I think they require 0644 only for dlopened libraries. This also
confuses me because I can dlopen objects with either 0644 or 0755
permissions. Unfortunately rpm dependency checker requires that all
library objects must be 0755.
-- 
With best regards, Peter Lemenkov.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to