Hi You need the dev libraries, look for libxml2-devel
regards, JuanL. From: Brian McCavour <[email protected]> Reply-To: Brian McCavour <[email protected]> Date: Friday, January 18, 2013 5:26 PM To: "[email protected]" <[email protected]> Subject: configure script failing on libxml2 Hi, I installed kannel successful on my machine, but when I just installed it on my jenkins machine, I am getting getting an error finding the libxml2. # ./configure Configuring for Kannel gateway version 1.4.3 ... Running system checks ... .... Checking for libxml2 support ... checking for xml2-config... no checking for xml-config... no configure: error: You MUST have the libxml2 (aka gnome-xml) library installed BUT.... # rpm -q libxml2 libxml2-2.6.26-2.1.2.7 On my machine I have # rpm -q libxml2 libxml2-2.6.26-2.1.2.8.el5_5.1 The only thing it says in the userguide is that it must be 2.2 or higher. Is there some other hidden requirement that I'm mising ? Thanks, Brian
