X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=blobdiff_plain;f=install.conf.default;h=c1593c31a190c920407200f875b1d1f1ffd33c70;hp=4da7184cb39151569575af799b573de2cccaf4fc;hb=86b99a8982a34845dcb1e9e4a76880da48254c72;hpb=36c2230195ed6ec1e12babfc9dcf306c79ded334 diff --git a/install.conf.default b/install.conf.default index 4da7184cb3..c1593c31a1 100644 --- a/install.conf.default +++ b/install.conf.default @@ -30,6 +30,7 @@ # openils_core - install the Open-ILS perl modules, and core files for running and openils server # openils_web - copies over the javascript and html templates to the web root directory for running the OPAC # openils_marcdumper - utility code for converting MARC to MARCXML +# openils_db - installs the database schemas # # evergreen_cor - builds core Evergreen components (does not build evergreen_xul_client!) # evergreen_xul_client - client XUL application @@ -73,16 +74,16 @@ TMP="/tmp/ilstmp/"; # to the published API. # -------------------------------------------------------------------- -APXS2=$(which apxs); -if [ -z "$APXS2" ]; then APXS2="/opt/bin/apxs"; fi +APXS2="/opt/bin/apxs"; # -------------------------------------------------------------------- -# Directory where the Apache2 header files are located. This must +# Directories where the Apache2 header files are located. These must # be set when building the mod_ils_gateway C plugin for allowing web # access to the published API. # -------------------------------------------------------------------- APACHE2_HEADERS="/opt/include/"; +APR_HEADERS="/opt/include/"; # --------------------------------------------------------------------