Page 3 sur 5 PremièrePremière 12345 DernièreDernière
Affichage des résultats 21 à 30 sur 49

Discussion: asterisk et sa base de donnée

  1. #21
    Membre
    Date d'inscription
    juillet 2011
    Messages
    40
    Downloads
    2
    Uploads
    0
    j'excute la commande make ou make menuselect
    make: -F. : commande introuvable
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    ****
    **** The configure script must be executed before running 'make'.
    **** Please run "./configure".
    ****
    make: *** [makeopts] Erreur 1


    j'ai installer apt-get install make
    j'avait extement la meme erreur sous ubuntu.
    j'ai installer gcc

  2. #22
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    Code:
    ****
     **** The configure script must be executed before running 'make'.
     **** Please run "./configure".
     ****
    beennn, j'crois que c'est clair....
    serge a raison, fais péter les cahuetes....

  3. #23
    Membre
    Date d'inscription
    juillet 2011
    Messages
    40
    Downloads
    2
    Uploads
    0
    j'ai bien sur fait ./configure avant de faire make ou make menuselect
    comme on me l'avait indiqué auparavant et comme c’est écrit dans le README

  4. #24
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    ben il a pas du bien se terminer.... tu peux refaire ?

  5. #25
    Membre Senior
    Date d'inscription
    février 2011
    Localisation
    Garges Les Gonesse
    Messages
    152
    Downloads
    0
    Uploads
    0
    Bonjour,

    c'est
    j'excute la commande make ou make menuselect
    make: -F. : commande introuvable
    qui me surprend d'apres le man de make l'option -F n'existe pas
    la syntaxe est make -f fichier a utiliser dans le repertoire courant
    ex make -f Makefile
    et make seul essaie de trouver Makefile
    make -f pas necessaire avec asterisk
    donc
    ./configure
    make menuselect
    make
    make install
    suivre les indications qui sont retournées
    et c'est tout.!
    A+

  6. #26
    Membre
    Date d'inscription
    juillet 2011
    Messages
    40
    Downloads
    2
    Uploads
    0
    Voila:



    cd asterisk-1.8.5.0
    root@debian:/home/julien/asterisk-1.8.5.0# ./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for uname... /bin/uname
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking for g++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl.exe... no
    checking for FCC... no
    checking for KCC... no
    checking for RCC... no
    checking for xlC_r... no
    checking for xlC... no
    checking whether we are using the GNU C++ compiler... no
    checking whether g++ accepts -g... no
    checking how to run the C preprocessor... gcc -E
    checking how to run the C++ preprocessor... /lib/cpp
    configure: error: in `/home/vincent/asterisk-1.8.5.0':
    configure: error: C++ preprocessor "/lib/cpp" fails sanity check
    See `config.log' for more details.
    root@debian:/home/julien/asterisk-1.8.5.0# make menuselect
    make: -F. : commande introuvable
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    ****
    **** The configure script must be executed before running 'make'.
    **** Please run "./configure".
    ****
    make: *** [makeopts] Erreur 1
    root@debian:/home/julien/asterisk-1.8.5.0# make
    make: -F. : commande introuvable
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    ****
    **** The configure script must be executed before running 'make'.
    **** Please run "./configure".
    ****
    make: *** [makeopts] Erreur 1
    root@debian:/home/julien/asterisk-1.8.5.0# make install
    make: -F. : commande introuvable
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    /bin/sh: Illegal option -
    ****
    **** The configure script must be executed before running 'make'.
    **** Please run "./configure".
    ****
    make: *** [makeopts] Erreur 1
    root@debian:/home/julien/asterisk-1.8.5.0# cat README | more

  7. #27
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    allez.... cahuètes.....

    Code:
    configure: error: in `/home/vincent/asterisk-1.8.5.0':
     configure: error: C++ preprocessor "/lib/cpp" fails sanity check
    configure EST mal terminé !

    il doit te manquer le c++ ou il est mal installé....
    je sais plus le nom du package sous debian... apt-get install gcc-cpp
    ou gcc-c++

  8. #28
    Membre
    Date d'inscription
    juillet 2011
    Messages
    40
    Downloads
    2
    Uploads
    0
    javait pas comprit l'erreur, pourtant javait installer gcc comme conseiller.

    je reprends tout désormais, heureusement qu'il y'a les snapshot

  9. #29
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    gcc est bien installé, c'est le compilateur c, mais depuis 20 ans, on a inventé le c++ (avec les classes), et c'est celui la qui manque.

    note... quand tu vois 'error', c'est pas bon.... et si tu veux éviter le warning à la fin sur la doc, relance avec ./configure --disable-xmldoc

    tu as tout bon si tu vois ca:
    Code:
                   .$$$$$$$$$$$$$$$=..
                .$7$7..          .7$$7:.
              .$$:.                 ,$7.7
            .$7.     7$$$$           .$$77
         ..$$.       $$$$$            .$$$7
        ..7$   .?.   $$$$$   .?.       7$$$.
       $.$.   .$$$7. $$$$7 .7$$$.      .$$$.
     .777.   .$$$$$$77$$$77$$$$$7.      $$$,
     $$$~      .7$$$$$$$$$$$$$7.       .$$$.
    .$$7          .7$$$$$$$7:          ?$$$.
    $$$          ?7$$$$$$$$$$I        .$$$7
    $$$       .7$$$$$$$$$$$$$$$$      :$$$.
    $$$       $$$$$$7$$$$$$$$$$$$    .$$$.
    $$$        $$$   7$$$7  .$$$    .$$$.
    $$$$             $$$$7         .$$$.
    7$$$7            7$$$$        7$$$
     $$$$$                        $$$
      $$$$7.                       $$  (TM)
       $$$$$$$.           .7$$$$$$  $$
         $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
           $$$$$$$$$$$$$$$$.
    tant que c'est pas bon, reprends la dernière ligne et google....

    et tu peux lire: http://www.asterisk-france.org/conte...1.8-sur-Debian
    et voir ce qui te manques

  10. #30
    Membre
    Date d'inscription
    juillet 2011
    Messages
    40
    Downloads
    2
    Uploads
    0
    j'ai déjé eu ca , sur ubuntu.
    Donc j'ai recommencé sur Debian, et j'ai une erreur :
    et il me dit exécuter le get_mp3_source.sh qu je fait et ...
    /usr/src/asterisk-1.8.5.0/contrib/scripts# ./get_mp3_source.sh
    ./get_mp3_source.sh: 12: svn: not found

    Bref j'ai refait un makemenu et j'ai déslectionner, et maintenant , ca fonctionne
    et j'ai bien le fichier res_config_mysql.conf
    je vias enfin, pourvoir refaire une base de donnée pour mettre les infos du sip.conf

    merci a vous tous, j'espere que mon projet se déroulera au poil!
    bonen soirée

Règles de messages

  • Vous ne pouvez pas créer de nouvelles discussions
  • Vous ne pouvez pas envoyer des réponses
  • Vous ne pouvez pas envoyer des pièces jointes
  • Vous ne pouvez pas modifier vos messages
  •