antirek / lsyncd

Automatically exported from code.google.com/p/lsyncd
GNU General Public License v2.0
0 stars 1 forks source link

libxml2-dev dependency not checked by configure script #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. make

What is the expected output? What do you see instead?
make  all-am
make[1]: Entering directory `/root/lsyncd-1.26'
gcc -DHAVE_CONFIG_H -DXML_CONFIG -I.    -Wall `xml2-config --cflags` -g -O2
-MT lsyncd.o -MD -MP -MF .deps/lsyncd.Tpo -c -o lsyncd.o lsyncd.c
/bin/sh: xml2-config: command not found
lsyncd.c:36:27: error: libxml/parser.h: No such file or directory
lsyncd.c:37:25: error: libxml/tree.h: No such file or directory
...

What version of the product are you using? On what operating system?
1.26, Debian Linux (Lenny)

Please provide any additional information below.
Configure should check for libxml2-dev.

Nice work btw! :)

Original issue reported on code.google.com by anz...@gmail.com on 31 Jul 2009 at 12:15

GoogleCodeExporter commented 9 years ago
any suggestion how this can be done?

Original comment by axk...@gmail.com on 14 Jul 2010 at 7:17

GoogleCodeExporter commented 9 years ago
There is no XML library anymore in 2.0

Original comment by axk...@gmail.com on 27 Nov 2010 at 1:21