[OPEN-ILS-GENERAL] Bug?

Jim Lynch jim at fayettedigital.com
Fri Jul 8 17:26:22 EDT 2016


Is this a bug?  If so, how do I go about reporting it?

make -f Open-ILS/src/extras//install//Makefile.debian debian_sys_config
make[2]: Entering directory `/home/ubuntu/Evergreen-ILS-2.10.5'
# link the apache modules in
for m in cgi expires include proxy proxy_http rewrite; do a2enmod $m; done;
/bin/sh: 1: a2enmod: not found
/bin/sh: 1: a2enmod: not found
/bin/sh: 1: a2enmod: not found
/bin/sh: 1: a2enmod: not found
/bin/sh: 1: a2enmod: not found
/bin/sh: 1: a2enmod: not found
make[2]: *** [debian_sys_config] Error 127
make[2]: Leaving directory `/home/ubuntu/Evergreen-ILS-2.10.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ubuntu/Evergreen-ILS-2.10.5'
make: *** [ubuntu-trusty] Error 2

This is just part of the output from

make -f Open-ILS/src/extras/Makefile.install ubuntu-trusty

Which is in the "Installing prerequisites" section.  Seems to me it shouldn't assume any utilities are loaded except for the basic system utilities.  a2enmod isn't installed  unless it's needed for Apache.

Thanks,
Jim.




More information about the Open-ils-general mailing list