RDA - Health Check failed - LD_LIBRARY_PATH is set
I am installing 11g (11.2.0.3.0) on Linux x86 and ran the RDA (ver 4.28) HCVE test (./rda -T HCVE).
One of the result failures has this item:
Rule = A00140
Description =This rule checks that the LD_LIBRARY_PATH environment variable is not set.
Result = IsSet
Action = The LD_LIBRARY_PATH environment variable is set in your environment and must be unset before installing Oracle Database 11g R2
Typically we "set" this variable so I am bit confused about this check. Is the idea to "unset" it only during installation and then set it again during normal operation?
Thanks