From: Galen Charlton Date: Fri, 12 Aug 2016 18:03:10 +0000 (-0400) Subject: LP#1579219: set up mod_perl as an Evergreen dependency X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5314f89b0e0aaaf6228951e1ee36de1e9d7faa95;p=contrib%2FConifer.git LP#1579219: set up mod_perl as an Evergreen dependency This patch, in conjunction with another one for OpenSRF, set mod_perl up as a dependency installed when Evergreen is installed, not when OpenSRF is installed, as OpenSRF itself does not require mod_perl. Minor tweak to Galen's original patch to include mod_perl in the list for apache mods to be activated by default. Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index e9bb7ffd39..945ba203be 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -19,6 +19,7 @@ export DEBS = \ apache2-prefork-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-isbn-data-perl\ libbusiness-issn-perl\ @@ -80,7 +81,8 @@ export DEB_APACHE_MODS = \ proxy\ proxy_http\ rewrite\ - cgi + cgi\ + perl export DEB_APACHE_DISMODS = \ deflate diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 37754a221d..0a200d5810 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -19,6 +19,7 @@ export DEBS = \ apache2-prefork-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-isbn-data-perl\ libbusiness-issn-perl\ @@ -74,7 +75,9 @@ export DEB_APACHE_MODS = \ include\ proxy\ proxy_http\ - rewrite + rewrite\ + cgi\ + perl export DEB_APACHE_DISMODS = \ deflate diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index d338037baa..a0902fafe4 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -31,6 +31,7 @@ FEDORA_RPMS = \ libyaz \ libyaz-devel \ mingw32-nsiswrapper \ + mod_perl \ mod_ssl \ ncurses-devel \ ncurses-libs \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index 6a9b708483..bcddd7e58e 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -19,6 +19,7 @@ export DEBS = \ apache2-prefork-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-edi-perl \ libbusiness-isbn-data-perl\ @@ -74,12 +75,13 @@ export DEBS = \ yaz export DEB_APACHE_MODS = \ - cgi\ expires\ include\ proxy\ proxy_http\ - rewrite + rewrite\ + cgi\ + perl export DEB_APACHE_DISMODS = \ deflate diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial index 224c91c3e0..ead590f273 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial @@ -19,6 +19,7 @@ export DEBS = \ apache2-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-isbn-data-perl\ libbusiness-issn-perl\ @@ -79,7 +80,8 @@ export DEB_APACHE_MODS = \ proxy\ proxy_http\ rewrite\ - cgi + cgi\ + perl export DEB_APACHE_DISMODS = \ deflate