in reply to Re^7: Do I have a unicode problem, or is this something else?
in thread Do I have a unicode problem, or is this something else?

You will need to have the XML library header files installed. Either install the "development" package through your OS package manager, or do as the output of Makefile.PL suggests and download and compile the libraries yourself. Also:

Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter to see the exact reason why the detection of libxml2 installation failed or why Makefile.PL was not able to compile a test program.

Replies are listed 'Best First'.
Re^9: Do I have a unicode problem, or is this something else?
by Steve_BZ (Chaplain) on Jun 16, 2010 at 13:53 UTC

    Hi Corion,

    Thanks for the pointer. In the end (see my reply to ikegami) I managed to make it work. Thanks again for your help.

    Have a great day

    Regards

    Steve