|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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.) Thanks for you time. rkitecsure@hotmail.com |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
![]() |
| Outils de la discussion | |
|
|