[EMAIL PROTECTED] wrote:

Hi all,
I'm trying to setup a new version of kannel on my server.

when running:

# ./configure
.
.
.
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

I'm using solaris 8, so I downloaded the libxml2 package from sunfreeware.com.
It installed fine but apparently kannel is not detecting the library? How can
I check if I have libxml2 installed correctly?

Kannel's configure will require that the 'xml2-config' is in $PATH. Check where Solaris package put that one and prepend the path before issuing the configure, ie.

  $ PATH=$PATH:/extra/path ./configure


Stipe

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

Reply via email to