Re: problem with kannel on fedora core 4
"Vincent CHAVANIS" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <399a01c5e475$d94ebdd0$9600a8c0@vince> |
Back from the archives... -- Telemaque - NICE Service Technique Tel : +33 4 93 97 71 64 (fax 68) [email protected] ----- Original Message ----- From: "Vincent CHAVANIS" <[email protected]> To: <[email protected]> Sent: Saturday, July 09, 2005 8:56 PM Subject: Re: Compiling errors on x86_64 > Hi all, > > After a long process of investigation, i finally found that the file > libxml2.so and libxml2.a were missing in /usr/lib > from a fresh install of Fedora Core 4 (64bits/SMP). redhat powah :( > Even if the rpm packages were installed (libxml2-2.6.19-1.X86_64.rpm and > libxml2-2.6.19-1.i386.rpm) > > #) cat yum.list |grep xml > libxml2.x86_64 2.6.19-1 installed > libxml2.i386 2.6.19-1 installed > > So i copied these files from a non-64bits install to my /usr/lib, and it > seems to finally work !! > > Here is the best way to use -m32 > ./configure --with-malloc-native --disable-docs --disable-wap --sysconfdir=/etc/kannel/ > --enable-start-stop-daemon --disable-keepalive --with-cflags="-m32" > > BTW, and after my experience, kannel is *NOT* working with native 64bits > mode > > Regards > > Vincent. >