bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext preloadable_libintl.so mode 644


From: Bruno Haible
Subject: gettext preloadable_libintl.so mode 644
Date: Wed, 28 Mar 2007 04:34:05 +0200
User-agent: KMail/1.5.4

Jens Petersen wrote:
> I am wondering why the module preloadable_libintl.so gets installed with mode
> 0644 by gettext. Is this intentional or should it be 0755?

It is intentionally 0644, since 0755 is for executables.

Look and compare the two error messages:

# chmod a-x ./preloadable_libintl.so
$ ./preloadable_libintl.so
bash-3.0: ./preloadable_libintl.so: Permission denied

# chmod a+x ./preloadable_libintl.so
$ ./preloadable_libintl.so
Segmentation fault

Which one is more appropriate?

Bruno


PS: It's more efficient if you mail reports about GNU gettext to bug-gettext@
    instead of address@hidden The reporting address is always mentioned in
    a program's --help output.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]