Depending on the version of apache that you're running, SetEnv may not be able to set PATH (note that even if you are running 2.4, it doesn't support using $PATH in the value--you'd have to list all of the path entries explicitly).
Some linux distribution contain a file such as /etc/apache/envvars which can be used to set the PATH. Alternatively, you could create a symbolic link to cleartool in /usr/bin or another accessible location. -David On Tue, Sep 16, 2014 at 6:51 AM, shravanthi s <[email protected]> wrote: > We have included line >> > " SetEnv PATH /usr/atria/bin:$PATH " in httpd.conf file (path where > cleartool resides). But we are still not able to get it working. Any other > place we can look at? We are still unable to root cause the issue. > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
