Hi Alejandro,
Thanks for the reply!

I was darn sure that it had something to do with libxml2-devel (or is it libxml2-dev) because I had downloaded and pkgadd-ed libxml2 from sunfreeware.com, and I'd read that the devel was only available if you compiled libxml2 from scratch!

On Stipe's suggestion however, I did a "find" for xml2-config and prepended its path to ./configure:

$ PATH=$PATH:/usr/opt/ccs ./configure

Everything went perfectly after that! :)

Alejandro Guerrieri wrote:
On many Linux distros (maybe on SUN Solaris also?) there are "regular"
packages (the ones containing the runtime library) and "devel"
packages (the ones containing headers and other stuff requiered to
compile things that use that library).

You should check if there's a "libxml2-devel" or alike package
available, it will probably solve your problems. Or maybe Solaris it's
quite different on this field and I'm telling you complete nonsense :P
Anyway, try looking for a devel package if it exists :)

Hope it helps.

On 5/24/06, [EMAIL PROTECTED] <[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?

Please help. Thanks.

---------- Original Message -----------
From: Stipe Tolj <[EMAIL PROTECTED]>
To: Boardmain <[EMAIL PROTECTED]>
Cc: [email protected]
Sent: Tue, 23 May 2006 17:39:24 +0200
Subject: Re: R: Kannel And M20

> Boardmain wrote:
>
> > Im reading user guide..
> > some one have a simple step by step guide to setup kannel and m20 for send
> > and recive sms ?
>
> How about having a view into this file:
>
>    doc/examples/modems.conf
>
> where you find a section to include:
>
> group = modems
> id = siemens_m20
> name = "Siemens M20"
> detect-string = "SIEMENS"
> detect-string2 = "M20"
> speed = 19200
> enable-hwhs = "AT\\Q3"
> keepalive-cmd = "AT+CBC;+CSQ"
> need-sleep = true
>
> 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
> -------------------------------------------------------------------
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
------- End of Original Message -------


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Reply via email to