Probème avec wget

Bonjour,
j'ai des soucis pour l'installation de Asterisk et quand je tape la commande: wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.6.2-current.tar.gz je reçois cette erreur


6 réponses

  1. Bonjour,
    Error 404 Not found .
    Pas trouvé. Le lien est invalide.
    http://downloads.asterisk.org n'existe pas ou n'existe plus.
    0
    1. merci Zipe31 de vite me repondre ça marche mais j' ai un autre problème quand avec la commande : tar zxvf /download/ asterisk-15.5.0.tar.gz.j'ai cette erreur

      root@debian:/usr/src# tar zxvf /download/ asterisk-15.5.0.tar.gz
      tar (child): /download/ : open impossible: Aucun fichier ou dossier de ce type
      tar (child): Error is not recoverable: exiting now
      tar: Child returned status 2
      tar: Error is not recoverable: exiting now
      0
      1. Contributeur
        Normal il ne connaît pas le répertoire "
        /download
        " (écrit comme ça, ça voudrait dire qu'il se trouve à la racine "/") ;-(

        Il faut donner le chemin complet vers le "tar.gz".
        0
      2. Modérateur
        Salut

        Si c'est un copier coller du terminal, c'est normal que ça ne marche pas, tu as un espace en trop dans ton path.

        EDIT : Ah oui, j'avais pas fait gaffe non plus au chemoin absolu foireux.

        Si tu as bien un dossier download dans /usr/src, c'est
        tar zxvf download/asterisk-15.5.0.tar.gz

        Ou si comme je le soupçonne, le dossier download est dans ton home, c'est :
        tar zxvf /home/tonusername/download/asterisk-15.5.0.tar.gz
        0
      3. « j' ai un autre problème »
        donc, J'OUVRE UN NOUVEAU SUJET!!!
        0
    2. Ça marche j'ai fais tar -xvf asterisk-15.5.0.tar.gz et j'ai vu cette commande dans un de vos intervention vraiment merci beaucoup
      0
      1. Modérateur
        Ça a compilé correctement et le logiciel se lance bien ?
        0
    3. d'apres le tuto que je suit je doit taper la commande ./configure et le schema d'asterisk doit s'afficher mais la commande ./configure ne passe pas
      0
      1. Modérateur
        C'est à dire ? Que s'affiche il ?
        0
    4. checking for strings.h... (cached) yes
      checking sys/event.h usability... no
      checking sys/event.h presence... no
      checking for sys/event.h... no
      checking utime.h usability... yes
      checking utime.h presence... yes
      checking for utime.h... yes
      checking for pkg-config... no
      checking for LIBEDIT... no
      checking for history_init in -ledit... yes
      checking histedit.h usability... yes
      checking histedit.h presence... yes
      checking for histedit.h... yes
      checking for Testing for libedit unicode support... yes
      checking for uuid_generate_random in -luuid... no
      checking for uuid_generate_random in -le2fs-uuid... no
      checking for uuid_generate_random... no
      configure: error: *** uuid support not found (this typically means the uuid development package is missing)
      0
      1. Modérateur
        Alors j'suis pas du tout spécialiste en compilation, mais j'ai bien l'impression qu'il te manque plein de dépendance. Il faut donc que tu installe tout les paquets notés "no".
        0