Afficher un message
Vieux 24/02/2005, 07h42   #2
David Dorward
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.0 - bin there, won't execute.

rkitecsure@gmail.com wrote:

> downloaded, configured, made, made install and customized. Everything
> went fine, then I tested. "$apachectl start" returns "bash: apachectl:
> command not found." I"m in the directory containing apachectl, ls
> shows it. None of the binaries in the directory work. Any ideas?
> (I've tried in root with the same results.)


If you wish to execute a binary it must either (a) Exist in one of the
directories in your $PATH enviroment variable or (b) be specified by a path
to the binary rather then its name alone. The current directory (".") is
not typically in the $PATH. Try ./apachectl instead.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
  Réponse avec citation
 
Page generated in 0,07475 seconds with 9 queries