Closed
Bug 5142
Opened 27 years ago
Closed 27 years ago
NSPR shared libraries are copied without x permissions
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
People
(Reporter: wtc, Assigned: wtc)
Details
This bug was first reported by Brian Ostrom
and recently reported by Chris McAfee.
When NSPR installs its shared libraries in
the 'dist' directory, it sets the file mode
to 444, i.e., only r but no wx permissions.
An example is mozilla/nsprpub/pr/src/Makefile.
On some platforms, e.g., HP-UX, shared libraries
must have x permissions in order to work.
Comment 1•27 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•27 years ago
|
||
This bug is already fixed as bug #10201.
*** This bug has been marked as a duplicate of 10201 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
verified dup
You need to log in
before you can comment on or make changes to this bug.
Description
•