Subject: | version 2.41 depends on libexpat.so.1 but 2.36-r1 does not |
Date: | Wed, 18 Apr 2012 15:47:10 -0500 |
To: | bug-XML-Parser [...] rt.cpan.org |
From: | Jeff Holt <jeff.holt [...] method-r.com> |
I am having a deployment problem (i.e. using ActiveState's PDK) because
version 2.41's Expat.so depends on libexpat.so.0. Version 2.36-r1 does not
depend on libexpat. Executing ldd upon the two version's Expat.so shows the
new dependency in 2.41.
The system to which I'm deploying has only libexpat.so.1 and I don't like
asking customers to install dependent software (i.e., a side-by-side older
version) if I can avoid it.
I looked at the Changes file and it looks like the dependency crept in at
version 2.40_02.
Can that change (or whatever change caused the new dependency) be undone?
If 'no', then is there a decent pure perl implementation for parsing XML
files? I've looked and it doesn't look like there's anything out there that
is nearly as mature as XML-Parser.
Thanks.
BTW.