I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-06-27 21:12:22-07 by nfiedler
Getting it working on Mac OS X 10.5 (Leopard)

Has anyone had any luck getting XML::LibXML working in any shape or form on Leopard when using a more recent version of libxml2? I've tried libxml2 versions 2.6.21, 2.6.24, 2.6.30, 2.6.31, and 2.6.32, all of which fail for various reasons, but typically something to do with malloc and double-free errors (see example below), in addition to planned tests that simply don't run.

The reason I'm trying to upgrading from the bundled libxml 2.6.16 is that I want a working Reader class and apparently that doesn't work for anything earlier than 2.6.20.

t/24c14n........................1/20 perl(63977) malloc: *** error for object 0x3: Non-aligned poin +ter being freed *** set a breakpoint in malloc_error_break to debug [and numerous similar errors]

Thanks

nathan

Direct Responses: Write a response