Re: PATH procedures

2009-10-03 Thread Ryan Schmidt
On Oct 2, 2009, at 21:20, Scott Haneda wrote: Here is my PATH as reported by ENV PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:/Users/me/ bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Is this pretty standard, to have to add the {prefix}/apache2/bin to your PATH

Re: PATH procedures

2009-10-02 Thread Brandon Allbery
On Oct 2, 2009, at 22:20 , Scott Haneda wrote: Is this pretty standard, to have to add the {prefix}/apache2/bin to your PATH? Standard Apache / Apache2 behavior, yes, as distinct from other programs. My understanding is that most of the Apache binaries aren't particularly useful on standa

PATH procedures

2009-10-02 Thread Scott Haneda
Here is my PATH as reported by ENV PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:/Users/me/ bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Is this pretty standard, to have to add the {prefix}/apache2/bin to your PATH? Take this for example: $which mysql5 /opt/loc