Guest User

Untitled

a guest
Feb 21st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. Scientific Linux 6.1
  2. Linux localhost.localdomain 2.6.32-131.0.15.el6.x86_64 #1 SMP Sat May 21 10:27:57 CDT 2011 x86_64 x86_64 x86_64 GNU/Linux
  3.  
  4. tar xzvf icinga-web-1.5.0.tar.gz
  5.  
  6. ./configure \
  7. --with-web-user=apache \
  8. --with-web-group=apache \
  9. --with-db-type=pgsql \
  10. --with-db-port=5432 \
  11. --with-api-subtype=pgsql \
  12. --with-api-port=5432 \
  13. --with-api-db-pass=my_pgsql_pass \
  14. --with-db-socket=/usr/local/icinga/var/ido.sock
  15.  
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking for grep that handles long lines and -e... /bin/grep
  18. checking for a sed that does not truncate output... /bin/sed
  19. checking for php... /usr/bin/php
  20. checking for mysql... not found
  21. configure: WARNING: binary mysql not found in PATH
  22. checking for phing... /usr/bin/phing
  23. checking if path /etc/httpd/conf.d exists... found
  24. checking for phpunit... /usr/bin/phpunit
  25. checking for phpcs... /usr/bin/phpcs
  26. checking for devel-mode... no (good)
  27. configure: creating ./config.status
  28. config.status: creating Makefile
  29. config.status: creating lib/Makefile
  30. config.status: creating lib/icingaScheduler/config.php
  31. config.status: creating pub/Makefile
  32. config.status: creating etc/Makefile
  33. config.status: creating bin/Makefile
  34. config.status: creating doc/Makefile
  35. config.status: creating app/Makefile
  36. config.status: creating etc/sitecfg/Makefile
  37. config.status: creating app/config/databases.xml
  38. config.status: creating app/config/icinga.xml
  39. config.status: creating app/config/logging.xml
  40. config.status: creating app/config/settings.xml
  41. config.status: creating app/config/translation.xml
  42. config.status: creating app/modules/Api/config/access.xml
  43. config.status: creating app/modules/AppKit/config/module.xml
  44. config.status: creating app/modules/AppKit/config/auth.xml
  45. config.status: creating app/modules/Cronks/config/module.xml
  46. config.status: creating app/modules/Reporting/config/module.xml
  47. config.status: creating etc/build.properties
  48. config.status: creating tests/phpunit/test.properties
  49. config.status: creating etc/apache2/icinga-web.conf
  50. config.status: creating etc/scheduler/icingaCron
  51. config.status: creating bin/clearcache.sh
  52. config.status: creating pub/.htaccess
  53. config.status: creating pub/soap/.htaccess
  54.  
  55. icinga-web successfully configured!
  56.  
  57. Please proceed with make to install your icinga-web instance:
  58.  
  59. * make Some general hints about make targets
  60. * make install Install a new instance of icinga-web
  61. * make upgrade Upgrades an existing installation:
  62. keep site config files untouched!
Add Comment
Please, Sign In to add comment