Ismael Touama wrote:
> 
> Hi & thx,
> 
> I don't understand, I ran "make install"
> 'which' gave me 'no httpd' althought I ran 'httpd -l'.
> What was goin' worng, goin' on ?
> 
> bbsc,
> ism
> 

"which httpd" will only pick up httpd in your path.
If you install apache in /usr/local/apache, then 
it will likely not be in your PATH though may work fine.

If you are in the directory that the httpd resides
in after building it, and if "." is in your path, then you
will be able to run 

 prompt> httpd -l

While doing the "make install" for apache, watch where
its installing into.  Likely it went to /usr/local/apache
if you were doing a static build, so then you would be
able to do 

  /usr/local/apache/bin/httpd -l

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to