Guest User

Untitled

a guest
Sep 10th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # link the apache modules in
  2. for m in expires include proxy proxy_http rewrite cgi; do a2enmod $m; done;
  3. /bin/sh: 1: a2enmod: not found
  4. /bin/sh: 1: a2enmod: not found
  5. /bin/sh: 1: a2enmod: not found
  6. /bin/sh: 1: a2enmod: not found
  7. /bin/sh: 1: a2enmod: not found
  8. /bin/sh: 1: a2enmod: not found
  9. Open-ILS/src/extras//install//Makefile.debian:24: recipe for target 'debian_sys_config' failed
  10. make[2]: *** [debian_sys_config] Error 127
  11. make[2]: Leaving directory '/home/tech/Desktop/evergreen_SRC/Evergreen-ILS-2.11.9'
  12. Open-ILS/src/extras//install/Makefile.ubuntu-xenial:136: recipe for target 'all' failed
  13. make[1]: *** [all] Error 2
  14. make[1]: Leaving directory '/home/tech/Desktop/evergreen_SRC/Evergreen-ILS-2.11.9'
  15. Open-ILS/src/extras/Makefile.install:67: recipe for target 'ubuntu-xenial' failed
  16. make: *** [ubuntu-xenial] Error 2
  17. root@ubuntu:~/Desktop/evergreen_SRC/Evergreen-ILS-2.11.9# sudo apt-get install a2enmod
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. E: Unable to locate package a2enmod
  22.  
Add Comment
Please, Sign In to add comment