Bonjour,
j'essaye d'installer nagios(nagios-3.0.6]) sur redhat 5;mais mon installation n'arrive pas aubout.
elle bloque lorsque je tape la commande :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 [root@localhost nagios-3.0.6]# ./configure --prefix=/usr/local/nagios --with-httpd.conf=/usr/local/apache2/conf --with-command-group-nagiosmt configure: error: invalid package name: httpd.conf
Pour info voici toutes les etapes :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29 [root@localhost ~]# useradd -s /bin/false -d /usr/local/nagios nagios [root@localhost ~]# groupadd nagiosmt You have mail in /var/spool/mail/root [root@localhost ~]# groupadd nagiosmt groupadd: group nagiosmt exists [root@localhost ~]# usermod -G nagiosmt nagios [root@localhost ~]# usermod -G nagiosmt nobody [root@localhost ~]# mkdir /root/download [root@localhost ~]# cd /root/download [root@localhost download]# wget http [root@localhost download]# wget <a href="http://www.mtwer.com/files/servers/nagios-3.0.6.tar.gz" target="_blank">http://www.mtwer.com/files/servers/nagios-3.0.6.tar.gz</a> --2011-09-15 06:22:31-- <a href="http://www.mtwer.com/files/servers/nagios-3.0.6.tar.gz" target="_blank">http://www.mtwer.com/files/servers/nagios-3.0.6.tar.gz</a> Resolving <a href="http://www.mtwer.com" target="_blank">www.mtwer.com</a>... 66.118.187.68 Connecting to <a href="http://www.mtwer.com|66.118.187.68|:80" target="_blank">www.mtwer.com|66.118.187.68|:80</a>... connected. HTTP request sent, awaiting response... 200 OK Length: 2776341 (2.6M) [application/x-gzip] Saving to: `nagios-3.0.6.tar.gz' 100%[===================================================================================================================>] 2,776,341 264K/s in 12s 2011-09-15 06:23:03 (227 KB/s) - `nagios-3.0.6.tar.gz' saved [2776341/2776341] [root@localhost download]# tar -zxt nagios-3.0.6.tar.gz tar: You may not specify more than one `-Acdtrux' option Try `tar --help' or `tar --usage' for more information. [root@localhost download]# tar -zxf nagios-3.0.6.tar.gz [root@localhost download]# ls nagios-3.0.6 nagios-3.0.6.tar.gz [root@localhost download]# cd nagios-3.0.6
Merci de votre retour rapide
Partager