IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Applications et environnements graphiques Discussion :

installation NAGIOS sur REDHAT 5


Sujet :

Applications et environnements graphiques

  1. #1
    Inactif
    Inscrit en
    Octobre 2009
    Messages
    21
    Détails du profil
    Informations forums :
    Inscription : Octobre 2009
    Messages : 21
    Points : 33
    Points
    33
    Par défaut installation NAGIOS sur REDHAT 5
    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

  2. #2
    Invité
    Invité(e)
    Par défaut
    Salut,

    peux-tu t'assurer que l'option

    existe bien?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    ./configure --help | grep -i httpd

  3. #3
    Invité
    Invité(e)
    Par défaut
    C'est bien ce qu'il me semblait

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    user@vm-ubuntu8:~/nagios-3.0.6$ ./configure --help | grep -i httpd
    --with-httpd-conf=<path_to_conf> sets path to Apache conf.d directory
    il faut mettre un tiret, pas un point.

  4. #4
    Inactif
    Inscrit en
    Octobre 2009
    Messages
    21
    Détails du profil
    Informations forums :
    Inscription : Octobre 2009
    Messages : 21
    Points : 33
    Points
    33
    Par défaut
    Effectivement,il faudrait bien que je met tiret à la place de.

    Maintenant,lorsque je tape la commande je reçoit ce cette reponse :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    [root@localhost nagios-3.0.6]# ./configure --prefix=/usr/local/nagios --with-httpd-conf=/usr/local/apache2/conf --with-command-group-nagiosmt
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    configure: error: no acceptable C compiler found in $PATH

    je pense que le compilatateur n'est pas installé!

  5. #5
    Invité
    Invité(e)
    Par défaut
    Oui ça m'a l'air.

    Il faut donc l'installer en tant que root.

  6. #6
    Inactif
    Inscrit en
    Octobre 2009
    Messages
    21
    Détails du profil
    Informations forums :
    Inscription : Octobre 2009
    Messages : 21
    Points : 33
    Points
    33
    Par défaut
    voilà ce que j'obtiens :

    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
     
    [root@localhost nagios-3.0.6]# yum install gcc
    Loaded plugins: product-id, security, subscription-manager
    Updating Red Hat repositories.
    Setting up Install Process
    No package gcc available.
    Nothing to do
    [root@localhost nagios-3.0.6]# yum provides */bin/gcc
    Loaded plugins: product-id, security, subscription-manager
    Updating Red Hat repositories.
    No Matches found
    [root@localhost nagios-3.0.6]# yum provides */bin/gcc
    Loaded plugins: product-id, security, subscription-manager
    Updating Red Hat repositories.
    No Matches found
    [root@localhost nagios-3.0.6]#

  7. #7
    Inactif
    Inscrit en
    Octobre 2009
    Messages
    21
    Détails du profil
    Informations forums :
    Inscription : Octobre 2009
    Messages : 21
    Points : 33
    Points
    33
    Par défaut
    je pense que lors de mon installation , j'avais tout laissé par défaut et donc je n'ai pas les utilitaires.

    tu connais le chemin des packets de gcc sur un dvd REDHAT 5 to 7.
    ==>je souhaite les recuperer manuellement puisque là je n'arrive pas à l'installe depuis l'internet

  8. #8
    Invité
    Invité(e)
    Par défaut
    Que donne


  9. #9
    Inactif
    Inscrit en
    Octobre 2009
    Messages
    21
    Détails du profil
    Informations forums :
    Inscription : Octobre 2009
    Messages : 21
    Points : 33
    Points
    33
    Par défaut
    voilà le résultat Monsieur

    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
    [root@localhost ~]# yum search gcc
    Loaded plugins: product-id, security, subscription-manager
    Updating Red Hat repositories.
    ================================= Matched: gcc =================================
    cpp.i386 : The C Preprocessor.
    libgcc.i386 : GCC version 4.1 shared support library
    libgomp.i386 : GCC OpenMP 2.5 shared support library
    libstdc++.i386 : GNU Standard C++ Library
    libtermcap.i386 : A basic system library for accessing the termcap database.
    [root@localhost ~]# 
    [root@localhost ~]# 
    [root@localhost ~]# 
    [root@localhost ~]# 
    [root@localhost ~]# ^C
    [root@localhost ~]# yum search gcc
    Loaded plugins: product-id, security, subscription-manager
    Updating Red Hat repositories.
    ================================= Matched: gcc =================================
    cpp.i386 : The C Preprocessor.
    libgcc.i386 : GCC version 4.1 shared support library
    libgomp.i386 : GCC OpenMP 2.5 shared support library
    libstdc++.i386 : GNU Standard C++ Library
    libtermcap.i386 : A basic system library for accessing the termcap database.
    [root@localhost ~]# 86 : GNU Standard C++ Library
    enfin je pense que l'update ne peut se faire tant que je n'ai pas enregistrer le produit!
    tu confirmes?

  10. #10
    Invité
    Invité(e)
    Par défaut
    Hello,

    Ce lien devrait pouvoir t'aider.

    http://www.cyberciti.biz/faq/howto-i...piler-on-rhel/

Discussions similaires

  1. installation RTlinux Sur Redhat
    Par Chorfa007 dans le forum Linux
    Réponses: 4
    Dernier message: 18/11/2010, 23h56
  2. installer nagios sur ubuntu
    Par minooo dans le forum Ubuntu
    Réponses: 1
    Dernier message: 06/03/2009, 22h58
  3. [INSTALL]oracle 9i sur redhat v8
    Par Gasimoto dans le forum Installation
    Réponses: 10
    Dernier message: 27/04/2006, 13h14
  4. Installer Windows sur une redhat.
    Par jeje.r dans le forum Administration système
    Réponses: 21
    Dernier message: 07/12/2004, 16h55
  5. Probleme install sur RedHat
    Par delph_b dans le forum Installation
    Réponses: 5
    Dernier message: 27/05/2004, 10h09

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo