Closed
Bug 191948
Opened 22 years ago
Closed 22 years ago
The libfilename test in the 32-bit HP-UX builds fails.
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
4.3
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file, 1 obsolete file)
2.37 KB,
patch
|
Details | Diff | Splinter Review |
The libfilename test in the 32-bit HP-UX builds
fails because the current implementation attempts
to load "libmy.sl" but it is not on the shared
library search path.
This can be worked around by setting SHLIB_PATH
to dll (or the full pathname of the pr/tests/dll
directory in the build tree) when running the test.
Assignee | ||
Updated•22 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → 4.3
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
Fixed a minor bug in the previous patch.
Attachment #115691 -
Attachment is obsolete: true
Assignee | ||
Comment 3•22 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•