As I recall it's because kannel is looking for libxml in one place and rpm installs it in another. So try to find out where kannel is looking for it and then where it's actually placed and finally make a symbolic link.
Jacob > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Marc Bleuler > Sent: 17. januar 2002 23:07 > To: [EMAIL PROTECTED] > Subject: please help with installing libxml > > Hello everybody, > > Has anybody experiance how to install the libxml2-2.4.2-1.i386.rpm > with rpm on a RedHat 7.2 box? I tried serval things and it won't work, > for example I can install it with the -i option (or lets say I don't > get any error back) and if I try to compile the gateway it commes up > with the following..... > > ---------------------------------------------------------------------- > ----------------------------------------- > [root@daffy gateway-1.0.3]# ./configure > loading cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether gcc accepts -g... yes > checking for a BSD compatible install... /usr/bin/install -c > checking for ranlib... ranlib > checking for bison... bison -y > checking for flex... flex > checking for yywrap in -lfl... yes > checking for perl... /usr/bin/perl > checking for /sbin/start-stop-daemon... no > checking for log in -lm... yes > checking for accept in -lsocket... no > checking for inet_ntoa in -lnsl... yes > checking for pthread_create in -lpthread... yes > checking for pthread_create in -lc_r... no > checking for gzopen in -lz... yes > checking for xml2-config... no > checking for xml-config... no > You MUST have the gnome-xml library installed > [root@daffy gateway-1.0.3]# > ---------------------------------------------------------------------- > ----------------------------------------- > > ....when I try to erase the libxml it says rpm is not installed... > > ---------------------------------------------------------------------- > ----------------------------------------- > [root@daffy /]# rpm -e libxml2-2.4.2-1.i386.rpm > error: package libxml2-2.4.2-1.i386.rpm is not installed > [root@daffy /]# > ---------------------------------------------------------------------- > ----------------------------------------- > > ... reinstallation also won't work... > > ---------------------------------------------------------------------- > ----------------------------------------- > [root@daffy /]# rpm -e libxml2-2.4.2-1.i386.rpm > error: package libxml2-2.4.2-1.i386.rpm is not installed > [root@daffy /]# > ---------------------------------------------------------------------- > ----------------------------------------- > > has anybody of a idea what I'm doing wrong, I reinstalled my box two > times and it diden't help at all. to be hones I dont have a clou what > to do. ;o) > > Thanks for your help > Marc > > > > Marc Bleuler > General Wille-Strasse 360 > 8706 Meilen > Switzerland > www.bleuler.net >
