[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: /usr/libexec
- From: Bill Nottingham <notting redhat com>
- To: russell coker com au, Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Cc: "H. Peter Anvin" <hpa zytor com>
- Subject: Re: /usr/libexec
- Date: Tue, 10 May 2005 12:02:27 -0400
Russell Coker (russell coker com au) said:
> The Gentoo people want /usr/lib/postfix for 32bit compiles
> and /usr/lib64/postfix on 64bit compiles. I believe that approach is totally
> wrong and that /usr/libexec/postfix (as used in Fedora) is the better option.
> If there's general agreement with that then we can move of requesting that
> the FHS be changed to make the Red Hat practice be a standard in this regard.
If the support programs need to be the same wordsize as the app/libraries
in question, it should be in /usr/{lib,lib64}/<app>.
If they don't care, it can be in /usr/libexec.
For example, xscreensaver has screensaver hacks in
/usr/libexec/xscreensaver - these don't care about the wordsize at all
(in fact, they can be shell/python/etc). So, /usr/libexec seems
appropriate here.
As a counter example of something broken, there is
/usr/libexec/sudo_noexec.so, which really should be in
/usr/{lib,lib64}/sudo.
Bill
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]