Permissions on installed shared libraries

2002-06-21 Thread ross . alexander
In Makefile the permissions for shared libaries are set to 644. However, HP-UX (32bit) atleast requires then to be set to executable for dld to load them. Will it do any harm to have then install 755 for all OSes? Cheers, Ross @if [ -n $(SHARED_LIBS) ]; then \

Re: Permissions on installed shared libraries

2002-06-21 Thread Lutz Jaenicke
On Fri, Jun 21, 2002 at 09:27:43AM +0100, [EMAIL PROTECTED] wrote: In Makefile the permissions for shared libaries are set to 644. However, HP-UX (32bit) atleast requires then to be set to executable for dld to load them. Yes. I have fixed this in CVS yesterday evening (for HP-UX 32 and 64