Hi everyone,
I tried to install icinga with web interface according to the icinga documentation. But when I tested the web by command of "php icingaWebTesting.php", error as follows occurred.
PHP Warning: require_once(PHP/Framework.php): failed to open stream: No such file or directory in /usr/src/icinga-web-1.4.1/etc/tests/icingaWebTesting.php on line 3
PHP Fatal error: require_once(): Failed opening required 'PHPUnit/Framework.php'(include_path='.:/usr/share/php:usr/share/pear') in /usr/src/icinga-web-1.4.1/etc/tests/icingaWebTesting.php on line 3
Does anyone have any idea of the solution?