Home FAQ Installation fails with 'Could not find apache'
|
|
Installation fails with 'Could not find apache' |
|
|
|
|
Written by Administrator
|
|
Sunday, 14 January 2007 |
If your installation fails with the error:
---------------------------------------------------------------------
- ERROR OCCURED -
---------------------------------------------------------------------
- Installation failed with error: -
- Could not find apache in /usr/kerberos/sbin:/opt/jre1.5.0_09/bin:/opt/intel/fce/9.1.036/bin:.:/opt/intel/fce/9.1.036/bin:.:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin
- -
- Please report this bug to: -
-
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
-
- or http://sourceforge.net/tracker/?group_id=148045&atid=770268 -
---------------------------------------------------------------------
The reason is that apache is not in your PATH. The installer needs to talk to apache to find out where it stores its files. The installer searchs for the programs apache, apache2, httpd and httpd2. If they are not in your PATH this error occurs. Apache is usually installed into /usr/sbin/apache. To make the install work you should try:
PATH="$PATH:/usr/sbin/" ./install.pl
|
|