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
Original issue reported on code.google.com by
anz...@gmail.com
on 31 Jul 2009 at 12:15