Bugzilla – Bug 6321
grid-cert-diagnostics should output GLOBUS_LOCATION
Last modified: 2008-08-20 13:13:02
You need to log in before you can comment on or make changes to this bug.
If some silly user were to build from source, the rpaths for grid-cert-diagnostics will be correct, allowing it to be run even while GLOBUS_LOCATION (and the associated library paths) are unset. This will yield potentially confusing behavior for the silly user if they run grid-cert-diagnostics and get messages like "$GLOBUS_LOCATION/share/certificates is not a valid trusted CA directory" when they have an unexported GLOBUS_LOCATION environment variable in their shell. Not that anyone would do that, of course. But it might be nice to print something like "Checking certificate setup for <value of GLOBUS_LOCATION" up at the top, and print a message if GLOBUS_LOCATION is not set.
Committed fix to 4.2 branch and trunk. See also bug #6328 for other commits.