Installation du serveur kannel
patsun
Messages postés
5
Statut
Membre
-
senateur -
senateur -
salut à tous mon probeme est le suivant je veut deployer le serveur le serveur de sms kannel mais cependant aprés avoir fait les différentes mise à jour necessaire lorsque je lance :
tar –zxvf gateway-1.3.2.tar.gz
cd gateway
./configure –with-mysql –with-mysql-dir=/usr/local/mysql
voici ce je reçoit
loading cache ./config.cache
Configuring for Kannel gateway version 1.4.0 ...
Running system checks ...
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -rdynamic) works... yes
checking whether the C compiler (gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -rdynamic) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking for convert... (cached) /usr/bin/convert
checking for perl... (cached) /usr/bin/perl
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking for log in -lm... (cached) yes
checking for accept in -lsocket... (cached) no
checking for inet_ntoa in -lnsl... (cached) yes
checking for inet_ntop in -lresolv... (cached) yes
checking for inet_ntop in -lbind... (cached) no
checking for pthread_exit in -lpthread... (cached) yes
checking for libiconv in -liconv... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for pthread.h... (cached) yes
checking for getopt.h... (cached) yes
checking for syslog.h... (cached) yes
checking for iconv.h... (cached) yes
checking for zlib.h... (cached) yes
checking for execinfo.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/sockio.h... (cached) no
checking for net/if.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for gettimeofday... (cached) yes
checking for select... (cached) yes
checking for socket... (cached) yes
checking for strdup... (cached) yes
checking for getopt_long... (cached) yes
checking for localtime_r... (cached) yes
checking for gmtime_r... (cached) yes
checking for backtrace... (cached) yes
checking for srandom... (cached) yes
checking for getopt... (cached) yes
checking for gethostbyname_r... (cached) yes
checking for which type of gethostbyname_r... (cached) 6
checking for socklen_t in <sys/socket.h>... (cached) yes
checking for getopt in <stdio.h>... (cached) no
checking for getopt in <unistd.h>... (cached) yes
checking for regex.h... (cached) yes
checking for regcomp... (cached) yes
Checking for POSIX threads support ...
checking for working pthreads... yes
checking for pthread_spinlock support... yes
checking for pthread_rwlock support... yes
checking for sem_init in -lrt... (cached) yes
checking for semaphore support... yes
Checking for libxml2 support ...
checking for xml2-config... (cached) /usr/bin/xml2-config
checking libxml version... 2.5.4
Configuring for PCRE support ...
checking whether to compile with PCRE support... disabled
Configuring DocBook support ...
checking for jade... (cached) jade
checking for jadetex... (cached) jadetex
checking for pdfjadetex... (cached) pdfjadetex
checking for dvips... (cached) dvips
checking for fig2dev... (cached) fig2dev
checking for convert... (cached) /usr/bin/convert
checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl... (cached) no
checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl...
(cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.77/html/docbook.dsl...
(cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl... (cached) yes
checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl...
(cached) no
checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.77/print/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl... (cached) yes
Documentation will be built as well.
Configuring parameters ...
checking which malloc to use... native malloc
enabling local time
enabling cookies
Configuring OpenSSL support ...
checking whether to compile with SSL support... trying /usr/lib /usr/include/openssl
checking for openssl... (cached) /usr/bin/openssl
checking for CRYPTO_lock in -lcrypto... (cached) yes
checking for SSL_library_init in -lssl... (cached) yes
checking for SSL_connect in -lssl... (cached) yes
checking for openssl/x509.h... (cached) yes
checking for openssl/rsa.h... (cached) yes
checking for openssl/crypto.h... (cached) yes
checking for openssl/pem.h... (cached) yes
checking for openssl/ssl.h... (cached) no
checking for openssl/err.h... (cached) yes
checking whether the OpenSSL library is multithread-enabled... yes
checking whether to compile with SSL support... yes
Configuring DB support ...
checking whether to compile with MySQL support... searching
checking for mysql_config... /usr/bin/mysql_config
checking mysql version... 3.23.54
checking mysql libs... -L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm
checking for mysql_init in -lmysqlclient... no
configure: error: Unable to find MySQL client libraries
je ne sai pa ce que je doit faire pour specifier le chemin vers les libraries mysql clientes .quelqun peut il m'aider c'est assez urgent
Merci d'avance
tar –zxvf gateway-1.3.2.tar.gz
cd gateway
./configure –with-mysql –with-mysql-dir=/usr/local/mysql
voici ce je reçoit
loading cache ./config.cache
Configuring for Kannel gateway version 1.4.0 ...
Running system checks ...
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -rdynamic) works... yes
checking whether the C compiler (gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -rdynamic) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking for convert... (cached) /usr/bin/convert
checking for perl... (cached) /usr/bin/perl
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking for log in -lm... (cached) yes
checking for accept in -lsocket... (cached) no
checking for inet_ntoa in -lnsl... (cached) yes
checking for inet_ntop in -lresolv... (cached) yes
checking for inet_ntop in -lbind... (cached) no
checking for pthread_exit in -lpthread... (cached) yes
checking for libiconv in -liconv... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for pthread.h... (cached) yes
checking for getopt.h... (cached) yes
checking for syslog.h... (cached) yes
checking for iconv.h... (cached) yes
checking for zlib.h... (cached) yes
checking for execinfo.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/sockio.h... (cached) no
checking for net/if.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for gettimeofday... (cached) yes
checking for select... (cached) yes
checking for socket... (cached) yes
checking for strdup... (cached) yes
checking for getopt_long... (cached) yes
checking for localtime_r... (cached) yes
checking for gmtime_r... (cached) yes
checking for backtrace... (cached) yes
checking for srandom... (cached) yes
checking for getopt... (cached) yes
checking for gethostbyname_r... (cached) yes
checking for which type of gethostbyname_r... (cached) 6
checking for socklen_t in <sys/socket.h>... (cached) yes
checking for getopt in <stdio.h>... (cached) no
checking for getopt in <unistd.h>... (cached) yes
checking for regex.h... (cached) yes
checking for regcomp... (cached) yes
Checking for POSIX threads support ...
checking for working pthreads... yes
checking for pthread_spinlock support... yes
checking for pthread_rwlock support... yes
checking for sem_init in -lrt... (cached) yes
checking for semaphore support... yes
Checking for libxml2 support ...
checking for xml2-config... (cached) /usr/bin/xml2-config
checking libxml version... 2.5.4
Configuring for PCRE support ...
checking whether to compile with PCRE support... disabled
Configuring DocBook support ...
checking for jade... (cached) jade
checking for jadetex... (cached) jadetex
checking for pdfjadetex... (cached) pdfjadetex
checking for dvips... (cached) dvips
checking for fig2dev... (cached) fig2dev
checking for convert... (cached) /usr/bin/convert
checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl... (cached) no
checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl...
(cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.77/html/docbook.dsl...
(cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl... (cached) yes
checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl...
(cached) no
checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.77/print/docbook.dsl... (cached) no
checking for /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl... (cached) yes
Documentation will be built as well.
Configuring parameters ...
checking which malloc to use... native malloc
enabling local time
enabling cookies
Configuring OpenSSL support ...
checking whether to compile with SSL support... trying /usr/lib /usr/include/openssl
checking for openssl... (cached) /usr/bin/openssl
checking for CRYPTO_lock in -lcrypto... (cached) yes
checking for SSL_library_init in -lssl... (cached) yes
checking for SSL_connect in -lssl... (cached) yes
checking for openssl/x509.h... (cached) yes
checking for openssl/rsa.h... (cached) yes
checking for openssl/crypto.h... (cached) yes
checking for openssl/pem.h... (cached) yes
checking for openssl/ssl.h... (cached) no
checking for openssl/err.h... (cached) yes
checking whether the OpenSSL library is multithread-enabled... yes
checking whether to compile with SSL support... yes
Configuring DB support ...
checking whether to compile with MySQL support... searching
checking for mysql_config... /usr/bin/mysql_config
checking mysql version... 3.23.54
checking mysql libs... -L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm
checking for mysql_init in -lmysqlclient... no
configure: error: Unable to find MySQL client libraries
je ne sai pa ce que je doit faire pour specifier le chemin vers les libraries mysql clientes .quelqun peut il m'aider c'est assez urgent
Merci d'avance
A voir également:
- Installation du serveur kannel
- Changer serveur dns - Guide
- Installation windows 10 sans compte microsoft - Guide
- Serveur entrant et sortant - Guide
- Installation clavier arabe - Télécharger - Divers Web & Internet
- Installation chromecast - Guide
6 réponses
y'a t'il vraiment personne pour me donner un coup de pouce ? je commence à me demander si j'ai frapper à la bonne porte
GoingTou
Note: there is a bug in libxml version 2.2.3 and 2.2.4 that causes problems with character encoding in attributes. This problem is fixed in 2.2.5. See http://xmlsoft.org/xml.html
senateur
bonjour à tous je vous remercie pour votre contribution et pour votre courtoisi je suis un debutant dans le monde de l'open source et je travail sur un projet de deploement d'une plateforme sms et dans ce cadre j'ai configurer kannel mais ca ne marche pas j'ai des erreurs que je ne comprend j'utilise une clé orange FM192 merci pour votre contribution mon mail est ***@***
Est ce que quelqu'un peut m'expliquer comment configurer kannel sous linux ,j'ai utilisé fedora 6 et gateway 1.4.1
Merci d'avance
Merci d'avance
il faut telecharger gateway 1.4.0
puis deplacer sous /usr/src
decompreser avec la commande tar xzvf gateway-1.4.0.tar.gz
puis ./configure
si ilya des erreurs il faut telecharger les packet
yum makecache
puis
yum install gcc-*
(yum utilisable en cas de connection internet direct)
puis
make
make bindir=/usr/kannel install
pour installer kannel sous usr en creant un document nomé kannel
puis Copier les fichiers Kannel.conf et modems.conf se trouvant dans /usr/src/gateway-1.4.0/doc/examples vers /etc.
Pour la suite, seul le fichier Kannel.conf copié sera modifié.
pius lanczer les commandes
bearerbox /etc/kannel.conf
puis dans un deuxième onglet :
smsbox /etc/kannel.conf
puis deplacer sous /usr/src
decompreser avec la commande tar xzvf gateway-1.4.0.tar.gz
puis ./configure
si ilya des erreurs il faut telecharger les packet
yum makecache
puis
yum install gcc-*
(yum utilisable en cas de connection internet direct)
puis
make
make bindir=/usr/kannel install
pour installer kannel sous usr en creant un document nomé kannel
puis Copier les fichiers Kannel.conf et modems.conf se trouvant dans /usr/src/gateway-1.4.0/doc/examples vers /etc.
Pour la suite, seul le fichier Kannel.conf copié sera modifié.
pius lanczer les commandes
bearerbox /etc/kannel.conf
puis dans un deuxième onglet :
smsbox /etc/kannel.conf
bonjour
moi jai le probleme suivant lors de linstallation quand je tape "./configure" jai le message d'erreur suivant "Running system checks ...
checking host system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking whether the C compiler (gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -rdynamic) works... no
configure: error: installation or configuration problem: C compiler cannot create executables."
quelqu'un peut me dire ce qu'il ne va pas et ce que je dois faire?
Merci.
moi jai le probleme suivant lors de linstallation quand je tape "./configure" jai le message d'erreur suivant "Running system checks ...
checking host system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking whether the C compiler (gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -rdynamic) works... no
configure: error: installation or configuration problem: C compiler cannot create executables."
quelqu'un peut me dire ce qu'il ne va pas et ce que je dois faire?
Merci.
j travail sous ubuntu 7.10 e quand je fais yum makecache je vrecoi le message suivant
"Warning, could not load sqlite, falling back to pickle
Making cache files for all metadata files.
This may take a while depending on the speed of this computer
Setting up repositories
No Repositories Available to Set Up
Metadata Cache Created"
"Warning, could not load sqlite, falling back to pickle
Making cache files for all metadata files.
This may take a while depending on the speed of this computer
Setting up repositories
No Repositories Available to Set Up
Metadata Cache Created"
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question