[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nel] Linux: pb with ./configure and libxml2
From: |
Cedric Valignat |
Subject: |
Re: [Nel] Linux: pb with ./configure and libxml2 |
Date: |
Wed, 24 Oct 2001 10:57:05 +0200 |
User-agent: |
Mutt/1.2.5i |
Hello Vincent,
There is a problem with the libxml 2 macro for autoconf so the test
program fail (at least on Debian :-) to overide this test you have to
run the configure script with the '--disable-xmltest' option.
The libxml informations (cflags and libs options) will be set correctly.
Vincent Caron wrote:
>
> I'm running a Debian and have libxml2 properly installed. However the
> configure script fails :
>
> checking for xml2-config... /usr/bin/xml2-config
> checking for libxml - version >= 2.0.0... no
> *** Could not run libxml test program, checking why...
> *** The test program failed to compile or link. See the file config.log for
> the
> *** exact error that occured. This usually means LIBXML was incorrectly
> installed
> *** or that you have moved LIBXML since it was installed. In the latter case,
> you
> *** may want to edit the xml2-config script: /usr/bin/xml2-config
> configure: error: libxml2 must be installed.
> [...]
Cedric.