Closed Bug 10201 Opened 26 years ago Closed 26 years ago

HP-UX 10.20 nees x bit set on shared libraries

Categories

(NSPR :: NSPR, defect, P3)

HP
Other
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jim_nance, Assigned: srinivas)

References

Details

The HP-UX shared loader will not load libraries that have r--r--r-- permissions. It needs at least r-xr-xr-x. When building NSPR with NSDISTMODE=copy, the libraries are installed with read-only permissions.
Status: NEW → ASSIGNED
It turns out that the shared libraries on all the current versions HP-UX (10.10, 10.20 and 11.0) need to have the execute permission set for the runtime loader to load the libraries. The install target in the Makefiles for libnspr, libplc, libplds and libprstrms is modified to set the execute bit for shared libraries. Files modified: lib/ds/Makefile lib/libc/src/Makefile lib/prstreams/Makefile pr/src/Makefile
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Hasn't this bug been fixed (it works for me). I am going to change the resolution to fixed
Yes, this was fixed on 7/26.
*** Bug 5142 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.