tags:

views:

52

answers:

1

I have xampp 1.7.1 installed on linux, and i need to update libxml2 to version 2.7.3. Can anyone help me? I suppose that i need to recompile php but first i need to install libxml2 and i don't know how.

Thanks in advance,

A: 

You can download libmxl2 here if you want to compile it yourself.

Depending on how up-to-date your distribution is, you may or may not have to compile it yourself.

Artefacto
yes, i've already downloaded it, but i don't know how to compile it for xampp 1.7.1. And i suppose that after compiling libxml i will need to recompile php, isn't it?
FidoBoy
@Fido Yes. That's right.
Artefacto
And how can i compile libxml2 into lampp folder???
FidoBoy