Title: Install.sh problem -> apache configuration file not found

Hi

I've just installed the new beta release "Five Years" of midgard. My environment is fedora core on a i386 architecure.
After installation all needed package I tried to run Install.sh.

I got the following error:

Apache configuration file not found!
Apache binary not found!
Apache libexec directory not found

Please edit path.config

The first part of the path.config file is printed below:

export PATH="$PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/midgard/bin"

MGD_CONFIG=""
MYSQL_CONFIG=""
MYSQL_BIN="/usr/bin/"
MYSQL_ADMIN=""
DIALOG=""

# Do not edit APXS if You do not have  apache-dev installed.
# APACHE points to apache binary
# APACHE_CONF to its configuration file name
# APACHE_CONF_PATH to its configuration files path
# APACHE_LIBEXEC_PATH to modules
APXS="/usr/sbin/apxs"

APACHE=""
APACHE_CONF="httpd.conf"
APACHE_CONF_PATH="/etc/httpd/conf/"
APACHE_LIBEXEC_PATH=""


APACHE_USER="apache"
APACHE_GROUP="apache"

# Just in case when some distro has modules.conf defined weird way.
#APACHE_MODULES_CONF="/etc/apache/modules.conf"

# Edit ONLY when Apache version was not found properly on Your system.
# 1 or 2 according to Apache's version.
#USE_APACHE=""

#####################################################################
# End of user defined data. This is 'Police Line' , do not cross :)
#####################################################################

Anybody any ideas.

Thanks, Christian



Reply via email to