A voir également:
- Wget n'est pas reconnu en tant que commande interne
- Cle usb non reconnu - Guide
- Invite de commande - Guide
- 'Pip' n’est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. - Forum Python
- Commande terminal mac - Guide
- Tu dois avoir accès au live pour passer live en tant qu'invité - Forum TikTok
6 réponses
Bonjour,
Error 404 Not found .
Pas trouvé. Le lien est invalide.
http://downloads.asterisk.org n'existe pas ou n'existe plus.
Error 404 Not found .
Pas trouvé. Le lien est invalide.
http://downloads.asterisk.org n'existe pas ou n'existe plus.
Salut,
En fait le lien existe toujours, c'est juste la version 1.6 qui est obsolète, on en est à la version 15 ;-((
http://downloads.asterisk.org/pub/telephony/asterisk/
En fait le lien existe toujours, c'est juste la version 1.6 qui est obsolète, on en est à la version 15 ;-((
http://downloads.asterisk.org/pub/telephony/asterisk/
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
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
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
Ou si comme je le soupçonne, le dossier download est dans ton home, c'est :
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
Ç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
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
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
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)
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)