Hi. I am currently integrating libxml2 into an apache module. Doing this I have encountered the problem, that libxml2 tries to free memory that apache has allocated (I am using functions that are not really meant to be external interfaces).
I can however provide my own memmory allocation functions to libxml2, so if I can identify apache memory, I can work around this. Sincerely, Joachim