I am trying to compile, libgphoto2 with libxml2 support followint the guidelines here. Everything is ok until I try to run ./configure:
./configure --prefix=/tmp/gphoto2/local --with-libxml2=yes
That appears to me as a correct syntax, however I got an output:
LIBXML2 to support Olympus ..: no
I have checked this in 2 different systems (LinuxMint 11 x64 and Ubuntu 13.04), and I have found the same problem.
- Can anyone give me a clue or solution?
- Is there any problem with the syntax?
- Is there a common problem with the configure --with-PACKAGE[=yes] option?
- Is there a common problem with LIBXML2 used in compilation?
Thanks for any help!