Re: problem with kannel on fedora core 4
pierre durand <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/8/05, Vincent CHAVANIS <[email protected]> wrote: > > ----- Original Message ----- > From: "pierre durand" <[email protected]> > To: "Vincent CHAVANIS" <[email protected]>; <[email protected]> > Sent: Tuesday, November 08, 2005 12:25 AM > Subject: Re: problem with kannel on fedora core 4 > > > > >Thank you for your answer. > >So, it is best not to use kannel on a amd64 ? all the pc i have are amd64 > >:) > > that is not exactly what i've pointed out. Kannel is much more stable > compiled on that way (with -m32 flags) > it means that you can run Kannel 32bits on your amd64. > > >i'll try the cvs but it is an older version no ? > > CVS is *always* up-to-date. > > >how can i do to give the community an account ? > > try to contact him : stolj_{at}_wapme-group.de <http://group.de> > > >Thank you. > > > Hello. i wanted to try what you said with the 1.4.0 before trying with cvs. When i do [root@localhost gateway-1.4.0]# ./configure --with-malloc-native --disable-docs --disable-wap --sysconfdir=/etc/kannel/ --enable-start-stop-daemon --disable-keepalive --with-cflags="-m32" on version 1.4.0, and then i do make, i have : gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -m32 -I/usr/include/libxml2 -o utils/seewbmp.o -c utils/seewbmp.c gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -m32 -I/usr/include/libxml2 -o utils/mtbatch.o -c utils/mtbatch.c gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -m32 -I/usr/include/libxml2 -o utils/run_kannel_box.o -c utils/run_kannel_box.c gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -m32 -I/usr/include/libxml2 -o utils/start-stop-daemon.o -c utils/start- stop-daemon.c gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -m32 -I/usr/include/libxml2 -rdynamic -o wmlscript/wmlsc wmlscript/wmlsc.o libgw.a libwmlscript.a libwap.a libgwlib.a -lrt -lbind -lresolv -lnsl -lm -lpthread -lxml2 -lz -lpthread -lm /usr/bin/ld: escamotage incompatible /usr/lib64/libxml2.so lors de la recherche de -lxml2 /usr/bin/ld: escamotage incompatible /usr/lib64/libxml2.a lors de la recherche de -lxml2 /usr/bin/ld: ne peut trouver -lxml2 collect2: ld a retourné 1 code d'état d'exécution make: *** [wmlscript/wmlsc] Erreur 1 do you know why ? Thank you.