Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
nagios_unter_gentoo_mit_lilac [2011/08/08 10:31] – admin | nagios_unter_gentoo_mit_lilac [2017/04/01 17:36] (aktuell) – gelöscht admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | |||
- | ====== Installation des Nagiosdienstes ====== | ||
- | |||
- | |||
- | Folgende Zeilen müssen in der package.keywords stehen: | ||
- | | ||
- | net-analyzer/ | ||
- | =sys-apps/ | ||
- | net-analyzer/ | ||
- | net-analyzer/ | ||
- | net-analyzer/ | ||
- | |||
- | Folgende Zeilen müssen in der package.use stehen: | ||
- | | ||
- | net-analyzer/ | ||
- | net-analyzer/ | ||
- | net-fs/ | ||
- | net-nds/ | ||
- | dev-lang/ | ||
- | |||
- | Und das ganze installieren: | ||
- | | ||
- | emerge -qa net-analyzer/ | ||
- | |||
- | |||
- | |||
- | ===== Ausgabe von Portage: ===== | ||
- | |||
- | | ||
- | * APACHE | ||
- | * The location of SSL certificates has changed. If you are | ||
- | * upgrading from www-servers/ | ||
- | * *any* apache version), you might want to move your old | ||
- | * certificates from / | ||
- | * update your config files. | ||
- | | ||
- | * Attention: cgi and cgid modules are now handled via APACHE2_MODULES flags | ||
- | * in / | ||
- | * In general, you should use ' | ||
- | | ||
- | | ||
- | PHP | ||
- | * Please note that this version of PHP does not yet come with a suhosin patch | ||
- | * Installing SAPI: cli | ||
- | * Installing php.ini for cli into / | ||
- | | ||
- | * Installing SAPI: cgi | ||
- | * Installing php.ini for cgi into / | ||
- | | ||
- | * Installing SAPI: apache2 | ||
- | * Installing php.ini for apache2 into / | ||
- | | ||
- | | ||
- | * To enable php, you need to edit your / | ||
- | * add '-D PHP5' to APACHE2_OPTS. | ||
- | | ||
- | | ||
- | * Configuration file installed as | ||
- | | ||
- | * You may want to edit it before turning the module on in / | ||
- | | ||
- | * Switched cli to use php:5.3 | ||
- | | ||
- | * Switched cgi to use php:5.3 | ||
- | | ||
- | * Switched apache2 to use php:5.3 | ||
- | | ||
- | * Make sure that PHP_TARGETS in / | ||
- | * to compile extensions for the 5.3 ABI | ||
- | | ||
- | | ||
- | * This ebuild installed a version of php.ini based on php.ini-development version. | ||
- | * You can chose which version of php.ini to install by default by setting PHP_INI_VERSION to either | ||
- | * ' | ||
- | * Both versions of php.ini can be found in / | ||