OpenSolaris

Printable Version Enter a New Search
Bug ID 6655368
Synopsis ucbcmd uses LD_RUN_PATH instead of -R
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:other
Keywords
Responsible Engineer Mike Sullivan
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_83
Fixed In snv_83
Release Fixed solaris_nevada(snv_83)
Related Bugs
Submit Date 25-January-2008
Last Update Date 13-February-2008
Description
The commands in ucbcmd need to set their runpaths to /usr/ucblib.
They do this by setting LD_RUN_PATH before the link. It would
be better to just use -R on the link line. In this case, better
because when gcc is fixed to set the runpath properly for
things it builds (6223255), likely by providing the proper -R
for everything, LD_RUN_PATH will be ignored by the linker, breaking
real builds of ON with gcc.
Work Around
N/A
Comments
N/A