Software » make ta race..
Rappel du message précédent
make ta race..
Publié le 27/07/2007 @ 08:40:22,
Par Jean-Christopheil a sans doute trouvé le path dans la registry
make ta race..
Publié le 27/07/2007 @ 10:35:21,
Par ovhDis donc mik t'aurais pas oublié d'exécuter le script ./configure des fois ?
Je n'ai rien à voir avec www.ovh.com
make ta race..
Publié le 27/07/2007 @ 12:42:04,
Par AltarSans le ./configure, il ne compile pas normalement
make ta race..
Publié le 27/07/2007 @ 13:21:38,
Par cauetBeuh.. j'ai tout supprimé.
J'ai tout dézippé.
J'ai laissé asterisk dans son répertoire.
J'ai été dans les addons
./configure
make
et..
+---- Asterisk-Addons Build Complete ----+
+ +
+ Addons has successfully been built . +
+ If you would like to install it : +
+ +
+ make install +
+---------------------------------------------+
Quand je vous dis que je suis maudit
J'ai tout dézippé.
J'ai laissé asterisk dans son répertoire.
J'ai été dans les addons
./configure
make
et..
+---- Asterisk-Addons Build Complete ----+
+ +
+ Addons has successfully been built . +
+ If you would like to install it : +
+ +
+ make install +
+---------------------------------------------+
Quand je vous dis que je suis maudit
make ta race..
Publié le 27/07/2007 @ 13:24:06,
Par AltarAh bah voilà
Dernière édition: 27/07/2007 @ 14:33:15
Dernière édition: 27/07/2007 @ 14:33:15
make ta race..
Publié le 27/07/2007 @ 14:07:04,
Par cauetY'a un truc qui me turlupine.. je ne vois nulle part de module cdr_mysql.so ...
- ni dans les modules Asterisk avec make install
- ni dans les /usr/src/asterisk-1.4.9/
- ni dans l'archive tar.gz d'Altar.
Comment faire pour le charger donc..
(J'ai fais le mariolle là, j'avais copié "cdr_addon_mysql.c" dans les modules et je m'étonnais que ca ne marchait pas.. )
- ni dans les modules Asterisk avec make install
- ni dans les /usr/src/asterisk-1.4.9/
- ni dans l'archive tar.gz d'Altar.
Comment faire pour le charger donc..
(J'ai fais le mariolle là, j'avais copié "cdr_addon_mysql.c" dans les modules et je m'étonnais que ca ne marchait pas.. )
make ta race..
Publié le 27/07/2007 @ 14:10:10,
Par AltarJe n'ai pas mysql d'installer donc c'est normal que le module ne soit pas compiler chez moi... Post un peu le résultat de ton configure pour les addons.
make ta race..
Publié le 27/07/2007 @ 14:15:03,
Par cauetdedia8:/usr/src/asterisk-addons-1.4.2# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for uname... /bin/uname
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for GNU make... make
checking for grep... /bin/grep
checking for basename... /usr/bin/basename
checking for dirname... /usr/bin/dirname
checking for sh... /bin/sh
checking for ln... /bin/ln
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... (cached) /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 for initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for curses.h... (cached) yes
checking for mysql_config... no
checking for asterisk.h... yes
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
make ta race..
Publié le 27/07/2007 @ 14:18:53,
Par AltarEssaye ./configure --with-mysqlclient=PATH en remplacant path par l'emplacement de ton mysql.
make ta race..
Publié le 27/07/2007 @ 15:14:16,
Par cauetchecking for mysql_config... no
configure: ***
configure: *** mysql_config was not found in the path you specified:
configure: *** /usr/bin/mysql/bin
configure: *** including --without-mysqlclient
dedia8:/usr/src/asterisk-addons-1.4.2#
dedia8:/usr/src/asterisk-addons-1.4.2# find / -name "*mysql_config*"
dedia8:/usr/src/asterisk-addons-1.4.2#
Aucun fichier mysql_config sur mon disc-dur..
make ta race..
Publié le 27/07/2007 @ 15:26:45,
Par AltarDebian Sarge - Mysql 4.1
root@paris147:~# locate mysql_config
/usr/bin/mysql_config
Plus sérieusement, le fichier est dans les packages suivantes pour sarge
libmysqlclient10-dev: usr/bin/mysql_config
libmysqlclient10-dev: usr/share/man/man1/mysql_config.1.gz
libmysqlclient12-dev: usr/bin/mysql_config
libmysqlclient12-dev: usr/share/man/man1/mysql_config.1.gz
libmysqlclient14-dev: usr/bin/mysql_config
libmysqlclient14-dev: usr/share/man/man1/mysql_config.1.gz
libmysqlclient15-dev: usr/bin/mysql_config
libmysqlclient15-dev: usr/share/man/man1/mysql_config.1.gz
Tu dois avoir l'équivalent pour ta version
make ta race..
Publié le 27/07/2007 @ 15:54:01,
Par cauetapt-get install libmysqlclient15-dev
et...
checking for mysql_config... /usr/bin/mysql_config
et...
checking for mysql_config... /usr/bin/mysql_config
make ta race..
Publié le 27/07/2007 @ 15:58:38,
Par cauetINSERT INTO `cdr` (`calldate`, `clid`, `src`, `dst`, `dcontext`, `channel`, `dstchannel`, `lastapp`, `lastdata`, `duration`, `billsec`, `disposition`, `amaflags`, `accountcode`, `userfield`) VALUES
('2007-07-27 15:55:48', '"Private" <Private>', 'Private', 's', 'default', 'SIP/85.119.188.3-081e83a8', '', 'BackGround', 'demo-congrats', 8, 7, 'ANSWERED', 3, '', '');
Ca marcheeeeeeeeeeeeeuuuuuuuuu..
Altar, je peux au moins t'offrir un verre
make ta race..
Publié le 27/07/2007 @ 16:06:28,
Par AltarLa prochaine fois qu'on se voit alors Je retourne sur mes libs flac moi... Boulot à la con des jours
make ta race..
Publié le 27/07/2007 @ 17:02:26,
Par cauetflac? la compression audio sans perte?
make ta race..
Publié le 27/07/2007 @ 17:09:41,
Par AltarOui Il faut l'intégrer au logiciel de numérisation interne
make ta race..
Publié le 27/07/2007 @ 22:38:23,
Par ovh