Closed
Bug 204544
Opened 23 years ago
Closed 2 years ago
NSS command line tools should be linked wth the rpath option on unixen
Categories
(NSS :: Tools, enhancement, P5)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: rmegginson0224, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02
We are going to bundle the NSS command line utilities with DS 6.2. Most of our
other command line utilities are linked with an RPATH like
.:../lib:../../lib:../../../lib:../../../../lib to allow the executable, when
run from the current directory, to find the shared libraries shipped with the
product. This allows the customer to run them without having to set
LD_LIBRARY_PATH or the OS equivalent in order to run them. On Windows we just
put all of the required shared libs in the same directory with the executable.
It would be very helpful if the NSS command line tools could be built this way
as well.
The workaround is to have the user set LD_LIBRARY_PATH before running the tools.
Alternately, we could provide a shell script wrapper.
Reproducible: Always
Steps to Reproduce:
Updated•21 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•21 years ago
|
||
Since we are making rpath changes for the tools on Solaris, perhaps this should
be a comment in bug 245518 .
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•20 years ago
|
QA Contact: jason.m.reid → tools
Comment 2•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → N/A
Status: NEW → RESOLVED
Closed: 2 years ago
Priority: -- → P5
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•